- Check with error_code=46 has become FUTURE_ERROR - Check with error_code=800 has become FUTURE_ERROR - Removed checks: 28, 186, 1601, 1602, 1603. Can be re-added at a later stage. - Checks with error_code in [95, 96, 97] are not only run for channels. - Some textual fixes.
2.17.2
-------------------
- Fix in session.epsg_ref_code
2.17.1
-------------------
- Fix typos in session.epsg_ref_name and session.epsg_ref_code - Ensure that id's created via factory models, used for testing, always autoincrement
2.17.0
-------------------
- Bump schema version to 0.300 - Fix incorrect name of Tags table
2.16.1
-------------------
- Adapt to match some name changes in threedi-schema
2.16.0
-------------------
- Adapt to schema 230 where all geometries use the model CRS and model_settings.epsg_code is no longer available - Remove checks for model_settings.epsg_code (317 and 318) - Remove usage of epsg 4326 in the tests because this CRS is no longer valid - Remove no longer needed transformations - Add checks for mathing epsg in all geometries and raster files - Add checks for valid epsg (existing code, projected, in meters) which requires pyproj - Change ConnectionNodeCheck (201) to require minimum distance of 10cm