From e402e91fbf098cd7301b4934c94ec22ffa9be8f2 Mon Sep 17 00:00:00 2001 From: JesperDramsch <2620316+JesperDramsch@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:19:52 +0000 Subject: [PATCH 1/3] [create-pull-request] automated change --- CHANGELOG.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5433ccc..860b9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,21 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please add your functional changes to the appropriate section in the PR. Keep it human-readable, your future self will thank you! -## [Unreleased] +## [Unreleased](https://github.com/ecmwf/anemoi-models/compare/0.3.0...HEAD) + +## [0.3.0 - Remapping of (meteorological) Variables](https://github.com/ecmwf/anemoi-models/compare/0.2.1...0.3.0) - 2024-09-11 ### Added - - CI workflow to update the changelog on release - - Remapper: Preprocessor for remapping one variable to multiple ones. Includes changes to the data indices since the remapper changes the number of variables. With optional config keywords. + +- CI workflow to update the changelog on release +- Remapper: Preprocessor for remapping one variable to multiple ones. Includes changes to the data indices since the remapper changes the number of variables. With optional config keywords. ### Changed - - Update CI to inherit from common infrastructue reusable workflows - - run downstream-ci only when src and tests folders have changed - - New error messages for wrongs graphs. +- Update CI to inherit from common infrastructue reusable workflows +- run downstream-ci only when src and tests folders have changed +- New error messages for wrongs graphs. ### Removed -## [0.2.1] - Dependency update +## [0.2.1](https://github.com/ecmwf/anemoi-models/compare/0.2.0...0.2.1) - Dependency update ### Added @@ -33,7 +36,7 @@ Keep it human-readable, your future self will thank you! - anemoi-datasets dependency -## [0.2.0] - Support Heterodata +## [0.2.0](https://github.com/ecmwf/anemoi-models/compare/0.1.0...0.2.0) - Support Heterodata ### Added @@ -43,15 +46,12 @@ Keep it human-readable, your future self will thank you! - Updated to support new PyTorch Geometric HeteroData structure (defined by `anemoi-graphs` package). -## [0.1.0] - Initial Release +## [0.1.0](https://github.com/ecmwf/anemoi-models/releases/tag/0.1.0) - Initial Release ### Added + - Documentation - Initial code release with models, layers, distributed, preprocessing, and data_indices - Added Changelog - -[unreleased]: https://github.com/ecmwf/anemoi-models/compare/0.2.1...HEAD -[0.2.1]: https://github.com/ecmwf/anemoi-models/compare/0.2.0...0.2.1 -[0.2.0]: https://github.com/ecmwf/anemoi-models/compare/0.1.0...0.2.0 -[0.1.0]: https://github.com/ecmwf/anemoi-models/releases/tag/0.1.0 + \ No newline at end of file From 80146d76037d78288f23d2c7d883a1e68b32b0c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:20:10 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860b9ac..f00a577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,4 +54,4 @@ Keep it human-readable, your future self will thank you! - Initial code release with models, layers, distributed, preprocessing, and data_indices - Added Changelog - \ No newline at end of file + From f815ea5586262f2b07181970369bc73e1fbabd33 Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Wed, 11 Sep 2024 17:22:13 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00a577..55fba06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Keep it human-readable, your future self will thank you! ## [Unreleased](https://github.com/ecmwf/anemoi-models/compare/0.3.0...HEAD) -## [0.3.0 - Remapping of (meteorological) Variables](https://github.com/ecmwf/anemoi-models/compare/0.2.1...0.3.0) - 2024-09-11 +## [0.3.0](https://github.com/ecmwf/anemoi-models/compare/0.2.1...0.3.0) - Remapping of (meteorological) Variables ### Added