-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Prepare 0.18.0 release. I took the liberty of slightly improving the cleanup example in the user guide, before it is pushed to the online documentation. I modified: - select the last image as thumbnail - Add titles to last plots # Checklist <!--- Before requesting review, please go through this checklist: --> - [ ] Links to correct issue - [x] Update changelog, if changes affect users - [ ] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` - [ ] Unit tests were added - [x] **If feature added**: Added/extended example
- Loading branch information
1 parent
1c1a446
commit 5fe981f
Showing
4 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
) | ||
from imod.formats import gen, idf, ipf, prj, rasterio | ||
|
||
__version__ = "0.17.2" | ||
__version__ = "0.18.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "imod-python" | ||
version = "0.17.2" | ||
version = "0.18.0" | ||
description = "Make massive MODFLOW models" | ||
authors = ["Deltares <[email protected]>", ] | ||
channels = ["conda-forge", ] | ||
|