diff --git a/CHANGELOG.md b/CHANGELOG.md index 5433ccc..55fba06 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](https://github.com/ecmwf/anemoi-models/compare/0.2.1...0.3.0) - Remapping of (meteorological) Variables ### 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