Skip to content

Tags: Deltares/Ribasim

Tags

v2025.2.0

Toggle v2025.2.0's commit message
Bump version numbers

v2025.1.0

Toggle v2025.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v2025.1.0 (#2013)

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.

Note that I also pushed a few separate commits with fixes I found during
the release process.

v2024.11.0

Toggle v2024.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Also run pixi install ci on core tests to set Julia version correctly. (

#1890)

Fixes #1883, alternative to #1888. Fingers crossed.

v2024.10.0

Toggle v2024.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 2024.10.0 (#1654)

Updates the changelog and version numbers.

v2024.9.0

Toggle v2024.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disallow multiple outflows from Outlet at validation (#1570)

Fixes
#1567 (comment)

v2024.8.0

Toggle v2024.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release Ribasim version 2024.8.0 (#1462)

v2024.7.0

Toggle v2024.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version number for 2024.7.0 release (#1402)

v2024.6.1

Toggle v2024.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove xugrid return type annotation, bump patch version (#1326)

```
    def to_xugrid(self) -> xugrid.UgridDataset:
```

This return type annotation is removed, since it only works for required
dependencies.

v2024.6.0

Toggle v2024.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version number for release (#1323)

I think #1306 is important
enough to warrant a quick release.

v2024.5.0

Toggle v2024.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for indexing into TableModel, except Edge (#1304)