threedi-modelchecker 2.8.1.dev0__tar.gz → 2.8.2.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.
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/CHANGES.rst +8 -1
- {threedi_modelchecker-2.8.1.dev0/threedi_modelchecker.egg-info → threedi_modelchecker-2.8.2.dev0}/PKG-INFO +3 -3
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/pyproject.toml +2 -2
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/__init__.py +1 -1
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/config.py +0 -21
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0/threedi_modelchecker.egg-info}/PKG-INFO +3 -3
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker.egg-info/requires.txt +2 -2
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/LICENSE +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/MANIFEST.in +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/README.rst +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/setup.cfg +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/__init__.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/base.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/cross_section_definitions.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/factories.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/geo_query.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/other.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/raster.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/checks/timeseries.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/exporters.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/interfaces/__init__.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/interfaces/raster_interface.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/interfaces/raster_interface_gdal.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/interfaces/raster_interface_rasterio.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/model_checks.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/scripts.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/__init__.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/conftest.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/data/__init__.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/data/empty.gpkg +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/factories.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_checks_base.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_checks_cross_section_definitions.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_checks_factories.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_checks_other.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_checks_raster.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_checks_timeseries.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_exporters.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/tests/test_model_checks.py +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker.egg-info/SOURCES.txt +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker.egg-info/dependency_links.txt +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker.egg-info/entry_points.txt +0 -0
- {threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker.egg-info/top_level.txt +0 -0
|
@@ -2,12 +2,19 @@ Changelog of threedi-modelchecker
|
|
|
2
2
|
=================================
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
2.8.
|
|
5
|
+
2.8.2 (unreleased)
|
|
6
6
|
------------------
|
|
7
7
|
|
|
8
8
|
- Adapt modelchecker to work with schema upgrades for inflow (0.223)
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
2.8.1 (2024-07-24)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
- Add explicit support for NumPy 2.
|
|
15
|
+
- Require rasterio>=1.3.10.
|
|
16
|
+
|
|
17
|
+
|
|
11
18
|
2.8.0 (2024-05-22)
|
|
12
19
|
------------------
|
|
13
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: threedi-modelchecker
|
|
3
|
-
Version: 2.8.
|
|
3
|
+
Version: 2.8.2.dev0
|
|
4
4
|
Summary: Checks validity of a 3Di schematisation
|
|
5
5
|
Author-email: Nelen & Schuurmans <info@nelen-schuurmans.nl>
|
|
6
6
|
License: MIT
|
|
@@ -15,9 +15,9 @@ License-File: LICENSE
|
|
|
15
15
|
Requires-Dist: Click
|
|
16
16
|
Requires-Dist: GeoAlchemy2!=0.11.*,>=0.9
|
|
17
17
|
Requires-Dist: SQLAlchemy>=1.4
|
|
18
|
-
Requires-Dist: threedi-schema==0.223.
|
|
18
|
+
Requires-Dist: threedi-schema==0.223.dev1
|
|
19
19
|
Provides-Extra: rasterio
|
|
20
|
-
Requires-Dist: rasterio>=1.3; extra == "rasterio"
|
|
20
|
+
Requires-Dist: rasterio>=1.3.10; extra == "rasterio"
|
|
21
21
|
Provides-Extra: test
|
|
22
22
|
Requires-Dist: factory_boy; extra == "test"
|
|
23
23
|
Requires-Dist: mock; python_version < "3.8" and extra == "test"
|
|
@@ -19,12 +19,12 @@ dependencies = [
|
|
|
19
19
|
"Click",
|
|
20
20
|
"GeoAlchemy2>=0.9,!=0.11.*",
|
|
21
21
|
"SQLAlchemy>=1.4",
|
|
22
|
-
"threedi-schema==0.223.
|
|
22
|
+
"threedi-schema==0.223.dev1"
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
[project.optional-dependencies]
|
|
26
26
|
rasterio = [
|
|
27
|
-
"rasterio>=1.3",
|
|
27
|
+
"rasterio>=1.3.10",
|
|
28
28
|
]
|
|
29
29
|
test = [
|
|
30
30
|
"factory_boy",
|
{threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/config.py
RENAMED
|
@@ -3014,7 +3014,6 @@ CHECKS += [
|
|
|
3014
3014
|
error_code=2001 + i,
|
|
3015
3015
|
level=CheckLevel.WARNING,
|
|
3016
3016
|
column=table.tags,
|
|
3017
|
-
filters=CONDITIONS["has_inflow"].exists(),
|
|
3018
3017
|
)
|
|
3019
3018
|
for i, table in enumerate(
|
|
3020
3019
|
[
|
|
@@ -3029,31 +3028,11 @@ CHECKS += [
|
|
|
3029
3028
|
]
|
|
3030
3029
|
|
|
3031
3030
|
|
|
3032
|
-
CHECKS += [
|
|
3033
|
-
ListOfIntsCheck(
|
|
3034
|
-
error_code=2001 + i,
|
|
3035
|
-
level=CheckLevel.WARNING,
|
|
3036
|
-
column=table.tags,
|
|
3037
|
-
filters=CONDITIONS["has_inflow"].exists(),
|
|
3038
|
-
)
|
|
3039
|
-
for i, table in enumerate(
|
|
3040
|
-
[
|
|
3041
|
-
models.Surface,
|
|
3042
|
-
models.SurfaceMap,
|
|
3043
|
-
models.SurfaceParameter,
|
|
3044
|
-
models.DryWeatherFlow,
|
|
3045
|
-
models.DryWeatherFlowMap,
|
|
3046
|
-
models.DryWeatherFlowDistribution,
|
|
3047
|
-
]
|
|
3048
|
-
)
|
|
3049
|
-
]
|
|
3050
|
-
|
|
3051
3031
|
CHECKS += [
|
|
3052
3032
|
TagsValidCheck(
|
|
3053
3033
|
error_code=2007 + i,
|
|
3054
3034
|
level=CheckLevel.WARNING,
|
|
3055
3035
|
column=table.tags,
|
|
3056
|
-
filters=CONDITIONS["has_inflow"].exists(),
|
|
3057
3036
|
)
|
|
3058
3037
|
for i, table in enumerate(
|
|
3059
3038
|
[
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: threedi-modelchecker
|
|
3
|
-
Version: 2.8.
|
|
3
|
+
Version: 2.8.2.dev0
|
|
4
4
|
Summary: Checks validity of a 3Di schematisation
|
|
5
5
|
Author-email: Nelen & Schuurmans <info@nelen-schuurmans.nl>
|
|
6
6
|
License: MIT
|
|
@@ -15,9 +15,9 @@ License-File: LICENSE
|
|
|
15
15
|
Requires-Dist: Click
|
|
16
16
|
Requires-Dist: GeoAlchemy2!=0.11.*,>=0.9
|
|
17
17
|
Requires-Dist: SQLAlchemy>=1.4
|
|
18
|
-
Requires-Dist: threedi-schema==0.223.
|
|
18
|
+
Requires-Dist: threedi-schema==0.223.dev1
|
|
19
19
|
Provides-Extra: rasterio
|
|
20
|
-
Requires-Dist: rasterio>=1.3; extra == "rasterio"
|
|
20
|
+
Requires-Dist: rasterio>=1.3.10; extra == "rasterio"
|
|
21
21
|
Provides-Extra: test
|
|
22
22
|
Requires-Dist: factory_boy; extra == "test"
|
|
23
23
|
Requires-Dist: mock; python_version < "3.8" and extra == "test"
|
|
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
|
{threedi_modelchecker-2.8.1.dev0 → threedi_modelchecker-2.8.2.dev0}/threedi_modelchecker/scripts.py
RENAMED
|
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
|