Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Ribasim Python #18

Merged
merged 2 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Deltares packages currently included are:
* `HydroMT SFINCS plugin <https://deltares.github.io/hydromt_sfincs/latest/>`_
* `HydroMT DELWAQ plugin <https://deltares.github.io/hydromt_delwaq/latest/>`_
* `xugrid <https://deltares.github.io/xugrid/>`_
* `Ribasim Python <https://deltares.github.io/Ribasim/reference/python/>`_
* `gistim <https://github.com/Deltares/QGIS-Tim>`_

Important non-Deltares packages included in Deltaforge are:
Expand Down
3 changes: 2 additions & 1 deletion deltaforge/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deltaforge
version: 0.6.0
version: 0.7.0
installer_type: all

channels:
Expand Down Expand Up @@ -51,6 +51,7 @@ specs:
- python-graphviz
- pyvista
- rasterio >=1.0
- ribasim >=2024.10.0
- rioxarray
- scipy
- scooby
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ version, the latest versions of packages of that moment are installed if left
unspecified in the ``construct.yaml`` file. The latest version of which can be
found in :ref:`include-pkg`.

v0.7.0 [08-08-2024]
###################

- Include Ribasim Python
- Enforce ribasim >= 2024.10.0

v0.6.0 [20-03-2024]
###################

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Deltares packages currently included are:
* `HydroMT WFLOW plugin <https://deltares.github.io/hydromt_wflow/latest/>`_
* `HydroMT SFINCS plugin <https://deltares.github.io/hydromt_sfincs/latest/>`_
* `HydroMT DELWAQ plugin <https://deltares.github.io/hydromt_delwaq/latest/>`_
* `Ribasim Python <https://deltares.github.io/Ribasim/reference/python/>`_
* `xugrid <https://deltares.github.io/xugrid/>`_
* `gistim <https://github.com/Deltares/QGIS-Tim>`_

Expand Down
Loading