Skip to content

Commit 6c505ad

Browse files
Merge pull request #120 from EcoExtreML/release0.5
prepare for release 0.5
2 parents f377ec4 + 0874e89 commit 6c505ad

File tree

5 files changed

+40
-8
lines changed

5 files changed

+40
-8
lines changed

.bumpversion.cfg

+1-1
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

+12-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
__author__ = "Sarah Alidoost"
1111
__email__ = "[email protected]"
12-
__version__ = "0.4.0"
12+
__version__ = "0.5.0"

docs/CHANGELOG.md

+24
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

pull_request_template.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ Please add a description of the changes proposed in the pull request.
1313
- [ ] Add tests.
1414
- [ ] Add changes to the [changelog file](./docs/CHANGELOG.md) under section `Unreleased`.
1515
- [ ] If your changes are about BMI, make sure that your changes are compatible
16-
with [the latest version of
17-
STEMMUS_SCOPE](https://github.com/EcoExtreML/STEMMUS_SCOPE/releases) and [its
18-
of docker
19-
image](https://github.com/orgs/EcoExtreML/packages?repo_name=STEMMUS_SCOPE).
16+
with [the latest version of STEMMUS_SCOPE](https://github.com/EcoExtreML/STEMMUS_SCOPE/releases)
17+
and [its docker image](https://github.com/orgs/EcoExtreML/packages?repo_name=STEMMUS_SCOPE).

0 commit comments

Comments
 (0)