Skip to content

Commit

Permalink
Merge pull request #116 from Deltares/release/v1.0.1
Browse files Browse the repository at this point in the history
prepare release v1.0.1
  • Loading branch information
DirkEilander authored Aug 3, 2023
2 parents ebf3bd9 + ca4cd7d commit 1d86be3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ Distinction is made between new methods (Added), changes to existing methods (Ch
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

v1.0.1 (unreleased)
v1.0.1 (3 August 2023)
===================
This release contains several new features, such as burning in river bathymetry into the subgrid, setting up drainage structures and adding wind and pressure forcing.
It also contains several bugfixes and improvements to existing methods.
It is recommended to use this release together with the latest version of the `SFINCS model <https://github.com/Deltares/SFINCS/releases/tag/v2.0.2_Blockhaus_release>`_.

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- descartes # to run examples
- ffmpeg # to run examples (animation)
# - git
- hydromt>=0.7.1
- hydromt>=0.8.0
- hydromt_sfincs>=1.0
- jupyterlab # to run examples
- matplotlib==3.5.* # to run examples / https://github.com/SciTools/cartopy/issues/2086
Expand Down
2 changes: 1 addition & 1 deletion envs/hydromt-sfincs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- ffmpeg # to run examples (animation)
- flit>=3.4
- geopandas>=0.8
- hydromt>=0.7.1
- hydromt>=0.8.0
- jupyterlab # to run examples
- matplotlib==3.5.* # to run examples / https://github.com/SciTools/cartopy/issues/2086
- nbsphinx # docs
Expand Down
2 changes: 1 addition & 1 deletion envs/hydromt-sfincs-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
dependencies:
- flit>=3.4
- geopandas>=0.8
- hydromt>=0.7.1
- hydromt>=0.8.0
- numba
- numpy
- pandas
Expand Down
2 changes: 1 addition & 1 deletion hydromt_sfincs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os.path import dirname, join, abspath


__version__ = "1.0.1.dev0"
__version__ = "1.0.1"

DATADIR = join(dirname(abspath(__file__)), "data")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
dependencies = [
"affine",
"geopandas>=0.8",
"hydromt>=0.7.1",
"hydromt>=0.8.0,<0.9",
"numba",
"numpy",
"pandas",
Expand Down

0 comments on commit 1d86be3

Please sign in to comment.