@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on `Keep a Changelog `_, and this project adheres to
7
7
`Semantic Versioning `_.
8
8
9
- [1.0.0b0 ] - 2024-12-20
9
+ [1.0.0rc0 ] - 2024-12-20
10
10
----------------------
11
11
12
12
Added
@@ -34,26 +34,27 @@ Added
34
34
Fixed
35
35
~~~~~
36
36
37
- - Fixed bug where :class: `HorizontalFlowBarrierResistance `,
38
- :class: `HorizontalFlowBarrierSingleLayerResistance ` and other HFB packages
39
- could not be allocated to cell edges when idomain in layer 1 was largely
40
- inactive.
37
+ - Fixed bug where :class: `imod.mf6. HorizontalFlowBarrierResistance `,
38
+ :class: `imod.mf6. HorizontalFlowBarrierSingleLayerResistance ` and other HFB
39
+ packages could not be allocated to cell edges when idomain in layer 1 was
40
+ largely inactive.
41
41
- Fixed bug where :meth: `HorizontalFlowBarrierResistance.clip_box `,
42
42
:meth: `HorizontalFlowBarrierSingleLayerResistance.clip_box ` methods only
43
43
returned deepcopy instead of actually clipping the line geometries.
44
- - Fixed bug where :class: `HorizontalFlowBarrierResistance `,
45
- :class: `HorizontalFlowBarrierSingleLayerResistance ` and other HFB packages could not
46
- be clipped or copied with xarray >= 2024.10.0.
44
+ - Fixed bug where :class: `imod.mf6. HorizontalFlowBarrierResistance `,
45
+ :class: `imod.mf6. HorizontalFlowBarrierSingleLayerResistance ` and other HFB
46
+ packages could not be clipped or copied with xarray >= 2024.10.0.
47
47
- Fixed crash upon calling :meth: `imod.mf6.GroundwaterFlowModel.dump `, when a
48
- :class: `HorizontalFlowBarrierResistance `,
49
- :class: `HorizontalFlowBarrierSingleLayerResistance ` or other HFB package was
50
- assigned to the model.
48
+ :class: `imod.mf6. HorizontalFlowBarrierResistance `,
49
+ :class: `imod.mf6. HorizontalFlowBarrierSingleLayerResistance ` or other HFB
50
+ package was assigned to the model.
51
51
- :meth: `imod.mf6.Modflow6Simulation.regrid_like ` can now regrid a structured
52
52
model to an unstructured grid.
53
53
- :meth: `imod.mf6.Modflow6Simulation.regrid_like ` throws a
54
54
``NotImplementedError `` when attempting to regrid an unstructured model to a
55
55
structured grid.
56
- - :class: `imod.msw.Sprinkling ` now correctly writes source svats to scap_svat.inp file.
56
+ - :class: `imod.msw.Sprinkling ` now correctly writes source svats to
57
+ scap_svat.inp file.
57
58
- :func: `imod.evaluate.calculate_gxg `, upon providing a head dataarray chunked
58
59
over time, will no longer error with ``ValueError: Object has inconsistent
59
60
chunks along dimension bimonth. This can be fixed by calling unify_chunks(). ``
@@ -70,8 +71,8 @@ Changed
70
71
- If ``"cap" `` package present in ``imod5_data ``,
71
72
:meth: `imod.mf6.GroundwaterFlowModel.from_imod5_data ` now automatically adds a
72
73
well for metaswap sprinkling named ``"msw-sprinkling" ``
73
- - Less strict validation for :class: `HorizontalFlowBarrierResistance `,
74
- :class: `HorizontalFlowBarrierSingleLayerResistance ` and other HFB packages for
74
+ - Less strict validation for :class: `imod.mf6. HorizontalFlowBarrierResistance `,
75
+ :class: `imod.mf6. HorizontalFlowBarrierSingleLayerResistance ` and other HFB packages for
75
76
simulations which are imported with
76
77
:meth: `imod.mf6.Modflow6Simulation.from_imod5_data `
77
78
- DeprecationWarning thrown upon initializing :class: `imod.prepare.Regridder `.
@@ -87,9 +88,9 @@ Changed
87
88
Added
88
89
~~~~~
89
90
90
- - :class: `imod.prepare.topsystem. SimulationAllocationOptions `,
91
- :class: `imod.prepare.topsystem. SimulationDistributingOptions `, which are used
92
- to store default allocation and distributing options respectively.
91
+ - :class: `imod.prepare.SimulationAllocationOptions `,
92
+ :class: `imod.prepare.SimulationDistributingOptions `, which are used to store
93
+ default allocation and distributing options respectively.
93
94
94
95
Fixed
95
96
~~~~~
@@ -150,7 +151,8 @@ Changed
150
151
151
152
- :class: `imod.mf6.Well ` now also validates that well filter top is above well
152
153
filter bottom
153
- - :func: `open_projectfile_data ` now also imports well filter top and bottom.
154
+ - :func: `imod.formats.prj.open_projectfile_data ` now also imports well filter
155
+ top and bottom.
154
156
- :class: `imod.mf6.Well ` now logs a warning if any wells are removed during writing.
155
157
- :class: `imod.mf6.HorizontalFlowBarrierResistance `,
156
158
:class: `imod.mf6.HorizontalFlowBarrierMultiplier `,
@@ -160,8 +162,8 @@ Changed
160
162
:func: `imod.prepare.linestring_to_square_zpolygons ` and
161
163
:func: `imod.prepare.linestring_to_trapezoid_zpolygons ` to generate these
162
164
polygons.
163
- - :func: `open_projectfile_data ` now returns well data grouped by ipf name,
164
- instead of generic, separate number per entry.
165
+ - :func: `imod.formats.prj. open_projectfile_data ` now returns well data grouped
166
+ by ipf name, instead of generic, separate number per entry.
165
167
- :class: `imod.mf6.Well ` now supports wells which have a filter with zero
166
168
length, where ``"screen_top" `` equals ``"screen_bottom" ``.
167
169
- :class: `imod.mf6.Well ` shares the same default ``minimum_thickness `` as
0 commit comments