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](https://pixi.sh/) 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.
<details>
<summary>
All changes
</summary>
All changes
* allow overwriting open GeoPackage by visr in https://github.com/Deltares/Ribasim/pull/569
* Add ribasim_cli tests by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/560
* ForwardDiff.jl automatic Jacobian by SouthEndMusic in https://github.com/Deltares/Ribasim/pull/550
* resolve manifests by visr in https://github.com/Deltares/Ribasim/pull/571
* avoid returning DiffCache through BMI by visr in https://github.com/Deltares/Ribasim/pull/575
* use FixedSizeDiffCache for flows by visr in https://github.com/Deltares/Ribasim/pull/581
* avoid allocating value vectors in get_level by visr in https://github.com/Deltares/Ribasim/pull/582
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/Deltares/Ribasim/pull/584
* remove outdated plots from README by visr in https://github.com/Deltares/Ribasim/pull/586
* pandas exclude version 2.1.0 by visr in https://github.com/Deltares/Ribasim/pull/589
* clamp reduction_factor and add it to TabulatedRatingCurve by visr in https://github.com/Deltares/Ribasim/pull/587
* Only gravity driven `Outlet` flow by SouthEndMusic in https://github.com/Deltares/Ribasim/pull/549
* support ComponentArrays 0.15 by visr in https://github.com/Deltares/Ribasim/pull/592
* migrate to python tools extensions by visr in https://github.com/Deltares/Ribasim/pull/596
* Move from mamba to pixi by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/594
* Fix broken link on Quarto by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/600
* Refactor Python code by evetion in https://github.com/Deltares/Ribasim/pull/580
* Sort DataFrames inplace. by evetion in https://github.com/Deltares/Ribasim/pull/597
* `User` node type by SouthEndMusic in https://github.com/Deltares/Ribasim/pull/574
* Bump prefix-dev/setup-pixi from 0.2.0 to 0.2.1 by dependabot in https://github.com/Deltares/Ribasim/pull/602
* Stop running `pixi install` in CI by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/603
* Add more pixi tasks by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/604
* use LF for all text files by visr in https://github.com/Deltares/Ribasim/pull/606
* Minor improvements for pixi tasks by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/605
* Plotting nitpicks by SouthEndMusic in https://github.com/Deltares/Ribasim/pull/608
* add runstats utility by visr in https://github.com/Deltares/Ribasim/pull/611
* CompatHelper: bump compat for SciMLBase to 2 for package core, (keep existing compat) by github-actions in https://github.com/Deltares/Ribasim/pull/613
* Pin pixi version by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/614
* add more julia docstrings by visr in https://github.com/Deltares/Ribasim/pull/607
* Trim PR template by Hofer-Julian in https://github.com/Deltares/Ribasim/pull/615
* rename Basin / forcing to Basin / time by visr in https://github.com/Deltares/Ribasim/pull/622
* bump versions before release v2023.09.0 by visr in https://github.com/Deltares/Ribasim/pull/623
</details>
**Full Changelog**: https://github.com/Deltares/Ribasim/compare/v2023.08.0...v2023.09.0