What’s new in 0.5.0 (September 2024)#
This page details the changes for version 0.5.0 of Flood Modeller Python API
New features#
Hydrology+ support - users can now use the API to load exported Hydrology+ data from Flood Modeller to read the data or generate new simulations programatically.
Updates#
Added
active_data()
property to the RIVER class to allow quick access to the activated subset of the data (issue)Added
flowtimeprofiles
attribute to IEF class to allow better support for flow time profile data. See more info hereSpeed improvements to conveyance calculation to allow conveyance for even very large sections to be calculated very fast
Increased test coverage and lots of code improvements under the hood!
Bug fixes#
Fix an issue related to HTBDY units in models from legacy versions of Flood Modeller (issue)