Skip to content

v2026.1.1

Choose a tag to compare

@deltares-service-account deltares-service-account released this 08 May 22:48
· 67 commits to main since this release

This release makes allocation use adaptive timestepping by default, just like the physical layer.
That means users run into infeasible optimization problems less.
We also added support for multiple inflow links for UserDemand, so it can tap directly from multiple sources.
Besides that the Python package saw some performance improvements, and we squashed several bugs.

Added

  • Support multiple inflow links for UserDemand. #3035
  • Adaptive timestepping for allocation. #3026
  • Add numerical documentation. #2994

Changed

  • Improve order of tracers in plot/legend. #3052
  • Python: Speed up validation. #3036
  • Python: Speed up add API. #3015
  • Delwaq: Change system timer and verbosity control. #3032
  • run_delwaq: show stdout like run_ribasim. #3027

Fixed

  • Fix allocation infeasibility reporting for some constraints. #3078
  • QGIS: More robust run cancellation. #3077
  • Delwaq: Remove boundary-boundary connections. #3063
  • Fix starttime < endtime validation. #3059
  • Fix wrongly reported intra-Junction flows. #3054
  • Fix allocation bug with allocation-controlled and flow demand node IDs. #3044
  • Filter missing data out of NetCDF. #3033
All changes

What's Changed

Full Changelog: v2026.1.0...v2026.1.1