Skip to content

Commit a2d198f

Browse files
authored
chore(main): Release 0.5.36 (#568)
🤖 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.5.36](0.5.35...0.5.36) (2026-04-22) ### Features * Add CycleIntervalProvider and set_start_step_to_zero patch ([#564](#564)) ([2c8824c](2c8824c)) * Add planetary-computer-multipart source, tests, and docs ([#610](#610)) ([42117db](42117db)) * **create:** Add workaround for missing data at step zero ([#565](#565)) ([9fd4733](9fd4733)) * Fetch files from ecfs if path starts with ec: or ectmp: ([#585](#585)) ([9fb443a](9fb443a)) * Fix issue 569 ([#574](#574)) ([7f4e40a](7f4e40a)) * Fix typo with duplicates ([#580](#580)) ([f33333e](f33333e)) * Make anemoi-datasets agnostic to Zarr version (Optional support Zarr3) ([#220](#220)) ([ab8cd71](ab8cd71)) * Observations feature branch ([#480](#480)) ([92d5ac9](92d5ac9)) * Open datasets analytics ([#576](#576)) ([561dbd2](561dbd2)) * Remove https test ([#608](#608)) ([048e419](048e419)) ### Bug Fixes * **create:** Repeated-dates ([#572](#572)) ([b73d533](b73d533)) * Example accumulations section to user current accumulate API ([#601](#601)) ([9434007](9434007)) * Fix corner cases ([#594](#594)) ([bdd31ff](bdd31ff)) * Fix race condition during build ([#593](#593)) ([66e2070](66e2070)) * Fix read ahead while building ([#611](#611)) ([6d18e5e](6d18e5e)) * Fix weatherbench test ([#609](#609)) ([f434a15](f434a15)) * **grib-index:** Support querying float values ([#520](#520)) ([b089cd2](b089cd2)) * Improve MARS request handling for forecast datasets ([#562](#562)) ([f9efe39](f9efe39)) * Make dataset naming function public ([#579](#579)) ([b089bb0](b089bb0)) * Netcdf date/time metadata type should be int ([#555](#555)) ([9937fbe](9937fbe)) * Propagate resolution metadata when using anemoi_dataset source ([#614](#614)) ([784695c](784695c)) * Remove duplicate code ([#590](#590)) ([8e54420](8e54420)) * Remove empty accumulators from accumulation computation ([#561](#561)) ([3bc087d](3bc087d)) * Replace pydantic class Config with ConfigDict ([#592](#592)) ([ce6b2ff](ce6b2ff)) * Rolling average regression ([#587](#587)) ([04f5b0b](04f5b0b)) ### Documentation * Docs minor fixes update concat yaml ([#539](#539)) ([dd73fda](dd73fda)) --- > [!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 b089cd2 commit a2d198f

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

.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.5.35"
2+
".": "0.5.36"
33
}

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,46 @@ 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.5.36](https://github.com/ecmwf/anemoi-datasets/compare/0.5.35...0.5.36) (2026-04-22)
12+
13+
14+
### Features
15+
16+
* Add CycleIntervalProvider and set_start_step_to_zero patch ([#564](https://github.com/ecmwf/anemoi-datasets/issues/564)) ([2c8824c](https://github.com/ecmwf/anemoi-datasets/commit/2c8824c255fc1de35aac81c5386c5389c08c004c))
17+
* Add planetary-computer-multipart source, tests, and docs ([#610](https://github.com/ecmwf/anemoi-datasets/issues/610)) ([42117db](https://github.com/ecmwf/anemoi-datasets/commit/42117db776b367b4f5592ac8bd50116f4309634e))
18+
* **create:** Add workaround for missing data at step zero ([#565](https://github.com/ecmwf/anemoi-datasets/issues/565)) ([9fd4733](https://github.com/ecmwf/anemoi-datasets/commit/9fd4733497f556fe1c870bfcad4e8da6650ce57b))
19+
* Fetch files from ecfs if path starts with ec: or ectmp: ([#585](https://github.com/ecmwf/anemoi-datasets/issues/585)) ([9fb443a](https://github.com/ecmwf/anemoi-datasets/commit/9fb443a8f4e44b5ea27fbb89054e44df4e76648d))
20+
* Fix issue 569 ([#574](https://github.com/ecmwf/anemoi-datasets/issues/574)) ([7f4e40a](https://github.com/ecmwf/anemoi-datasets/commit/7f4e40a00bc186725e82edbfde1d2b35f1356266))
21+
* Fix typo with duplicates ([#580](https://github.com/ecmwf/anemoi-datasets/issues/580)) ([f33333e](https://github.com/ecmwf/anemoi-datasets/commit/f33333e3766001d053b776c1716b70ceb79f14e5))
22+
* Make anemoi-datasets agnostic to Zarr version (Optional support Zarr3) ([#220](https://github.com/ecmwf/anemoi-datasets/issues/220)) ([ab8cd71](https://github.com/ecmwf/anemoi-datasets/commit/ab8cd71762f65c1b04d907c823a78944e3b52b2a))
23+
* Observations feature branch ([#480](https://github.com/ecmwf/anemoi-datasets/issues/480)) ([92d5ac9](https://github.com/ecmwf/anemoi-datasets/commit/92d5ac95506f363ad5d9a8eec94b21cc0e11b692))
24+
* Open datasets analytics ([#576](https://github.com/ecmwf/anemoi-datasets/issues/576)) ([561dbd2](https://github.com/ecmwf/anemoi-datasets/commit/561dbd28cdbfabe4927129bc1b8e151505835c7f))
25+
* Remove https test ([#608](https://github.com/ecmwf/anemoi-datasets/issues/608)) ([048e419](https://github.com/ecmwf/anemoi-datasets/commit/048e419b87c00a598c7f0a504ad7b056b5f47d6b))
26+
27+
28+
### Bug Fixes
29+
30+
* **create:** Repeated-dates ([#572](https://github.com/ecmwf/anemoi-datasets/issues/572)) ([b73d533](https://github.com/ecmwf/anemoi-datasets/commit/b73d533ee5dd351e8cc390255eff6642b497823f))
31+
* Example accumulations section to user current accumulate API ([#601](https://github.com/ecmwf/anemoi-datasets/issues/601)) ([9434007](https://github.com/ecmwf/anemoi-datasets/commit/9434007e4587a3f3dec0d549a8ff12553fa6d1ed))
32+
* Fix corner cases ([#594](https://github.com/ecmwf/anemoi-datasets/issues/594)) ([bdd31ff](https://github.com/ecmwf/anemoi-datasets/commit/bdd31ff0ba0671209cacec53871c6a563703156b))
33+
* Fix race condition during build ([#593](https://github.com/ecmwf/anemoi-datasets/issues/593)) ([66e2070](https://github.com/ecmwf/anemoi-datasets/commit/66e2070ca985edd601d7af7d7645dd45bc36e125))
34+
* Fix read ahead while building ([#611](https://github.com/ecmwf/anemoi-datasets/issues/611)) ([6d18e5e](https://github.com/ecmwf/anemoi-datasets/commit/6d18e5e2de9eb2374a3f39f5d9cd9700db53d832))
35+
* Fix weatherbench test ([#609](https://github.com/ecmwf/anemoi-datasets/issues/609)) ([f434a15](https://github.com/ecmwf/anemoi-datasets/commit/f434a15c01e2cb995ac1326cefb053190d8fad75))
36+
* **grib-index:** Support querying float values ([#520](https://github.com/ecmwf/anemoi-datasets/issues/520)) ([b089cd2](https://github.com/ecmwf/anemoi-datasets/commit/b089cd26fd0f3e3c58f39114c3b10b325bcbf4b3))
37+
* Improve MARS request handling for forecast datasets ([#562](https://github.com/ecmwf/anemoi-datasets/issues/562)) ([f9efe39](https://github.com/ecmwf/anemoi-datasets/commit/f9efe396e4298035b20382799a937efa0b1bbdde))
38+
* Make dataset naming function public ([#579](https://github.com/ecmwf/anemoi-datasets/issues/579)) ([b089bb0](https://github.com/ecmwf/anemoi-datasets/commit/b089bb09e071f37d44731a91a9f579f73abcdd8a))
39+
* Netcdf date/time metadata type should be int ([#555](https://github.com/ecmwf/anemoi-datasets/issues/555)) ([9937fbe](https://github.com/ecmwf/anemoi-datasets/commit/9937fbe5ea16d4bf57d7a9cc6afeedc05be81b44))
40+
* Propagate resolution metadata when using anemoi_dataset source ([#614](https://github.com/ecmwf/anemoi-datasets/issues/614)) ([784695c](https://github.com/ecmwf/anemoi-datasets/commit/784695c3522ac227524dff1a457d115f5e1d137e))
41+
* Remove duplicate code ([#590](https://github.com/ecmwf/anemoi-datasets/issues/590)) ([8e54420](https://github.com/ecmwf/anemoi-datasets/commit/8e54420c20af9554121ae03fc556e7022864b8f7))
42+
* Remove empty accumulators from accumulation computation ([#561](https://github.com/ecmwf/anemoi-datasets/issues/561)) ([3bc087d](https://github.com/ecmwf/anemoi-datasets/commit/3bc087d3e365fbf60b1e9b47350b039af61027de))
43+
* Replace pydantic class Config with ConfigDict ([#592](https://github.com/ecmwf/anemoi-datasets/issues/592)) ([ce6b2ff](https://github.com/ecmwf/anemoi-datasets/commit/ce6b2ffdbab89f076909c6f69a51801846c60984))
44+
* Rolling average regression ([#587](https://github.com/ecmwf/anemoi-datasets/issues/587)) ([04f5b0b](https://github.com/ecmwf/anemoi-datasets/commit/04f5b0b5254ef480ff3c942256ea4080c21f7186))
45+
46+
47+
### Documentation
48+
49+
* Docs minor fixes update concat yaml ([#539](https://github.com/ecmwf/anemoi-datasets/issues/539)) ([dd73fda](https://github.com/ecmwf/anemoi-datasets/commit/dd73fdae7c49899d258412ab0126a9075a7c2c4f))
50+
1151
## [0.5.35](https://github.com/ecmwf/anemoi-datasets/compare/0.5.34...0.5.35) (2026-03-09)
1252

1353

0 commit comments

Comments
 (0)