Skip to content

v0.4.0

Compare
Choose a tag to compare
@dalmijn dalmijn released this 21 Nov 15:23
· 30 commits to main since this release

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

New Contributors

Full Changelog: v0.3.0...v0.4.0