Hydrolib-core

Latest version: v0.7.0

Safety actively analyzes 623465 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.0

What's Changed
* addded is_intermediate_link to ExtOldForcing class by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/592
* 586 support python 3.10 by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/600
* bump meshkernel version by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/596
* use new contacts_set from meshkernel 4.0.2 by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/602
* add codecov to ci.yml and badge to readme by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/605
* add py311 to ci.yml and pyproject.toml by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/601
* bump meshkernel to ^4.1.0 by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/610
* 611 not possible to refine meshes with cell sizes smaller than 10 m by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/613
* add testcase for multiple grids in mesh2d by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/608


**Full Changelog**: https://github.com/Deltares/HYDROLIB-core/compare/0.6.1...0.7.0

0.6.1

What's Changed
* removed type_enforced dependency by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/587
* Use Pydantic 2, but use V1 API. by evetion in https://github.com/Deltares/HYDROLIB-core/pull/589


**Full Changelog**: https://github.com/Deltares/HYDROLIB-core/compare/0.6.0...0.6.1

0.6.0

What's Changed
* Fix station parsing in RR .bui files by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/549
* feat: add missing oldext quantities by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/558
* added filetype 10 (polyfile) to class ExtOldFileType by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/566
* 570 add computedairdensity mdu keywords by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/580
* Add material for DSD 2023 breakout session by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/582
* Integrate MeshKernelPy >=3.0.0 by veenstrajelmer in https://github.com/Deltares/HYDROLIB-core/pull/574


**Full Changelog**: https://github.com/Deltares/HYDROLIB-core/compare/0.5.2...0.6.0

0.5.2

What's Changed
* Fixed some unit test issues by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/541
* Added correct 0.5.2 to release notes and fixed wrong link by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/542
* Fixed APIdoc links by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/543
* Updated releasenotes.md by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/544


**Full Changelog**: https://github.com/Deltares/HYDROLIB-core/compare/0.5.1...0.5.2

0.5.1

Not secure
What's Changed
* 454: Updated poetry image and poetry version to latest in CI by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/455
* Fixed FM User Manual URL by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/443
* 462: Fixed polyline serializer to print empty trailing comment lines by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/463
* XYZ parser should support whitespace in lines and between lines by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/458
* Reading invalid formatted plifile should raise error instead of warning by MRVermeulenDeltares in https://github.com/Deltares/HYDROLIB-core/pull/457
* Added validation for NaN values in datablocks by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/460
* Added support for strings besides Path by MRVermeulenDeltares in https://github.com/Deltares/HYDROLIB-core/pull/469
* Added support for xyn files by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/472
* 339: FileModels can handle path formats from different OS by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/361
* 474: Added support for 3D z-sigma settings in MDU by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/476
* Added unit tests for obs crs.pli via existing PolyFile class by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/464
* Included old and new obscrossection into MDU output by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/470
* Added missing documentation for the .xyn file by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/491
* Publicly exposed the new XYN classes by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/492
* Fixed ignorance of trailing data on polyline data lines by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/482
* Created release workflow by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/500
* 450: Updated MeshKernel to latest v2.0.2 by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/504
* Added support for .tim files by MRVermeulenDeltares in https://github.com/Deltares/HYDROLIB-core/pull/465
* 485 Added four missing 1D2D settings to MDU by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/490
* 438: Only update the file path if `resolve_casing` is set to True. by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/512
* 493 Removed indents from mdu file by MRVermeulenDeltares in https://github.com/Deltares/HYDROLIB-core/pull/514
* 446: Implemented meteo for external forcing by xldeltares in https://github.com/Deltares/HYDROLIB-core/pull/477
* Fixed bugs with the XYN files and models by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/508
* 497: Added support for tim files in the structure file by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/517
* 486: Added missing mdu keywords coastal by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/520
* Added support for UGRID net files without faces by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/524
* 527: MDU keywords such as 1d2dLinkFile are written to file without comments by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/528
* Added unit test that verifies default FMModel is already loadable by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/526
* Created a developer guide by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/496
* Added releasenotes.md to site (changelog.md not on site anymore, only i… by arthurvd in https://github.com/Deltares/HYDROLIB-core/pull/522
* 369: Added support for the old style external forcings file by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/471
* Updated the list of supported functionalities by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/479
* 529: Special characters should be parsed correctly from file by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/534
* 535: Added the quantity `nudge_salinity_temperature` to ext old file header by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/536
* 511: Improved TimModel implementation by updating the timeseries data type by MRVermeulenDeltares in https://github.com/Deltares/HYDROLIB-core/pull/521
* Added support for station names surrounded by double quotes by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/538
* Workflow for automating the release by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/499
* Fixed issues with the new release script by tim-vd-aardweg in https://github.com/Deltares/HYDROLIB-core/pull/539

New Contributors
* MRVermeulenDeltares made their first contribution in https://github.com/Deltares/HYDROLIB-core/pull/457

**Full Changelog**: https://github.com/Deltares/HYDROLIB-core/compare/0.4.1...0.5.1

0.4.2

Not secure
What's Changed
* 441: Update MeshKernel to at least 2.0.0 by priscavdsluis in https://github.com/Deltares/HYDROLIB-core/pull/442.


**Full Changelog**: https://github.com/Deltares/HYDROLIB-core/compare/0.4.1...0.4.2

Important
**Known issue**
This version is not supported on Linux and MacOS

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.