Skip to content

Commit 8adc6a1

Browse files
Merge pull request #97 from EcoExtreML/release0.4
Release0.4
2 parents 9202ad4 + 64924fd commit 8adc6a1

5 files changed

Lines changed: 15 additions & 7 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.3.0
2+
current_version = 0.4.0
33

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

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors:
2020
orcid: "https://orcid.org/0000-0002-1966-8460"
2121
date-released: 2022-11-24
2222
doi: <insert your DOI here>
23-
version: "0.3.0"
23+
version: "0.4.0"
2424
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
2525
keywords:
2626
- 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.3.0"
12+
__version__ = "0.4.0"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ The model source code, executable file and utility files are available in the [S
2626

2727
The input datasets are available on Snellius and CRIB. First, make sure you have
2828
right access to the repository and data. Then, see the notebook
29-
[run_model_in_notebook.ipynb](https://pystemmusscope.readthedocs.io/en/latest/notebooks/run_model_in_notebook/)
30-
which provides different options to run the model.
29+
[run_model_on_different_infra.ipynb](./docs/notebooks/run_model_on_different_infra.ipynb)
30+
which provides different ways to run the model depending on your system and
31+
[run_model_with_different_dataset.ipynb](./docs/notebooks/run_model_with_different_dataset.ipynb)
32+
on how to use different datasets e.g. site or global data.
3133

3234
More information on the setup and installation, including for own machine, is available
3335
in the [documentation](https://pystemmusscope.readthedocs.io/).

docs/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ 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-
## [Unreleased]
7+
## [0.4.0] - 2024-02-08
88

99
### Added:
1010

11-
### Removed:
11+
- BMI implementation for STEMMUS_SCOPE [#89](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/89)
12+
- Add grpc4bmi support [#89](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/89)
13+
- Add wind speed masking to preprocessing module [#88](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/88)
1214

1315
### Changed:
1416

17+
- Update documentation on how to run the model [#93](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/93)
18+
- Improve the memory usage of reading data in preprocessing module [#95](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/pull/95)
19+
1520

1621
## [0.3.0] - 2023-06-21
1722
<!-- markdown-link-check-disable-next-line -->
@@ -61,3 +66,4 @@ The first release of PyStemmusScope. Compatible with STEMMUS_SCOPE 1.1.11.
6166
[0.2.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.2.0
6267
[0.2.1]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.2.1
6368
[0.3.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.3.0
69+
[0.4.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.4.0

0 commit comments

Comments
 (0)