Skip to content

Commit cb79aec

Browse files
DeployDuckCorentinSeznec
authored andcommitted
chore(main): Release 0.1.18 (#178)
🤖 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.1.18](0.1.17...0.1.18) (2025-10-30) ### Features * Add AccumToInterval filter transform ([#168](#168)) ([0801a4b](0801a4b)) * Generic cos sin from rad filter ([#180](#180)) ([7fabff9](7fabff9)) ### Bug Fixes * Clarify error message ([#181](#181)) ([1cd0536](1cd0536)) * Remove variable from xarray metadata when grouping ([#182](#182)) ([46465cd](46465cd)) --- > [!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)
1 parent 008336d commit cb79aec

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.1.17"
2+
".": "0.1.18"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ Please add your functional changes to the appropriate section in the PR.
99
Keep it human-readable, your future self will thank you!
1010

1111

12+
## [0.1.18](https://github.com/ecmwf/anemoi-transform/compare/0.1.17...0.1.18) (2025-10-30)
13+
14+
15+
### Features
16+
17+
* Add AccumToInterval filter transform ([#168](https://github.com/ecmwf/anemoi-transform/issues/168)) ([0801a4b](https://github.com/ecmwf/anemoi-transform/commit/0801a4b1ea040262efcc4edd654419e0e73ecc54))
18+
* Generic cos sin from rad filter ([#180](https://github.com/ecmwf/anemoi-transform/issues/180)) ([7fabff9](https://github.com/ecmwf/anemoi-transform/commit/7fabff9d00b685513c36eb4d71aae54368b0d199))
19+
20+
21+
### Bug Fixes
22+
23+
* Clarify error message ([#181](https://github.com/ecmwf/anemoi-transform/issues/181)) ([1cd0536](https://github.com/ecmwf/anemoi-transform/commit/1cd0536f68d560cd02644cd9ba305b9db2deebf0))
24+
* Remove variable from xarray metadata when grouping ([#182](https://github.com/ecmwf/anemoi-transform/issues/182)) ([46465cd](https://github.com/ecmwf/anemoi-transform/commit/46465cdab7518d49e660bacded13763547730d0f))
25+
1226
## [0.1.17](https://github.com/ecmwf/anemoi-transform/compare/0.1.16...0.1.17) (2025-10-01)
1327

1428

0 commit comments

Comments
 (0)