You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.