Skip to content

Commit 5208e7e

Browse files
authored
chore(main): Release 0.6.3 (ecmwf#255)
## [0.6.3](ecmwf/anemoi-inference@0.6.2...0.6.3) (2025-06-24) ### Features * Improve external graph runner ([ecmwf#247](ecmwf#247)) ([74c8e20](ecmwf@74c8e20)) * Resolve config with omegaconf ([ecmwf#252](ecmwf#252)) ([19422b2](ecmwf@19422b2)) ### Bug Fixes * Apply mask to all sources in cutout input. ([ecmwf#249](ecmwf#249)) ([c2152ca](ecmwf@c2152ca)) * Apply_mask output ([ecmwf#254](ecmwf#254)) ([cec4072](ecmwf@cec4072)) * Error combining 3 or plus inputs in cutout ([ecmwf#256](ecmwf#256)) ([eb7afd1](ecmwf@eb7afd1))
1 parent 19422b2 commit 5208e7e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.2"
2+
".": "0.6.3"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Please add your functional changes to the appropriate section in the PR.
99
Keep it human-readable, your future self will thank you!
1010

11+
## [0.6.3](https://github.com/ecmwf/anemoi-inference/compare/0.6.2...0.6.3) (2025-06-24)
12+
13+
14+
### Features
15+
16+
* Improve external graph runner ([#247](https://github.com/ecmwf/anemoi-inference/issues/247)) ([74c8e20](https://github.com/ecmwf/anemoi-inference/commit/74c8e2072f8609f541f14ae93d36eafc7689a3a8))
17+
* Resolve config with omegaconf ([#252](https://github.com/ecmwf/anemoi-inference/issues/252)) ([19422b2](https://github.com/ecmwf/anemoi-inference/commit/19422b2a0569587a37b4f7054afd21655f570cd4))
18+
19+
20+
### Bug Fixes
21+
22+
* Apply mask to all sources in cutout input. ([#249](https://github.com/ecmwf/anemoi-inference/issues/249)) ([c2152ca](https://github.com/ecmwf/anemoi-inference/commit/c2152ca64a62af565adec89a76427cc053a09e67))
23+
* Apply_mask output ([#254](https://github.com/ecmwf/anemoi-inference/issues/254)) ([cec4072](https://github.com/ecmwf/anemoi-inference/commit/cec407256e719357e04bf30405524725b1905c7b))
24+
* Error combining 3 or plus inputs in cutout ([#256](https://github.com/ecmwf/anemoi-inference/issues/256)) ([eb7afd1](https://github.com/ecmwf/anemoi-inference/commit/eb7afd1b308136017ffc466ca6d8253a1ae4e6a8))
25+
1126
## [0.6.2](https://github.com/ecmwf/anemoi-inference/compare/0.6.1...0.6.2) (2025-06-18)
1227

1328

0 commit comments

Comments
 (0)