File tree Expand file tree Collapse file tree 5 files changed +28
-5
lines changed Expand file tree Collapse file tree 5 files changed +28
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.0 (2024-07-09)
2
+
3
+ ### Feat
4
+
5
+ - Prevent duplicate contacts/links in ` Link1d2d ` by replacing Link1d2d._ process() with properties (#674 )
6
+ - Move jadelvappos to physics section. (#672 )
7
+ - Make research wave section optional again. (#671 )
8
+ - Fix remaining keywords (#670 )
9
+ - Add support for spaces polyline names (#652 )
10
+ - Add support for optional [ sedtrails] research section. (#651 )
11
+ - Don't write keywords with None values (#663 )
12
+ - Add/move more mdu keywords (#654 )
13
+ - Raise error for unknown keywords (#632 )
14
+ - Added support for research keywords (#642 )
15
+ - Add support for python 3.12 (#640 )
16
+ - Use caching to prevent reading files multiple times (#641 )
17
+ - Add missing mdu keywords (#628 )
18
+
19
+ ### Fix
20
+
21
+ - Ensure mesh_2d_edge_x and mesh_2d_edge_y are written to nc file. (#645 )
22
+ - locationtype should not be written for CrossSections or ObservationCrossSections (#683 )
23
+
1
24
## 0.7.0 (2024-03-11)
2
25
3
26
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "0.7 .0"
1
+ __version__ = "0.8 .0"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " hydrolib-core"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
description = " Python wrappers around D-HYDRO Suite."
5
5
authors = [" Deltares" ]
6
6
license = " MIT"
@@ -53,7 +53,7 @@ xarray = ">=2023.0.0"
53
53
54
54
[tool .commitizen ]
55
55
name = " cz_conventional_commits"
56
- version = " 0.7 .0"
56
+ version = " 0.8 .0"
57
57
tag_format = " $version"
58
58
version_files = [
59
59
" hydrolib/core/__init__.py" ,
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<documentation >
4
4
<fileVersion >1.3</fileVersion >
5
- <createdBy >hydrolib-core 0.7 .0</createdBy >
5
+ <createdBy >hydrolib-core 0.8 .0</createdBy >
6
6
<creationDate >2020-03-17T10:02:49.4520672Z</creationDate >
7
7
</documentation >
8
8
<control >
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<documentation >
4
4
<fileVersion >1.3</fileVersion >
5
- <createdBy >hydrolib-core 0.7 .0</createdBy >
5
+ <createdBy >hydrolib-core 0.8 .0</createdBy >
6
6
<creationDate >2021-07-29T12:45:00</creationDate >
7
7
</documentation >
8
8
<control >
You can’t perform that action at this time.
0 commit comments