Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Jan 13, 2025
1 parent f377ec4 commit 094f401
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
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 @@ All notable changes to this project will be documented in this file.
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 @@ The first release of PyStemmusScope. Compatible with STEMMUS_SCOPE 1.1.11.
[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"}

0 comments on commit 094f401

Please sign in to comment.