From 6e6b0e54bd8bc2946bdb1e88e2958481316254f7 Mon Sep 17 00:00:00 2001 From: omiralles Date: Fri, 13 Dec 2024 14:22:32 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 118c256b..28120a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ Keep it human-readable, your future self will thank you! - New `NamedNodesAttributes` class to handle node attributes in a more flexible way [#64](https://github.com/ecmwf/anemoi-models/pull/64) - Contributors file [#69](https://github.com/ecmwf/anemoi-models/pull/69) - Add remappers, e.g. link functions to apply during training to facilitate learning of variables with a difficult distribution [#88] - + ### Changed - Bugfixes for CI - Change Changelog CI to run after successful publish