hydxlib 1.7.4__tar.gz → 1.7.6.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/CHANGES.rst +12 -0
- {hydxlib-1.7.4/hydxlib.egg-info → hydxlib-1.7.6.dev0}/PKG-INFO +14 -2
- hydxlib-1.7.6.dev0/hydxlib/__init__.py +3 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_threedi.py +1 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/threedi.py +1 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0/hydxlib.egg-info}/PKG-INFO +14 -2
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/requires.txt +1 -1
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/setup.py +1 -1
- hydxlib-1.7.4/hydxlib/__init__.py +0 -3
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/LICENSE +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/MANIFEST.in +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/README.rst +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/exporter.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/hydx.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/importer.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/scripts.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/tests/__init__.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/tests/conftest.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_exporter.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_hydx.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_importer.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_scripts.py +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/SOURCES.txt +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/dependency_links.txt +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/entry_points.txt +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/not-zip-safe +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/top_level.txt +0 -0
- {hydxlib-1.7.4 → hydxlib-1.7.6.dev0}/setup.cfg +0 -0
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Changelog of hydxlib
|
|
2
2
|
===================================================
|
|
3
3
|
|
|
4
|
+
1.7.6 (unreleased)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
- Support discharge_capacity import
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
1.7.5 (2026-04-10)
|
|
11
|
+
------------------
|
|
12
|
+
|
|
13
|
+
- Set minimum threedi-schema to 0.300.18 or above.
|
|
14
|
+
|
|
15
|
+
|
|
4
16
|
1.7.4 (2025-05-26)
|
|
5
17
|
------------------
|
|
6
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hydxlib
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.6.dev0
|
|
4
4
|
Summary: Importer and Exporter for GWSW
|
|
5
5
|
Home-page: https://github.com/nens/hydxlib
|
|
6
6
|
Author: Nelen & Schuurmans
|
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python
|
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: sqlalchemy
|
|
13
|
-
Requires-Dist: threedi-schema
|
|
13
|
+
Requires-Dist: threedi-schema>=0.301
|
|
14
14
|
Requires-Dist: pyproj>=3
|
|
15
15
|
Requires-Dist: geoalchemy2[shapely]
|
|
16
16
|
Provides-Extra: test
|
|
@@ -104,6 +104,18 @@ install `pre-commit`::
|
|
|
104
104
|
Changelog of hydxlib
|
|
105
105
|
===================================================
|
|
106
106
|
|
|
107
|
+
1.7.6 (unreleased)
|
|
108
|
+
------------------
|
|
109
|
+
|
|
110
|
+
- Support discharge_capacity import
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
1.7.5 (2026-04-10)
|
|
114
|
+
------------------
|
|
115
|
+
|
|
116
|
+
- Set minimum threedi-schema to 0.300.18 or above.
|
|
117
|
+
|
|
118
|
+
|
|
107
119
|
1.7.4 (2025-05-26)
|
|
108
120
|
------------------
|
|
109
121
|
|
|
@@ -539,6 +539,7 @@ class Threedi:
|
|
|
539
539
|
"sewerage": True,
|
|
540
540
|
"crest_type": CrestType.SHORT_CRESTED.value,
|
|
541
541
|
"crest_level": hydx_structure.niveaubinnenonderkantprofiel,
|
|
542
|
+
"discharge_capacity": hydx_structure.maximalecapaciteitdoorlaat,
|
|
542
543
|
}
|
|
543
544
|
|
|
544
545
|
self.orifices.append(orifice)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hydxlib
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.6.dev0
|
|
4
4
|
Summary: Importer and Exporter for GWSW
|
|
5
5
|
Home-page: https://github.com/nens/hydxlib
|
|
6
6
|
Author: Nelen & Schuurmans
|
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python
|
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: sqlalchemy
|
|
13
|
-
Requires-Dist: threedi-schema
|
|
13
|
+
Requires-Dist: threedi-schema>=0.301
|
|
14
14
|
Requires-Dist: pyproj>=3
|
|
15
15
|
Requires-Dist: geoalchemy2[shapely]
|
|
16
16
|
Provides-Extra: test
|
|
@@ -104,6 +104,18 @@ install `pre-commit`::
|
|
|
104
104
|
Changelog of hydxlib
|
|
105
105
|
===================================================
|
|
106
106
|
|
|
107
|
+
1.7.6 (unreleased)
|
|
108
|
+
------------------
|
|
109
|
+
|
|
110
|
+
- Support discharge_capacity import
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
1.7.5 (2026-04-10)
|
|
114
|
+
------------------
|
|
115
|
+
|
|
116
|
+
- Set minimum threedi-schema to 0.300.18 or above.
|
|
117
|
+
|
|
118
|
+
|
|
107
119
|
1.7.4 (2025-05-26)
|
|
108
120
|
------------------
|
|
109
121
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|