Skip to content

Commit

Permalink
Release/v0.4.1 (#221)
Browse files Browse the repository at this point in the history
* v0.4.1 prep

* Changelog formatting

* Updated credits

* add pip block to new env install

---------

Co-authored-by: JoostBuitink <44062204+JoostBuitink@users.noreply.github.com>
  • Loading branch information
dalmijn and JoostBuitink committed Nov 22, 2023
1 parent c54190e commit 93bcd9f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .zenodo.json
Expand Up @@ -24,6 +24,14 @@
{
"affiliation": "Deltares",
"name": "Hegnauer, Mark"
},
{
"affiliation": "Deltares",
"name": "Buitink, Joost"
},
{
"affiliation": "Deltares",
"name": "Dalmijn, Brendan"
}
],
"access_right": "open",
Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.rst
Expand Up @@ -6,8 +6,16 @@ All notable changes to this project will be documented in this page.
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

v0.4.1 (November 2023)
======================
Small update

Fixed
-----
- Make HydroMT-Wflow **v0.4.0** conda installable

v0.4.0 (November 2023)
==========
======================
Small overhaul of internal methods and stability fixes. This version works with HydroMT **v0.9.1** onwards.

Changed
Expand Down
9 changes: 9 additions & 0 deletions docs/getting_started/installation.rst
Expand Up @@ -49,6 +49,15 @@ You can install HydroMT-Wflow in a new environment called `hydromt-wflow`:
$ mamba create -n hydromt-wflow -c conda-forge hydromt_wflow
.. Note::

Please take into account that gwwapi or hydroengine packages are not available from conda and therefore have to be installed from pypi separately.

.. code-block:: console
$ pip install gwwapi
$ pip install hydroengine
Then, activate the environment (as stated by mamba/conda) to start making use of HydroMT-Wflow:
HydroMT-Wflow will be installed together with all optional (see above) and a few additional dependencies with:

Expand Down
2 changes: 1 addition & 1 deletion hydromt_wflow/__init__.py
Expand Up @@ -2,7 +2,7 @@

from os.path import abspath, dirname, join

__version__ = "0.4.0"
__version__ = "0.4.1"

try:
import pcraster as pcr
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -7,6 +7,8 @@ name = "hydromt_wflow"
authors = [
{ name = "Dirk Eilander", email = "dirk.eilander@deltares.nl" },
{ name = "Hélène Boisgontier", email = "helene.boisgontier@deltares.nl" },
{ name = "Joost Buitink", email = "joost.buitink@deltares.nl" },
{ name = "Brendan Dalmijn", email = "brendan.dalmijn@deltares.nl" },
]
dependencies = [
"dask",
Expand Down

0 comments on commit 93bcd9f

Please sign in to comment.