Skip to content

Conversation

@b8raoult
Copy link
Collaborator

@b8raoult b8raoult commented May 6, 2025

…ions

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Issue Number

Code Compatibility

  • I have performed a self-review of my code

Code Performance and Testing

  • I have added tests that prove my fix is effective or that my feature works
  • I ran the complete Pytest test suite locally, and they pass

Dependencies

  • I have ensured that the code is still pip-installable after the changes and runs
  • I have tested that new dependencies themselves are pip-installable.

Documentation

  • My code follows the style guidelines of this project
  • I have updated the documentation and docstrings to reflect the changes
  • I have added comments to my code, particularly in hard-to-understand areas

Additional Notes

@github-actions github-actions bot added the bug Something isn't working label May 6, 2025
@github-project-automation github-project-automation bot moved this to Now In Progress in Anemoi-dev May 23, 2025
Copy link
Contributor

@aaron-hopkinson aaron-hopkinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, but a couple of questions. Is it worth adding a quick regression test to ensure this doesn't break again in the future?

@aaron-hopkinson
Copy link
Contributor

(Merged main and resolved conflicts)

@aaron-hopkinson aaron-hopkinson merged commit 3541a1f into main Oct 7, 2025
69 checks passed
@github-project-automation github-project-automation bot moved this from Now In Progress to Done in Anemoi-dev Oct 7, 2025
@aaron-hopkinson aaron-hopkinson deleted the fix/accumulations-with-missing-values branch October 7, 2025 09:58
b8raoult pushed a commit that referenced this pull request Oct 30, 2025
🤖 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.28](0.5.27...0.5.28)
(2025-10-30)


### Features

* Added rolling average on read
([#448](#448))
([5cef720](5cef720))
* Fix repeat dates
([#458](#458))
([16b5c83](16b5c83))
* Refactor dataset create
([#379](#379))
([c5408da](c5408da))


### Bug Fixes

* Allow grib source to be used for constant data
([#428](#428))
([c1d7ff1](c1d7ff1))
* Broken source imports
([#450](#450))
([#454](#454))
([d6ed174](d6ed174))
* Ensure missing value indicator in not a valid value in accumulat…
([#316](#316))
([3541a1f](3541a1f))
* S3 access [#453](#453)
([#459](#459))
([2d810e3](2d810e3))
* Xarray-zarr filters
([#457](#457))
([5f2973f](5f2973f))


### Documentation

* Documentation updates
([#419](#419))
([4588175](4588175))

---
> [!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)
CatdBD pushed a commit to CatdBD/anemoi-datasets that referenced this pull request Nov 14, 2025
🤖 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.28](ecmwf/anemoi-datasets@0.5.27...0.5.28)
(2025-10-30)


### Features

* Added rolling average on read
([ecmwf#448](ecmwf#448))
([5cef720](ecmwf@5cef720))
* Fix repeat dates
([ecmwf#458](ecmwf#458))
([16b5c83](ecmwf@16b5c83))
* Refactor dataset create
([ecmwf#379](ecmwf#379))
([c5408da](ecmwf@c5408da))


### Bug Fixes

* Allow grib source to be used for constant data
([ecmwf#428](ecmwf#428))
([c1d7ff1](ecmwf@c1d7ff1))
* Broken source imports
([ecmwf#450](ecmwf#450))
([ecmwf#454](ecmwf#454))
([d6ed174](ecmwf@d6ed174))
* Ensure missing value indicator in not a valid value in accumulat…
([ecmwf#316](ecmwf#316))
([3541a1f](ecmwf@3541a1f))
* S3 access [ecmwf#453](ecmwf#453)
([ecmwf#459](ecmwf#459))
([2d810e3](ecmwf@2d810e3))
* Xarray-zarr filters
([ecmwf#457](ecmwf#457))
([5f2973f](ecmwf@5f2973f))


### Documentation

* Documentation updates
([ecmwf#419](ecmwf#419))
([4588175](ecmwf@4588175))

---
> [!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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants