Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for release 0.5 #120

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0

[bumpversion:file:PyStemmusScope/__init__.py]
search = __version__ = "{current_version}"
Expand Down
14 changes: 12 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,19 @@ authors:
family-names: Liu
given-names: Yang
orcid: "https://orcid.org/0000-0002-1966-8460"
date-released: 2022-11-24
-
affiliation: "Univesrity of Twente"
family-names: Daoud
given-names: Mostafa Gomaa
orcid: "https://orcid.org/0000-0001-5112-1708"
-
affiliation: "Univesrity of Twente"
family-names: Zeng
given-names: Yijian
orcid: "https://orcid.org/0000-0002-2166-5314"
date-released: 2025-01-14
doi: <insert your DOI here>
version: "0.4.0"
version: "0.5.0"
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
keywords:
- STEMMUS SCOPE Processing
Expand Down
2 changes: 1 addition & 1 deletion PyStemmusScope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

__author__ = "Sarah Alidoost"
__email__ = "[email protected]"
__version__ = "0.4.0"
__version__ = "0.5.0"
24 changes: 24 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2025-01-14

### Added:

- Ground water coupling in BMI in
[#101](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/101)
- A notebook to demonstrate how to run the model coupling with stemmus_scope and
modflow in
[#101](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/101)
- Optional key `soil_layers_thickness` to the config in
[#104](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/104)
- Optional key `SleepDuration` to the config and bmi implementation in
[#116](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/116)
- GitHib action to create a docker container in [#118](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/118)

### Changed:

- BMI variables in [#116](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/116)
- Dockerfile in [#117](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/117)
- `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)
- Documentation is updated in [#117](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/117)


## [0.4.0] - 2024-02-08

### Added:
Expand Down Expand Up @@ -67,3 +90,4 @@
[0.2.1]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.2.1
[0.3.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.3.0
[0.4.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.4.0
[0.5.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.5.0

Check failure on line 93 in docs/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Linkspector

[linkspector] docs/CHANGELOG.md#L93

Raw output
message:"Cannot reach https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.5.0. Status: 404"  location:{path:"docs/CHANGELOG.md"  range:{start:{line:93  column:1}  end:{line:93  column:84}}}  severity:ERROR  source:{name:"linkspector"  url:"https://github.com/UmbrellaDocs/linkspector"}
6 changes: 2 additions & 4 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ Please add a description of the changes proposed in the pull request.
- [ ] Add tests.
- [ ] Add changes to the [changelog file](./docs/CHANGELOG.md) under section `Unreleased`.
- [ ] If your changes are about BMI, make sure that your changes are compatible
with [the latest version of
STEMMUS_SCOPE](https://github.com/EcoExtreML/STEMMUS_SCOPE/releases) and [its
of docker
image](https://github.com/orgs/EcoExtreML/packages?repo_name=STEMMUS_SCOPE).
with [the latest version of STEMMUS_SCOPE](https://github.com/EcoExtreML/STEMMUS_SCOPE/releases)
and [its docker image](https://github.com/orgs/EcoExtreML/packages?repo_name=STEMMUS_SCOPE).
Loading