You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 Automated Release PR
This PR was created by `release-please` to prepare the next release.
Once merged:
1. A new version tag will be created
2. A GitHub release will be published
3. The changelog will be updated
Changes to be included in the next release:
---
##
[0.8.0](0.7.3...0.8.0)
(2025-10-15)
### Features
* Add requirements subcommand
([#245](#245))
([fd0877c](fd0877c))
* Better support for dynamic forcings and coupling in prepml
([#262](#262))
([fd0877c](fd0877c))
* Lazy torch loading
([#277](#277))
([fd0877c](fd0877c))
* Replace no grad with inference mode
([#331](#331))
([4b7c495](4b7c495))
* Support empty input files
([#342](#342))
([8078a89](8078a89))
### Bug Fixes
* Consolidate path behaviour on outputs
([#339](#339))
([ba8faf1](ba8faf1))
* **metadata:** Patching when receiving entry is not a dict
([#338](#338))
([ff222e2](ff222e2))
* Netcdf incorrect shape when using extract post-processors
([#346](#346))
([95c23ae](95c23ae)),
closes [#341](#341)
* **parallel runner:** Support base class with main_argument decorator
([#333](#333))
([7ec5cce](7ec5cce))
* Update cutout due to
[#262](#262)
([#334](#334))
([35c1cdb](35c1cdb))
### Miscellaneous Chores
* Bump 0.8.0
([ec25c99](ec25c99))
---
> [!IMPORTANT]
> Please do not change the PR title, manifest file, or any other
automatically generated content in this PR unless you understand the
implications. Changes here can break the release process.
> ⚠️ Merging this PR will:
> - Create a new release
> - Trigger deployment pipelines
> - Update package versions
**Before merging:**
- Ensure all tests pass
- Review the changelog carefully
- Get required approvals
[Release-please
documentation](https://github.com/googleapis/release-please)
* Better support for dynamic forcings and coupling in prepml ([#262](https://github.com/ecmwf/anemoi-inference/issues/262)) ([fd0877c](https://github.com/ecmwf/anemoi-inference/commit/fd0877cd2ca054a3c57804a79dc7e9471a019cba))
* Replace no grad with inference mode ([#331](https://github.com/ecmwf/anemoi-inference/issues/331)) ([4b7c495](https://github.com/ecmwf/anemoi-inference/commit/4b7c4955d97b49ae232a836bba09773a69e0c807))
20
+
* Support empty input files ([#342](https://github.com/ecmwf/anemoi-inference/issues/342)) ([8078a89](https://github.com/ecmwf/anemoi-inference/commit/8078a8975bb6bce2b2404ce4a1a21d3da4ca03cb))
21
+
22
+
23
+
### Bug Fixes
24
+
25
+
* Consolidate path behaviour on outputs ([#339](https://github.com/ecmwf/anemoi-inference/issues/339)) ([ba8faf1](https://github.com/ecmwf/anemoi-inference/commit/ba8faf1a9a4d9b41bc45174d350cd2c0f767acd8))
26
+
***metadata:** Patching when receiving entry is not a dict ([#338](https://github.com/ecmwf/anemoi-inference/issues/338)) ([ff222e2](https://github.com/ecmwf/anemoi-inference/commit/ff222e212ba571c804b8214e8c1765344a0427e2))
27
+
* Netcdf incorrect shape when using extract post-processors ([#346](https://github.com/ecmwf/anemoi-inference/issues/346)) ([95c23ae](https://github.com/ecmwf/anemoi-inference/commit/95c23ae659daae8fb97b9b31e80df72e069c1269)), closes [#341](https://github.com/ecmwf/anemoi-inference/issues/341)
28
+
***parallel runner:** Support base class with main_argument decorator ([#333](https://github.com/ecmwf/anemoi-inference/issues/333)) ([7ec5cce](https://github.com/ecmwf/anemoi-inference/commit/7ec5cce1d83c9be008ad4e64dde9cd16e99a09f1))
29
+
* Update cutout due to [#262](https://github.com/ecmwf/anemoi-inference/issues/262) ([#334](https://github.com/ecmwf/anemoi-inference/issues/334)) ([35c1cdb](https://github.com/ecmwf/anemoi-inference/commit/35c1cdbb694e9eb799b0e3ab4c1b37c69abe3ba9))
0 commit comments