hydxlib 1.7.5__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.
Files changed (28) hide show
  1. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/CHANGES.rst +6 -0
  2. {hydxlib-1.7.5/hydxlib.egg-info → hydxlib-1.7.6.dev0}/PKG-INFO +8 -2
  3. hydxlib-1.7.6.dev0/hydxlib/__init__.py +3 -0
  4. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_threedi.py +1 -0
  5. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/threedi.py +1 -0
  6. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0/hydxlib.egg-info}/PKG-INFO +8 -2
  7. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/requires.txt +1 -1
  8. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/setup.py +1 -1
  9. hydxlib-1.7.5/hydxlib/__init__.py +0 -3
  10. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/LICENSE +0 -0
  11. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/MANIFEST.in +0 -0
  12. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/README.rst +0 -0
  13. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/exporter.py +0 -0
  14. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/hydx.py +0 -0
  15. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/importer.py +0 -0
  16. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/scripts.py +0 -0
  17. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/__init__.py +0 -0
  18. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/conftest.py +0 -0
  19. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_exporter.py +0 -0
  20. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_hydx.py +0 -0
  21. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_importer.py +0 -0
  22. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_scripts.py +0 -0
  23. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/SOURCES.txt +0 -0
  24. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/dependency_links.txt +0 -0
  25. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/entry_points.txt +0 -0
  26. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/not-zip-safe +0 -0
  27. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/top_level.txt +0 -0
  28. {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/setup.cfg +0 -0
@@ -1,6 +1,12 @@
1
1
  Changelog of hydxlib
2
2
  ===================================================
3
3
 
4
+ 1.7.6 (unreleased)
5
+ ------------------
6
+
7
+ - Support discharge_capacity import
8
+
9
+
4
10
  1.7.5 (2026-04-10)
5
11
  ------------------
6
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hydxlib
3
- Version: 1.7.5
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>=0.300
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,12 @@ 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
+
107
113
  1.7.5 (2026-04-10)
108
114
  ------------------
109
115
 
@@ -0,0 +1,3 @@
1
+ # fmt: off
2
+ __version__ = '1.7.6.dev0'
3
+ # fmt: on
@@ -191,6 +191,7 @@ def test_import_hydx(hydx):
191
191
  "crest_type": 4,
192
192
  "crest_level": 0.0,
193
193
  "cross_section_code": "PVC400",
194
+ "discharge_capacity": 4.00,
194
195
  }
195
196
 
196
197
 
@@ -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.5
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>=0.300
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,12 @@ 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
+
107
113
  1.7.5 (2026-04-10)
108
114
  ------------------
109
115
 
@@ -1,5 +1,5 @@
1
1
  sqlalchemy
2
- threedi-schema>=0.300
2
+ threedi-schema>=0.301
3
3
  pyproj>=3
4
4
  geoalchemy2[shapely]
5
5
 
@@ -18,7 +18,7 @@ def get_version():
18
18
 
19
19
  install_requires = [
20
20
  "sqlalchemy",
21
- "threedi-schema>=0.300",
21
+ "threedi-schema>=0.301",
22
22
  "pyproj>=3",
23
23
  "geoalchemy2[shapely]",
24
24
  ]
@@ -1,3 +0,0 @@
1
- # fmt: off
2
- __version__ = '1.7.5'
3
- # fmt: on
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes