Skip to content

Commit

Permalink
Merge pull request #97 from EcoExtreML/release0.4
Browse files Browse the repository at this point in the history
Release0.4
  • Loading branch information
SarahAlidoost committed Feb 8, 2024
2 parents 9202ad4 + 64924fd commit 8adc6a1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 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.3.0
current_version = 0.4.0

[bumpversion:file:PyStemmusScope/__init__.py]
search = __version__ = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors:
orcid: "https://orcid.org/0000-0002-1966-8460"
date-released: 2022-11-24
doi: <insert your DOI here>
version: "0.3.0"
version: "0.4.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.3.0"
__version__ = "0.4.0"
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ The model source code, executable file and utility files are available in the [S

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

More information on the setup and installation, including for own machine, is available
in the [documentation](https://pystemmusscope.readthedocs.io/).
10 changes: 8 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ 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).

## [Unreleased]
## [0.4.0] - 2024-02-08

### Added:

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

### Changed:

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


## [0.3.0] - 2023-06-21
<!-- markdown-link-check-disable-next-line -->
Expand Down Expand Up @@ -61,3 +66,4 @@ The first release of PyStemmusScope. Compatible with STEMMUS_SCOPE 1.1.11.
[0.2.0]: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/releases/tag/v0.2.0
[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 comments on commit 8adc6a1

Please sign in to comment.