Skip to content

Tags: Deltares/imod-python

Tags

1.0.0rc3

Toggle 1.0.0rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare 1.0.0rc3 release (#1508)

# Description
Prepare release 1.0.0rc3

1.0.0rc2

Toggle 1.0.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.0.0rc2 (#1475)

1.0.0rc1

Toggle 1.0.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Issue #1364 post release (#1365)

Fixes #1364

# Description
- Adds installation instructions to release release candidate
- Bump release candidate number, as combining release candidate labels
and post-release labels is ill-advised by the python docs:

> Creating post-releases of pre-releases is strongly discouraged, as it
makes the version identifier difficult to parse for human readers. In
general, it is substantially clearer to simply create a new pre-release
by incrementing the numeric component.

See
https://packaging.python.org/en/latest/specifications/version-specifiers/#pre-releases

1.0.0rc0

Toggle 1.0.0rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Issue #1362 rename release tag (#1363)

Fixes #1362

# Description
- Rename 1.0.0b0 to 1.0.0rc0
- Fix some other missing methods in public API and changelog

0.18.1

Toggle 0.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 0.18.1 (#1301)

Prepare release 0.18.1

0.18.0-docfix

Toggle 0.18.0-docfix's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add from_imod5_data to Modflow6Simulation and GroundwaterFlowModel (#…

…1287)

Add missing ``from_imod5_data`` description to API docs for
Modflow6Simulation and GroundwaterFlowModel.

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 0.18.0 (#1281)

# 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

0.17.2

Toggle 0.17.2's commit message

0.17.1

Toggle 0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.17.1 (#1042)

# Description
Prepare 0.17.1 release

# 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
- [ ] **If feature added**: Added/extended example

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 0.17.0 (#1030)

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