What's new in 0.5.2 (February 2025)
This page details the changes for version 0.5.2 of Flood Modeller API
New features
- New integrated `BRIDGE` unit type added
- New supported units: `RESERVOIR`, `JUNCTION` and `LATERAL`
- Return DAT units as a network using `DAT.get_network`
Updates
- Improved logging
- Make `LF.to_dataframe` behave more like `ZZ.to_dataframe`
- Lots of general improvements to clean and tidy up the codebase
Bug fixes
- Fix log path handling in IEF class
- Fix file compatibility issues in linux
What's Changed
* change from black to ruff formatter by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/159
* urban1d: change duplication of normal to tidal by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/158
* Superbridge by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/143
* Make `LF.to_dataframe` more like `ZZ.to_dataframe` by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/161
* Logging by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/145
* Tidy up TODO tags by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/151
* Junctions, lateral, reservoirs by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/163
* Change encoding to cp1252 by ben-olin in https://github.com/People-Places-Solutions/floodmodeller-api/pull/168
* fix ief paths for linux by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/172
* fix log path in ief by joe-pierce in https://github.com/People-Places-Solutions/floodmodeller-api/pull/174
* Create network nodes & edges from dat file by scleakey in https://github.com/People-Places-Solutions/floodmodeller-api/pull/169
New Contributors
* ben-olin made their first contribution in https://github.com/People-Places-Solutions/floodmodeller-api/pull/168
**Full Changelog**: https://github.com/People-Places-Solutions/floodmodeller-api/compare/v0.5.0...v0.5.2