Releases: ecmwf/anemoi-datasets
Releases · ecmwf/anemoi-datasets
0.5.13
What's Changed
- Fix division-by-zero when computing statistics for a single-time dataset by @mpartio in #142
- better error message by @b8raoult in #146
- accept frequency in minute in dataset names by @floriankrb in #153
- fix negative variance for constant variables by @floriankrb in #148
- prepare 0.5.13 by @floriankrb in #154
- Feature/filters for carra by @tnipen in #149
- feat(accumulations): update for od/enfo by @floriankrb in #158
- Allow selection of one or more members in an ensemble dataset by @b8raoult in #156
- add comment by @floriankrb in #161
- Fix for #155 and #116 by @b8raoult in #159
- Add support for patching xarrays when creating datasets by @b8raoult in #160
- Complement a dataset from an other, using interpolation to nearest neighbourg by @b8raoult in #152
- Added reorder sort string, which sorts variables alphabetically. by @einrone in #144
- Add missing ekd method to xarrayfield by @b8raoult in #163
- feat: update-path-for-tests by @floriankrb in #168
- docs: correct documentation mistakes and typos by @SuryaViswanath in #165
- Remove exception for missing metadata by @JPXKQX in #170
New Contributors
- @mpartio made their first contribution in #142
- @tnipen made their first contribution in #149
- @einrone made their first contribution in #144
- @SuryaViswanath made their first contribution in #165
Full Changelog: 0.5.12...0.5.13
0.5.12
What's Changed
- fix: Ensure metadata serialization handles numpy.integer properly by @japols in #140
- cutout must return ints for shape. not np.int64 by @floriankrb in #141
- Fix cutout slicing of grid dimension by @japols in #145
New Contributors
Full Changelog: 0.5.11...0.5.12
0.5.11
What's Changed
- Adapt XArrayField to changes in earthkit-data Field by @sandorkertesz in #138
- Feature/land support by @b8raoult in #137
New Contributors
- @sandorkertesz made their first contribution in #138
Full Changelog: 0.5.10...0.5.11
0.5.10
What's Changed
- Update to documentation on using missing dates (#128)
- Feature/use anemoi transform (#127) Call filters from anemoi-transform
- save masks to checkpoint
- force np.datetime64 is seconds
- Call filters from anemoi-transform
- when merging datasets, consider missing dates
- add gcd for frequency
- name supporting_arrays
- better support for cutout
- force np.datetime64 in seconds
- upload with ssh (#94) : add copy to ssh target
- Naming guidelines not available to all users. fixing #119 (#125)
- Feature/support multiple lams to the Cutout class (#113)
- Enhance Cutout class to support multiple LAMs with hierarchical masking.
- add a working xarray-zarr example
- work with planetary computer
Full Changelog: 0.5.8...0.5.10
0.5.9
What's Changed
- Update to documentation on using missing dates (#128)
- Feature/use anemoi transform (#127) Call filters from anemoi-transform
- save masks to checkpoint
- force np.datetime64 is seconds
- Call filters from anemoi-transform
- when merging datasets, consider missing dates
- add gcd for frequency
- name supporting_arrays
- better support for cutout
- force np.datetime64 in seconds
- upload with ssh (#94) : add copy to ssh target
- Naming guidelines not available to all users. fixing #119 (#125)
- Feature/support multiple lams to the Cutout class (#113)
- Enhance Cutout class to support multiple LAMs with hierarchical masking.
- add a working xarray-zarr example
- work with planetary computer
Full Changelog: 0.5.8...0.5.9
0.5.8: More verbosity (#102)
* More verbosity
0.5.7: Feature/params metadata (#79)
* add `variables_metadata` to metadata * fix bad params * use sanitise * updated tests and updated test data accordingly. this needs to be merged to fix the tests in "develop" --------- Co-authored-by: Baudouin Raoult <[email protected]>
Allow for unknown CF coordinates
Bugfix/unknow coordinates (#72) * allow for unknown coordinates
0.5.5: [create-pull-request] automated change (#69)
Co-authored-by: b8raoult <[email protected]>