Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vd-aardweg committed Jul 9, 2024
1 parent 3f6e359 commit 633307a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.8.0 (2024-07-09)

### Feat

- Prevent duplicate contacts/links in `Link1d2d` by replacing Link1d2d._process() with properties (#674)
- Move jadelvappos to physics section. (#672)
- Make research wave section optional again. (#671)
- Fix remaining keywords (#670)
- Add support for spaces polyline names (#652)
- Add support for optional [sedtrails] research section. (#651)
- Don't write keywords with None values (#663)
- Add/move more mdu keywords (#654)
- Raise error for unknown keywords (#632)
- Added support for research keywords (#642)
- Add support for python 3.12 (#640)
- Use caching to prevent reading files multiple times (#641)
- Add missing mdu keywords (#628)

### Fix

- Ensure mesh_2d_edge_x and mesh_2d_edge_y are written to nc file. (#645)
- locationtype should not be written for CrossSections or ObservationCrossSections (#683)

## 0.7.0 (2024-03-11)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion hydrolib/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.8.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hydrolib-core"
version = "0.7.0"
version = "0.8.0"
description = "Python wrappers around D-HYDRO Suite."
authors = ["Deltares"]
license = "MIT"
Expand Down Expand Up @@ -53,7 +53,7 @@ xarray = ">=2023.0.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.7.0"
version = "0.8.0"
tag_format = "$version"
version_files = [
"hydrolib/core/__init__.py",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/reference/dimr/test_serialize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<dimrConfig xmlns="http://schemas.deltares.nl/dimr" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.deltares.nl/dimr http://content.oss.deltares.nl/schemas/dimr-1.3.xsd">
<documentation>
<fileVersion>1.3</fileVersion>
<createdBy>hydrolib-core 0.7.0</createdBy>
<createdBy>hydrolib-core 0.8.0</createdBy>
<creationDate>2020-03-17T10:02:49.4520672Z</creationDate>
</documentation>
<control>
Expand Down
2 changes: 1 addition & 1 deletion tests/data/reference/model/test_dimr_model_save.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<dimrConfig xmlns="http://schemas.deltares.nl/dimr" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.deltares.nl/dimr http://content.oss.deltares.nl/schemas/dimr-1.3.xsd">
<documentation>
<fileVersion>1.3</fileVersion>
<createdBy>hydrolib-core 0.7.0</createdBy>
<createdBy>hydrolib-core 0.8.0</createdBy>
<creationDate>2021-07-29T12:45:00</creationDate>
</documentation>
<control>
Expand Down

0 comments on commit 633307a

Please sign in to comment.