Skip to content

Latest commit

 

History

History
163 lines (98 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

163 lines (98 loc) · 4.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Please add your functional changes to the appropriate section in the PR. Keep it human-readable, your future self will thank you!

Changed

  • Bugfix in auto_adjust
  • Fixed precommit CI errors
  • Improve tests
  • More verbosity

Added

  • Add anemoi-transform link to documentation
  • Various bug fixes
  • Control compatibility check in xy/zip
  • Add merge feature

Changed

  • Remove upstream dependencies from downstream-ci workflow (temporary) (#83)
  • ci: pin python versions to 3.9 ... 3.12 for checks (#93)
  • Fix __version__ import in init

0.5.7 - 2024-10-09

Changed

  • Add support to fill missing dates

Changed

  • Add variables_metadata entry in the dataset metadata
  • Update documentation

Changed

  • Add variables_metadata entry in the dataset metadata

Changed

  • Add variables_metadata entry in the dataset metadata

0.5.5 - 2024-10-04

Changed

  • Allow for unknown coordinates when parsing CF input

Changed

  • Fix failing zarr lat/lon tests

Bug fixes - 2024-10-01

Added

  • Adding the user recipe in the dataset PR #59.
  • Add repeated_dates action in create.

Changed

  • Bug fix in create/rename

Added

  • New rescale keyword in open_dataset to change units of variables #36
  • Add support for constant fields when creating datasets
  • Simplify imports

Changed

  • Added incremental building of datasets
  • Add missing dependency for documentation building
  • Fix failing test due to previous merge
  • Bug fix when creating dataset from zarr
  • Bug fix with area selection in cutout operation
  • add paths-ignore to ci workflow
  • call provenance less often

Removed

  • pytest for notebooks

Added

  • New interpolate_frequency keyword in open_dataset
  • CI workflow to update the changelog on release
  • adds the reusable cd pypi workflow
  • merge strategy for changelog in .gitattributes #25
  • adds ci hpc config (#43)

Changed

  • update CI to reusable workflows for PRs and releases
  • Support sub-hourly datasets.
  • Change negative variance detection to make it less restrictive
  • Fix cutout bug that left some global grid points in the lam part
  • Fix bug in computing missing dates in cutout option

Removed

0.4.4 Bug fixes

  • Bug fix in accumulations() that did not work with webmars
  • Bug fix when using hindcasts input (missing dates on leap years)

0.4.0 Minor Release

Added

  • earthkit-data replaces climetlab

Removed

  • climetlab

0.3.0 Minor Release

Added

  • hindcast source

Changed

  • updated documentation

0.2.0 Minor Release

Added

  • statistics tendencies

Removed

  • CubesFilter

0.1.0 Initial Release

Added

  • Documentation
  • Initial code release for anemoi-datasets: create datasets for data-driven weather-models
  • open datasets
  • combine datasets

Git Diffs: