From 5180c8abcc428be99569092a2d0a9d984f69bf22 Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Mon, 23 Sep 2024 12:21:58 +0000 Subject: [PATCH] fix: changelog --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad21de7..7811ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,15 @@ Keep it human-readable, your future self will thank you! ## [Unreleased](https://github.com/ecmwf/anemoi-models/compare/0.3.0...HEAD) ### Added +- Codeowners file +- Pygrep precommit hooks +- Docsig precommit hooks +- Changelog merge strategy +- configurabilty of the dropout probability in the the MultiHeadSelfAttention module - Variable Bounding as configurable model layers [#13](https://github.com/ecmwf/anemoi-models/issues/13) ### Changed +- Bugfixes for CI ### Removed @@ -21,21 +27,14 @@ Keep it human-readable, your future self will thank you! ### Added -- CI workflow to update the changelog on release -- configurabilty of the dropout probability in the the MultiHeadSelfAttention module - 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. -- Codeowners file -- Pygrep precommit hooks -- Docsig precommit hooks -- Changelog merge strategy ### 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. -- Bugfixes for CI ### Removed