Skip to content

v2024.3.0

Compare
Choose a tag to compare
@visr visr released this 01 Mar 20:33
· 534 commits to main since this release

For allocation we added a new LevelDemand node, and we now support a 'Basin / area' table to put polygons. The flow results now represent a mean flow from the timestamp until the next.

There were a number of breaking changes. See the associated pull request for upgrade information. Some were aimed at making the configuration options simpler. To navigate these changes better it helps to know what Ribasim version a model is made for, so we add ribasim_version as a required TOML key. The output files are also tagged with the version of the CLI that produced them. Adding extra columns with a meta_ prefix is still possible, but the prefix is no longer applied automatically to prevent accidental usage when a column name is not correct.

Breaking

  • Introduce consistent naming of subnetworks and allocation networks by @SouthEndMusic in #1130
  • Make results.compression a Boolean by @visr in #1147
  • Support only fixed saveat intervals, set default at daily by @visr in #1155
  • Add node_id column to Node table by @Hofer-Julian in #1149
  • Remove adaptive solver config option by @visr in #1170
  • Rename User to UserDemand by @visr in #1175
  • Write ribasim_version to TOML and warn in core if it is different by @visr in #1181
  • Don't auto add meta_ prefix, error. by @visr in #1186
  • Disable the alternative object functions by @Jingru923 in #1193

Changed

Added

Full Changelog: v2024.2.0...v2024.3.0

All changes

What's Changed