From 975755346da8bfecc7123ac96b9e02b35c00d860 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:53:25 +0100 Subject: [PATCH 1/3] [create-pull-request] automated change (#31) Co-authored-by: floriankrb <8441217+floriankrb@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8514b22..6ab5fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,14 @@ 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](https://github.com/ecmwf/anemoi-utils/compare/0.4.1...HEAD) +## [Unreleased](https://github.com/ecmwf/anemoi-utils/compare/0.4.2...HEAD) + +## [0.4.2](https://github.com/ecmwf/anemoi-utils/compare/0.4.1...0.4.2) - 2024-10-25 ## [0.4.1](https://github.com/ecmwf/anemoi-utils/compare/0.4.0...0.4.1) - 2024-10-23 ## Fixed + - Fix `__version__` import in init ### Changed From e3f97fc7eed8511cf7e38109dcb32ef689afae23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:03:35 +0000 Subject: [PATCH 2/3] [create-pull-request] automated change (#32) Co-authored-by: b8raoult <53792887+b8raoult@users.noreply.github.com> Co-authored-by: Harrison Cook --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 661385c..0dc0e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ 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](https://github.com/ecmwf/anemoi-utils/compare/0.4.2...HEAD) +## [Unreleased](https://github.com/ecmwf/anemoi-utils/compare/0.4.3...HEAD) + +## [0.4.3](https://github.com/ecmwf/anemoi-utils/compare/0.4.1...0.4.3) - 2024-10-26 ## [0.4.2](https://github.com/ecmwf/anemoi-utils/compare/0.4.1...0.4.2) - 2024-10-25 @@ -19,6 +21,7 @@ Keep it human-readable, your future self will thank you! - Fix `__version__` import in init ### Changed + - Fix: resolve mounted filesystems in provenance - Fix pre-commit regex - ci: extend python versions [#23] (https://github.com/ecmwf/anemoi-utils/pull/23) From 83d521e33cf6f2c18db77d722879610fd0be9fbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 08:26:46 +0000 Subject: [PATCH 3/3] [create-pull-request] automated change (#37) Co-authored-by: b8raoult <53792887+b8raoult@users.noreply.github.com> --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992cd44..687403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,21 @@ 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](https://github.com/ecmwf/anemoi-utils/compare/0.4.3...HEAD) +## [Unreleased](https://github.com/ecmwf/anemoi-utils/compare/0.4.4...HEAD) + +## [0.4.4](https://github.com/ecmwf/anemoi-utils/compare/0.4.3...0.4.4) - 2024-11-01 ## [0.4.3](https://github.com/ecmwf/anemoi-utils/compare/0.4.1...0.4.3) - 2024-10-26 ## [0.4.2](https://github.com/ecmwf/anemoi-utils/compare/0.4.1...0.4.2) - 2024-10-25 ### Added + - Add supporting_arrays to checkpoints - Add factories registry - Optional renaming of subcommands via `command` attribute [#34](https://github.com/ecmwf/anemoi-utils/pull/34) - `skip_on_hpc` pytest marker for tests that should not be run on HPC [36](https://github.com/ecmwf/anemoi-utils/pull/36) - ## [0.4.1](https://github.com/ecmwf/anemoi-utils/compare/0.4.0...0.4.1) - 2024-10-23 ## Fixed