Skip to content

Commit 094f401

Browse files
committed
prepare for release
1 parent f377ec4 commit 094f401

4 files changed

Lines changed: 38 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.5.0
33

44
[bumpversion:file:PyStemmusScope/__init__.py]
55
search = __version__ = "{current_version}"

CITATION.cff

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,19 @@ authors:
1818
family-names: Liu
1919
given-names: Yang
2020
orcid: "https://orcid.org/0000-0002-1966-8460"
21-
date-released: 2022-11-24
21+
-
22+
affiliation: "Univesrity of Twente"
23+
family-names: Daoud
24+
given-names: Mostafa Gomaa
25+
orcid: "https://orcid.org/0000-0001-5112-1708"
26+
-
27+
affiliation: "Univesrity of Twente"
28+
family-names: Zeng
29+
given-names: Yijian
30+
orcid: "https://orcid.org/0000-0002-2166-5314"
31+
date-released: 2025-01-14
2232
doi: <insert your DOI here>
23-
version: "0.4.0"
33+
version: "0.5.0"
2434
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
2535
keywords:
2636
- STEMMUS SCOPE Processing

PyStemmusScope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
__author__ = "Sarah Alidoost"
1111
__email__ = "f.alidoost@esciencecenter.nl"
12-
__version__ = "0.4.0"
12+
__version__ = "0.5.0"

docs/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.0] - 2025-01-14
8+
9+
### Added:
10+
11+
- Ground water coupling in BMI in
12+
[#101](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/101)
13+
- A notebook to demonstrate how to run the model coupling with stemmus_scope and
14+
modflow in
15+
[#101](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/101)
16+
- Optional key `soil_layers_thickness` to the config in
17+
[#104](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/104)
18+
- Optional key `SleepDuration` to the config and bmi implementation in
19+
[#116](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/116)
20+
- GitHib action to create a docker container in [#118](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/118)
21+
22+
### Changed:
23+
24+
- BMI variables in [#116](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/116)
25+
- Dockerfile in [#117](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/117)
26+
- `MCR_CACHE_ROOT` added to the `local_process.py` in [#117](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/117) to fix MATLAB RunTime error, see [#110](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/issues/110)
27+
- Documentation is updated in [#117](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/117)
28+
29+
730
## [0.4.0] - 2024-02-08
831

932
### Added:
@@ -67,3 +90,4 @@ The first release of PyStemmusScope. Compatible with STEMMUS_SCOPE 1.1.11.
6790
[0.2.1]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.2.1
6891
[0.3.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.3.0
6992
[0.4.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.4.0
93+
[0.5.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.5.0

0 commit comments

Comments
 (0)