Recent Releases of Ribasim

Ribasim - v2026.1.2

This release brings several improvements to the QGIS plugin, most notably the ability to compare observed and simulated timeseries using Observation nodes.

Added

  • QGIS: Compare observed and simulated timeseries for Observation nodes in the plot widget. #3115
  • Python: Add model.update_used_ids() to refresh node and link ID counters after direct edits. #3099
  • Python: Make NodeData hashable, so nodes can be used in sets and as dictionary keys. #3094
  • QGIS guide: Add sections on spatial results and topology. #3104

Changed

  • QGIS: Plot and guide improvements, including plotting flow rates on non-Basin nodes and unified legend labels. #3102
  • Delwaq: Drop required graph and substance state variables, so generate and parse can be run independently. #3110
  • Update to OrdinaryDiffEq v7. #3082

Fixed

  • Delwaq: Allow for isolated Basin nodes. #3088

Removed

  • The deprecated Ribasim core Windows installation script; use the installer or ZIP archive instead. #3116

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2026.1.1...v2026.1.2

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account about 2 months ago

Ribasim - v2026.1.1

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

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2026.1.0...v2026.1.1

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account 3 months ago

Ribasim - v2026.1.0

This stable release fixes several issues found during testing of rc2.
We do extra validation on node IDs in Python, and added support for mass loads.
There are no breaking changes since rc2.
See the rc1 and rc2 changelog entries below for all changes since v2025.6.0.

Added

  • Add Basin / MassLoad table. #2990
  • Add more node_id validation. #2983
  • QGIS: Support Junctions in fractional flow plot. #3004

Changed

  • Support Pandas 3. #3002
  • Delwaq: don't plot from concentration_external. #3007
  • Replace, don't add to UserDemand tracer in UserDemand return flow. #3009
  • Provide node_id in Basin profile interpolation errors. #2988

Fixed

  • Delwaq: Don't count removed Junctions in network generation. #3001
  • Don't load external NetCDF input in QGIS. #2999
  • Fix Jacobian state and time dependent cache bug. #2972
  • Allocation: Use flow at t instead of cumulative flow divided by time. #3000
  • Remove dangling listen links. #2978
  • QGIS: Fix water balance plot storage. #2975
  • QGIS: Fix column order display. #3005
  • Add millisecond precision to fake last_change. #2974
  • Exclude UserDemand from default tracer set. #3007

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2025.6.0...v2026.1.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account 4 months ago

Ribasim - v2026.1.0-rc2

This second pre-release for v2026.1.0 adds a QGIS plotting pane with water balance and fractional flow plots, a new Observation node, and allocation control for the TabulatedRatingCurve.
We fully switched from Arrow to NetCDF-based I/O, and have a new set of icons for our nodes.

Breaking changes: Arrow support was removed and NetCDF is now the only format for results.
model.to_fews was removed. The Ribasim QGIS plugin now requires QGIS 3.40 or newer.

Added

  • Add Observation node. #2950
  • Add implicit listen edges to Link table on write. #2949 #2969
  • Add a Boolean for allocation-controlled behavior. #2912
  • Add allocation-controlled TabulatedRatingCurve. #2907
  • Add guide for installing other Ribasim versions. #2906
  • Add VS Code guide. #2857
  • Add allocation technical reference documentation. #2809
  • Add section on debugging unexpected flow rates. #2814
  • QGIS: Add experimental QGIS 4 support. #2960
  • QGIS: Add configurable RIBASIM_HOME. #2919
  • QGIS: Support running Ribasim models. #2881
  • QGIS: Load external NetCDF input. #2880
  • QGIS: Add Plotly widget and NetCDF results support. #2903
  • QGIS: Add water balance plot. #2939
  • QGIS: Add fraction plotting. #2968

Changed

  • Default to NetCDF for results storage. #2855
  • Complete writing remaining results to NetCDF. #2856
  • Remove Arrow support. #2937
  • Remove model.to_fews; add CF attributes to NetCDF input. #2938
  • Introduce Node table at Model level again. #2886
  • Use RIBASIM_HOME consistently in tooling and scripts. #2891
  • Set default interpolation behavior to block/constant. #2909 #2896
  • Set default basin route priority to 0. #2942
  • Rename allocation output terminology from realized to supplied. #2962
  • Switch between control state and ribasim.allocation. #2808
  • Require QGIS 3.40 (LTR) or newer. #2862
  • Use new icons for model.plot() and docs. #2917 #2916
  • Keep external file paths in Python model handling. #2943
  • Add lazy reading and writing in Python. #2878
  • Remove migration warnings on model load. #2826

Fixed

  • Handle allocation case with zero links. #2959
  • Fix default subnetwork ID to 1 in Julia core. #2835
  • Skip Junction in route-priority allocation problem building. #2801

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2026.1.0-rc1...v2026.1.0-rc2

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account 5 months ago

Ribasim - v2026.1.0-rc1

This is the first pre-release running up to the stable v2026.1.0 release.
It is a release candidate, and we recommend most users to stick with v2025.6.0 for now.
We expect to make more breaking changes and add features before the final release.
This release sees significant performance increases for the core as well as the QGIS plugin, which especially help large models.
Route priority in allocation was added to steer the path taken by allocated water.

Breaking changes: In the Node table, source_priority has been renamed to route_priority, and the optional active column was removed.
Note that Ribasim Python will migrate existing models automatically, see also the new guide on updating Ribasim.
If nodes where set to inactive, they will have to be removed manually first.
The ribasim executable was moved to the bin subfolder, so users may need to update their PATH or RIBASIM_EXE environment variables.

Added

  • Add Windows installation script. #2682
  • Add ResidenceTime tracer. #2701
  • Add allocation route priorities. #2731
  • Document control by allocation. #2698
  • Document installing QGIS plugin from qgis.org. #2687
  • Add diagram for physical-allocation interaction. #2712
  • Add "getting started" section to documentation. #2734
  • Expand saveat documentation for months and years. #2709
  • Delwaq: Generate more modular inputs. #2745
  • Log full configuration. #2730
  • Add indexes to database for QGIS performance. #2763
  • Improve database read performance of the core. #2762
  • Let run_ribasim use RIBASIM_EXE if set. #2783

Changed

  • Optimize Jacobian computation for large models. #2624 #2685
  • Allow replacing/deleting links. #2733
  • Move ribasim executable to bin directory. #2758
  • Remove feature where nodes can be inactive. #2764
  • Make database reproducible by fixing timestamp. #2765
  • By default, all nodes get a subnetwork ID of 1. #2766
  • Deprecate run_ribasim's cli_path for ribasim_exe. #2783
  • Rename source_priority to route_priority. #2768

Fixed

  • Fix "database disk image is malformed" error. #2763
  • Fix timing of vertical forcing in allocation. #2739
  • Fix reading uninitialized memory during allocation. #2691
  • Validate Delwaq substance names. #2744

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2025.6.0...v2026.1.0-rc1

Natural Resources - Water Supply and Quality - Python
Published by visr 8 months ago

Ribasim - v2025.6.0

This release brings significant improvements to the QGIS plugin, allocation, and CLI latency. The QGIS plugin is now published in the QGIS plugin repository and has a simplified UI; you can drag a TOML to QGIS to open a model. The black screen in the iMOD plugin is fixed in the latest version of the iMOD plugin, and the Arrow errors on loading results are also fixed.

Iteratively working on a model in a Python session has become easier now that model.<node_type>.add can replace existing nodes, and run_ribasim(toml_path) shows you live progress in all editors.

Breaking changes: There are two changes that shouldn't be breaking but might affect some users nonetheless. The input_dir default has been changed to "input". Python models now forbid any extra values in schema validation for stricter data integrity.

Added

  • Add run_ribasim(toml_path) convenience function. #2653
  • Allow replacing nodes with add API. #2664
  • Flow communication between primary and secondary networks. #2556
  • Read NetCDF files with demand_priority. #2604
  • Make reduction factor thresholds configurable. #2592 #2681
  • QGIS: Add menu and dropdown interface. #2634
  • Add docs on reloading model in QGIS plugin guide. #2583
  • Document pandas requirement for QGIS plugin. #2642

Changed

  • Set input_dir default to "input". #2641
  • Python: Forbid any extra values in (base)model for stricter validation. #2595
  • Support Scientific Python SPEC 0 for broader compatibility. #2630
  • QGIS: Always use GDAL instead of pyarrow for better stability. #2591
  • Publish QGIS plugin. #2654 #2658
  • Improved build performance and compilation. #2652

Fixed

  • Finalize progress bar. #2665
  • Fix Junctions with subnetwork ID. #2633
  • Delwaq: Restore correct water/mass balance with Junctions. #2607
  • Delwaq: Limit endtime for partially failed Ribasim runs. #2637
  • Delwaq: Improved performance of flow boundary concatenation. #2597
  • Fix remaining DelWAQ netCDF warnings. #2621
  • Fix DataInterpolations integration bug. #2576
  • QGIS: Fix empty Arrow results. #2585
  • Log clear error on decreasing area in S(h). #2600
  • QGIS: Faster results drawing. #2618
  • QGIS: Fix crash on Reload Ribasim model. #2661
  • Reset ribasim_version in model_post_init. #2578
  • Convert Path to str with .as_posix() for cross-platform compatibility. #2579
  • Support pydantic 2.12. #2650

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2025.5.0...v2025.6.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account 10 months ago

Ribasim - v2025.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2025.4.0...v2025.5.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account 11 months ago

Ribasim - v2025.4.0

This release had a big push on the stability and performance for large models.
Users can now also provide a level-storage relation in Basin / profile.
This means old models need to be migrated by reading them into Ribasim Python, and writing them out.
We are working on reformulating the allocation problem.
Until this work is finished, allocation remains an experimental feature of Ribasim.

Added

  • Reload Ribasim model in QGIS. #2307
  • Support storage column in Basin / profile #2278
  • Allow Junction to Terminal links. #2295
  • Add model performance debugging guide #2308
  • Make FlowBoundary interpolation method configurable #2285
  • Output interpolated Basin / profile in debug mode #2344
  • Write log file via BMI #2370

Changed

  • Reformulate the allocation problem. #2266
  • Mark allocation as experimental. #2266
  • Low storage threshold based on 10 cm depth #2357
  • Stability: decrease relative tolerance over time. #2277
  • Use block interpolation for FlowBoundary by default #2285
  • Remove backtracking, add more caching #2359
  • More realistic smoothing around Δh = 0 in ManningResistance. #2365

Fixed

  • Fix writing results on saveat = 0 #2305
  • Fix error in flow limiter #2334
  • Fix cyclic Basin forcing #2313
  • BMI: return 1 on update if solve not successful #2341

What's Changed

New Contributors

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2025.3.0...v2025.4.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account about 1 year ago

Ribasim - v2025.3.0

The only breaking change in this release is to disallow connecting a single FlowBoundary to multiple Basins.
There are large improvements in the ability to visualize results on the map in QGIS.
We also welcome the Junction node to the family, which will help laying out networks in a recognizable manner.

Added

  • Add spatio-temporal results layers to QGIS. #2208
  • Add topological (straight line) link view toggle to QGIS. #2208
  • Added Junction node type. #2175
  • Write results and log bottlenecks also on an interrupt or crash. #2191 #2200
  • Log computation time and save it to solver_stats.arrow. #2209
  • Experimental support for writing the model network and results into files used by Delft-FEWS, model.to_fews. #2161
  • Document results/concentration.arrow. #2165

Changed

  • Allow max 1 outflow neighbour for FlowBoundary. #2192
  • Automatic differentiation is enabled by default again, autodiff = true, leading to better performance. #2137 #2183

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2025.2.0...v2025.3.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account over 1 year ago

Ribasim - v2025.2.0

In this release, time is of the essence. We now support dynamic Pumps and Outlets, as well as DiscreteControl thresholds.
For each node, timeseries can be marked as cyclic, such that yearly recurring timeseries can be easily used without repetition.
We also developed tools to compare model input in Python.

The most visible change is the renaming of Edge to Link. Like always, existing models are migrated to the new version by reading them with Ribasim Python, and writing out the updated version. For now in Python model.edge will continue to work to ease the transition.

Added

  • Check Model equality in Python. #2057
  • Compare two models in Python. #2080
  • Support cyclic input timeseries. #2081 #2102
  • Time dependent greater_than thresholds in DiscreteControl. #2079
  • Validation error on connector nodes having the same from and to Basin. #2112
  • Support time dependent Pump and Outlet tables. #2110

Changed

  • Edges are now called links. #2023
  • All geometries are coerced to 2D. #2111

Fixed

  • Faster initialization of large tables. #2026
  • Declare incompatibility with Pandera v0.23+. #2120
  • Decrease the smoothing around Δh = 0 in ManningResistance. #2136

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2025.1.0...v2025.2.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account over 1 year ago

Ribasim - v2025.1.0

The first release of 2025 makes the Ribasim core more robust and stable, and speeds up
initialization for large models. The biggest new feature is the experimental support for
calculating tracers in Ribasim directly, which will hopefully make it easier to track where
the water resources are heading.

Added

Removed

  • Drop Python 3.10 support. #2012

Changed

  • Allocation: optimize per source. #1927
  • The Edge table no longer supports subnetwork_id; this is automatically inferred. #1956

Fixed

  • ManningResistance is more stable around Δh=0. #1896
  • Fixes to Delwaq model generation. #1903 #1917 #1948
  • Add step limiter to avoid negative flows or too large flows. #1911 #1912
  • Fix README.md in builds. #1935 #1938
  • Speed up initialization. #1977
  • Automatically name index in Python. #1974
  • Table sorting related fixes. #2003

What's Changed

New Contributors

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.11.0...v2025.1.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account over 1 year ago

Ribasim - v2024.11.0

This major new release contains many improvements. A new formulation allows much smaller water balance errors, which is combined with several performance improvements. Ribasim Python does more validation that was previously only done in the core. The Ribasim QGIS plugin now sets the relations between tables for easier model inspection. Adding min_upstream_level and max_downstream_level to Pump and Outlet means DiscreteControl is often no longer needed.

The most significant breaking change is making the node_id and edge_id the index of the Node and Edge table; these need to be globally unique.

Starting from this release Ribasim is labeled as beta software. Since development is currently mainly driven by applications in the Dutch water system, we expect that addition work needs to be done for general use outside the Netherlands.

For coupled simulation with MODFLOW and/or MetaSWAP, this release is part of the iMOD Coupler, specifically release v2024.4.0

Added

  • Support discrete control based on an external concentration condition. #1660
  • Add results/solver_stats.arrow with solver statistics over time. #1677
  • Add icon to ribasim.exe on Windows. #1712
  • Save QGIS styling in the model database. #1713
  • Add Delwaq coupling guide. #1619
  • Solver speedup due to backtracking relaxation. #1761
  • Reject adding a duplicate edge in Python. #1719
  • Support transient UserDemand return factor. #1727
  • Document the interpolation of input data. #1720
  • Automate Jacobian sparsity detection. #1606
  • Support specifying the edge_id as model.edge.add(a, b, edge_id=5). #1737
  • Use https://ribasim.org/ to host our documentation. #1736
  • Validate geometry types in Python. #1760
  • Add relationships between tables in QGIS. #1755
  • Support migrating from older Ribasim versions in Python. #1764
  • Add quick start guide to docs. #1787
  • Add min_upstream_level and max_downstream_level to Pump and Outlet. #1792
  • Add max_downstream_level to TabulatedRatingCurve. #1795
  • Validate edge connections in Python. #1765
  • Add low storage reduction factor to ManningResistance. #1796

Changed

  • Refactor of the core to ensure smaller water balance errors. #1819
  • Make node_id globally unique. #1717
  • Make the Node ID the index of the Node table, and Edge ID for Edge. #1737
  • Make more Python functions private. #1702
  • Put the contents of the CLI zips in a folder. #1722
  • Changed water balance error definition. #1767
  • Disallow missing priority parameter when using allocation. #1745
  • Rename Outlet's min_crest_level to min_upstream_level. #1788
  • Only allow flow under gravity in TabulatedRatingCurve. #1795
  • Use dtype_backend="pyarrow" for Pandas DataFrames. #1781

Fixed

  • Remove oscillations in ManningResistance. #1750
  • Fix GeoPandas CRS warning. #1810

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.10.0...v2024.11.0

Natural Resources - Water Supply and Quality - Python
Published by visr almost 2 years ago

Ribasim - v2024.10.0

For this release we said goodbye to the problematic FractionalFlow node, but welcome the ContinuousControl as a long requested feature.

Added

  • Control: Add ContinuousControl node type. #1602
  • Control: Support listening to flow through connector nodes. #1594
  • Validate that TabulatedRatingCurve levels are above Basin bottom. #1607
  • Validate that Outlet crest levels are above Basin bottom. #1607
  • Always show convergence bottlenecks. #1636
  • Docstrings for Ribasim Python. #1643
  • Allocate to UserDemand from directly connected Basin if possible. #1581
  • Add basin_state.arrow results. #1626
  • Also write stacktraces to ribasim.log. #1653

Changed

  • Require QGIS 3.34 (LTR) or newer for Ribasim QGIS plugin.

Fixed

  • Compatibility with latest NumPy, Pandera and PyArrow releases. #1618
  • LevelDemand can now be without min_level or max_level. #1629

Removed

  • Removed unused urban runoff variable from Basin. #1611
  • Removed unneeded static table from Terminal. #1624
  • Removed FractionalFlow node. #1616

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.9.0...v2024.10.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account about 2 years ago

Ribasim - v2024.9.0

Added

  • Support for concentration state and time for Delwaq coupling.
  • Show exact commit on ribasim --version if it is not a release. #1479

Changed

  • Optimized performance.
  • Documentation has been overhauled to be more user-friendly.
  • Stricter TabulatedRatingCurve validation. #1469
  • Stricter Basin / profile validation. #1486
  • Allocation objective function now gives equal ratios during shortage. #1386

Fixed

  • Don't require unique node IDs. #1513

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.8.0...v2024.9.0

New Contributors

Natural Resources - Water Supply and Quality - Python
Published by Jingru923 about 2 years ago

Ribasim - v2024.8.0

Highlights

  • Performance improvements have been a focus of this release, giving up to 10x faster runs. #1433, #1436, #1438, #1448, #1457
  • Users of the QGIS plugin need to remove the old version to avoid two copies due to #1453.
  • If the model does not converge and the used algorithm supports it, we log which Basins don't converge. #1440
  • The CLI exe is now always in the root of the zip and makes use of the libribasim shared library. #1415
  • If negative storages unadvertently happen, we now throw an error. #1425
  • There is more validation on the edges. #1434

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.7.0...v2024.8.0

Natural Resources - Water Supply and Quality - Python
Published by Jingru923 about 2 years ago

Ribasim - v2024.7.0

DiscreteControl has been changed. We write all water balance terms to results. And crs is a new required keyword in the TOML file. See the linked pull requests for more information.

Breaking

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.6.1...v2024.7.0

Natural Resources - Water Supply and Quality - Python
Published by Hofer-Julian over 2 years ago

Ribasim - v2024.6.1

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.6.0...v2024.6.1

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account over 2 years ago

Ribasim - v2024.6.0

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.5.0...v2024.6.0

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account over 2 years ago

Ribasim - v2024.5.0

The biggest breaking change of this release is the refactoring of the Ribasim Python API.
You can find its usage in the examples.
The same examples with the old API can be found in this PDF.

Breaking

Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.4.0...v2024.5.1

Natural Resources - Water Supply and Quality - Python
Published by deltares-service-account over 2 years ago

Ribasim - v2024.4.0

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.3.0...v2024.4.0

Natural Resources - Water Supply and Quality - Python
Published by visr over 2 years ago

Ribasim - v2024.3.0

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

Changed

Added

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.2.0...v2024.3.0

What's Changed

Natural Resources - Water Supply and Quality - Python
Published by visr over 2 years ago

Ribasim - v2024.2.0

Added

  • Allow missing 'Basin / time' data by @Huite in #1028
  • Also allow Missing in basin.static by @Huite in #1079
  • Support main allocation network by @SouthEndMusic in #1006
  • Save allocation flows by @SouthEndMusic in #1012
  • Add max_flow_rate to LinearResistance by @visr in #1100

Changed

  • Move version from YYYY.0M.MICRO to YYYY.MINOR.MICRO by @Hofer-Julian in #1089

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.01.1...v2024.2.0

What's Changed

Natural Resources - Water Supply and Quality - Python
Published by teamcity-deltares over 2 years ago

Ribasim - v2024.01.1

What's Changed

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2024.01.0...v2024.01.1

Natural Resources - Water Supply and Quality - Python
Published by teamcity-deltares over 2 years ago

Ribasim - v2024.01.0

Added

  • Add flow cost (#886)
  • Don't require consecutive Node IDs (#885)
  • Add validation rules in docs (#896)
  • Allocation fractional flow constraints (#854)
  • Allocation example (#901)
  • Remove QGIS checkboxes in dataset widget (#919)
  • Add Linux builds (#930)
  • Add log file to results (#911)
  • Test models doc (#936)

Fixed

  • Re-enable edge validation (#888)

New Contributors

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2023.12.0...v2024.01.0

What's Changed

Natural Resources - Water Supply and Quality - Python
Published by teamcity-deltares over 2 years ago

Ribasim - v2023.12.0

Allocation bugfixes and editable tables in QGIS.

Added

  • Support updating model properties in Ribasim Python (#847)
  • Support autodiff w.r.t. time (#850)
  • Make QGIS tables editable (#873)
  • Add reduction factor to LinearResistance (#871)

Fixed

  • Several allocation issues (#842)
  • Add allocation_network_id to QGIS schemas (#862)
  • Clarify validate_model_node_ids (#867)

What's Changed

New Contributors

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2023.11.0...v2023.12.0

Natural Resources - Water Supply and Quality - Python
Published by visr over 2 years ago

Ribasim - v2023.11.0

Release for the TKI collaboration day on 2023-11-28.

Added

  • Allocation of limited water supply to users (#699)
  • Add fair distribution options (#751)
  • Add ribasim to conda-forge
  • Add ribasim-api to conda-forge
  • C4 diagrams describing the code (#770, #771, #806)
  • Allow control of *Resistance and FractionalFlow (#716)
  • Support arrow input (#798)
  • Support calculating subgrid levels (#674)

Breaking

  • Overhaul of Python architecture (#731)
  • Drop Python 3.9 support (#795)
  • Require input_dir and results_dir in TOML, remove database key (#815)

Changed

  • Set FractionalFlow inflow equal to outflow (#736)
  • Lower relative tolerance from 1e-3 to 1e-5 (#773)
  • Support TOML in QGIS plugin (#781)
  • Automatically associate model output in QGIS (#835)

What's Changed

New Contributors

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2023.10.0...v2023.11.0

Natural Resources - Water Supply and Quality - Python
Published by visr over 2 years ago

Ribasim - v2023.10.0

Release for the TKI collaboration day on 2023-10-31.

Added

  • Start using isoutofdomain (#639)
  • Add more solver options for timestepping (#641)
  • Numerical considerations (documentation) (#568)
  • Multiple demands per user (#655)
  • Add name as column and use as visualization in QGIS (#658)
  • Add model inputs and outputs to flow output (#644)
  • Docs: update download instructions and iMOD QGIS install (#664)

Breaking

  • Rename model files (#690)

All changes

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2023.09.0...v2023.10.0

Natural Resources - Water Supply and Quality - Python
Published by SouthEndMusic almost 3 years ago

Ribasim - v2023.09.0

Release for the TKI collaboration day on 2023-09-26.

Added

  • Support and use automatic differentiation by default. Set autodiff to true or false to control. (#550)
  • User node type (#574)
  • Start using pixi for package management (#594)
  • Added Julia script for logging run performances (#611)

Fixed

  • Add missing reduction factor for TabulatedRatingCurve, stopping outflow from empty basins despite the rating curve.
  • Incorrect sorting of time-varying tables leading to misinterpretation (#597)

Changed

  • breaking "Basin / forcing" has been renamed to "Basin / time" (#622)
  • breaking Outlet node now only flows from a higher to a lower water level. (#549)
  • Allow overwriting open GeoPackage (#569)
  • Various performance improvements.

All changes

Full Changelog: https://github.com/Deltares/Ribasim/compare/v2023.08.0...v2023.09.0

Natural Resources - Water Supply and Quality - Python
Published by visr almost 3 years ago

Ribasim - v2023.08.0

Release for the TKI collaboration day on 2023-08-30.

Natural Resources - Water Supply and Quality - Python
Published by visr almost 3 years ago