v0.4.0
Small overhaul of internal methods and stability fixes. This version works with HydroMT v0.9.1 onwards.
Changed
- WflowModel and WflowSedimentModel now rely on
GridModel
from HydroMT - PCRaster methods are moved to
pcrm
submodule and are deprecated as methods for the WflowModel class - read_staticgeoms, write_staticgeoms and staticgeoms are now deprecated
- Staticgeoms methods are superseded by read_geoms, write_geoms and geoms
- read_staticmaps, write_staticmaps and staticmaps are now deprecated
- Staticmaps methods are superseded by read_grid, write_grid and grid
Fixed
- Mainly stability fixes
PR's
- Release/v0.3.0 by @JoostBuitink in #192
- bump version post release v0.3.0 by @JoostBuitink in #193
- Fix links to new prepare_ldd notebook by @JoostBuitink in #194
- Workflows by @dalmijn in #197
- Lower case for labels in issue templates by @dalmijn in #204
- GridModel; HydroMT 0.9 compliant; Deprecated PCR; Ubuntu testing by @dalmijn in #211
- Bump version; floodplain data update; pin core 'v0.9.1' by @dalmijn in #217
- Better publishing by @dalmijn in #218
New Contributors
Full Changelog: v0.3.0...v0.4.0