diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 755c8f4b..c6acf681 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 [bumpversion:file:PyStemmusScope/__init__.py] search = __version__ = "{current_version}" diff --git a/CITATION.cff b/CITATION.cff index 52a3cc69..a904f58d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,7 +20,7 @@ authors: orcid: "https://orcid.org/0000-0002-1966-8460" date-released: 2022-11-24 doi: -version: "0.3.0" +version: "0.4.0" repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing" keywords: - STEMMUS SCOPE Processing diff --git a/PyStemmusScope/__init__.py b/PyStemmusScope/__init__.py index f3d1f52e..eb90e711 100644 --- a/PyStemmusScope/__init__.py +++ b/PyStemmusScope/__init__.py @@ -9,4 +9,4 @@ __author__ = "Sarah Alidoost" __email__ = "f.alidoost@esciencecenter.nl" -__version__ = "0.3.0" +__version__ = "0.4.0" diff --git a/README.md b/README.md index e7ab499e..62e4385d 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e82db009..f6374d68 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 @@ -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