Skip to content

Commit

Permalink
Prepare release 0.17.0 (#1030)
Browse files Browse the repository at this point in the history
Fixes #

# Description
<!---
Thanks for opening a PR!

Please add your description here of changes made and how they are going
to
resolve the linked issue 
-->

# Checklist
<!---
Before requesting review, please go through this checklist:
-->

- [ ] Links to correct issue
- [ ] Update changelog, if changes affect users
- [ ] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [ ] Unit tests were added
- [ ] **If feature added**: Added/extended example
  • Loading branch information
JoerivanEngelen authored May 13, 2024
1 parent 6696e33 commit 7c875bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions docs/api/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

[Unreleased]
------------
[0.17.0] - 2024-05-13
---------------------

Added
~~~~~
Expand All @@ -32,14 +32,6 @@ Added
- Added validation for ``linear_acceleration``, ``rclose_option``,
``scaling_method``, ``reordering_method``, ``print_option`` and ``no_ptc``
entries in :class:`imod.mf6.Solution`.
- :func:`imod.mf6.open_cbc` now returns arrays which contain np.nan for cells where
budget variables are not defined. Based on new budget output a disquisition between
active cells but zero flow and inactive cells can be made.
- :func:`imod.mf6.open_cbc` now returns package type in return budget names. New format
is "package type"-"optional package variable"_"package name". E.g. a River package
named ``primary-sys`` will get a budget name ``riv_primary-sys``. An UZF package
with name ``uzf-sys1`` will get a budget name ``uzf-gwrch_uzf-sys1`` for the
groundwater recharge budget from the UZF-CBC.

Fixed
~~~~~
Expand All @@ -59,6 +51,15 @@ Changed
- Removed constructor arguments `source` and `target` from
:class:`imod.mf6.utilities.regrid.RegridderWeightsCache`, as they were not
used.
- :func:`imod.mf6.open_cbc` now returns arrays which contain np.nan for cells where
budget variables are not defined. Based on new budget output a disquisition between
active cells but zero flow and inactive cells can be made.
- :func:`imod.mf6.open_cbc` now returns package type in return budget names. New format
is "package type"-"optional package variable"_"package name". E.g. a River package
named ``primary-sys`` will get a budget name ``riv_primary-sys``. An UZF package
with name ``uzf-sys1`` will get a budget name ``uzf-gwrch_uzf-sys1`` for the
groundwater recharge budget from the UZF-CBC.


[0.16.0] - 2024-03-29
---------------------
Expand Down
2 changes: 1 addition & 1 deletion imod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
)
from imod.formats import gen, idf, ipf, prj, rasterio

__version__ = "0.16.0"
__version__ = "0.17.0"
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "imod-python"
version = "0.16.0"
version = "0.17.0"
description = "Make massive MODFLOW models"
authors = ["Deltares <huite.bootsma@deltares.nl>", ]
channels = ["conda-forge", ]
Expand Down

0 comments on commit 7c875bd

Please sign in to comment.