From b2394de8252e89f5d20968a40fd275a283d47eda Mon Sep 17 00:00:00 2001 From: DeployDuck <150700357+DeployDuck@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:39:17 +0000 Subject: [PATCH] chore(main): Release graphs 0.5.0 --- .release-please-manifest.json | 2 +- graphs/CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d010ec17..cbc768d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "training": "0.3.3", - "graphs": "0.4.4", + "graphs": "0.5.0", "models": "0.4.2" } diff --git a/graphs/CHANGELOG.md b/graphs/CHANGELOG.md index 4b97b724..c0403ef5 100644 --- a/graphs/CHANGELOG.md +++ b/graphs/CHANGELOG.md @@ -8,6 +8,28 @@ 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! +## [0.5.0](https://github.com/ecmwf/anemoi-core/compare/graphs-0.4.4...graphs-0.5.0) (2025-02-24) + + +### ⚠ BREAKING CHANGES + +* **config:** Improved configuration and data structures ([#79](https://github.com/ecmwf/anemoi-core/issues/79)) + +### Features + +* **config:** Improved configuration and data structures ([#79](https://github.com/ecmwf/anemoi-core/issues/79)) ([1f7812b](https://github.com/ecmwf/anemoi-core/commit/1f7812b559b51d842852df29ace7dda6d0f66ef2)) + + +### Bug Fixes + +* **graphs:** make exception agnostic of zarr version ([#152](https://github.com/ecmwf/anemoi-core/issues/152)) ([f26adc9](https://github.com/ecmwf/anemoi-core/commit/f26adc969a0683711bc6a92a37e04e72d62ab57a)) +* **graphs:** support torch v2.6 ([#122](https://github.com/ecmwf/anemoi-core/issues/122)) ([dfef377](https://github.com/ecmwf/anemoi-core/commit/dfef377a48ff093ec193ce77c2f3333b87131920)) + + +### Documentation + +* Add subheadings to schema doc page ([#149](https://github.com/ecmwf/anemoi-core/issues/149)) ([d3c7de9](https://github.com/ecmwf/anemoi-core/commit/d3c7de905bced2dc9e75a92de4e9abf848936e62)) + ## 0.4.4 (2025-02-04)