Skip to content

Release notes

HYDROLIB-core 0.5.2 Release Notes

HYDROLIB-core 0.5.2 only contains 'cosmetic' changes, and is otherwise equal to 0.5.1. See 0.5.1 release notes for the main 0.5 release notes.

HYDROLIB-core 0.5.1 Release Notes

HYDROLIB-core 0.5.1 mainly adds more support for D-Flow FM 2D3D models in coastal applications.

Compatibility Notes

Support for MacOS is temporarily dropped, due to an upgrade to MeshKernel 2.0.2, which has no MacOS version at the moment. We aim to re-enable this support in future releases.

New Features

  • Support for cross-platform path style (#361), more info in the loading and saving tutorial.
  • Support for more MDU keywords (1D2D: see #489, 2D/3D: see #474, #486).
  • Support for [Meteo] blocks in external forcings files (#446)
  • Support for various legacy file formats, to facilitate future model conversions:
    • Observation point *.xyn files (#459).
    • Observation crosssection *.pli files (#364,#461).
    • Old external forcings file *.ext (#369).
    • Support for timeseries in *.tim files (#348), also included in structure files (#497) and external meteo forcings (#446).

Improvements

  • All file-based model class constructors now accept file path as a str, in addition to the already existing pathlib.Path (#365).
  • MeshKernel dependency was updated to version 2.0.2, which has more functionality in its API (#450).

Bugfixes

See the detailed ChangeLog on GitHub.

Archive

Pre-0.5.0 release notes are available via the ChangeLog on GitHub.

Back to top