Skip to content

Latest commit

Β 

History

History
222 lines (142 loc) Β· 11.5 KB

CHANGELOG.md

File metadata and controls

222 lines (142 loc) Β· 11.5 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!

0.5.0 (2025-03-24)

⚠ BREAKING CHANGES

  • Implement coupling of two or more models (#76)

Features

Bug Fixes

Documentation

0.4.11 (2025-03-07)

Features

Bug Fixes

Documentation

0.4.10 (2025-02-25)

Features

Bug Fixes

0.4.9 (2025-02-13)

Full Changelog: https://github.com/ecmwf/anemoi-inference/compare/0.4.8...0.4.9

0.4.8 (2025-02-11)

What's Changed

Exciting New Features πŸŽ‰

  • feat(config): Add accumulate_from_start_of_forecast post-processor by @gmertes in #133

Other Changes πŸ”—

  • refactor: Rename accumulations -> accumulate_from_start_of_forecast by @gmertes in #135
  • chore: synced file(s) with ecmwf-actions/reusable-workflows by @DeployDuck in #136

Full Changelog: https://github.com/ecmwf/anemoi-inference/compare/0.4.7...0.4.8

0.4.7 (2025-02-10)

What's Changed

Exciting New Features πŸŽ‰

  • feat(retrieve): Add --use-scda flag by @gmertes in #132

Other Changes πŸ”—

  • chore: synced file(s) with ecmwf-actions/reusable-workflows by @DeployDuck in #126
  • chore: synced file(s) with ecmwf-actions/reusable-workflows by @DeployDuck in #130

Full Changelog: https://github.com/ecmwf/anemoi-inference/compare/0.4.6...0.4.7

0.4.6 (2025-02-04)

What's Changed

Other Changes πŸ”—

  • chore: synced file(s) with ecmwf-actions/reusable-workflows by @DeployDuck in #113

New Contributors

  • @DeployDuck made their first contribution in #113

Full Changelog: https://github.com/ecmwf/anemoi-inference/compare/0.4.5...0.4.6

0.2.0 - Use earthkit-data

Added

  • ci: changelog release updater
  • earthkit-data replaces climetlab
  • validate_environment on Checkpoint #13
  • Validate the environment against a checkpoint with anemoi-inference inspect --validate path.ckpt
  • ci-hpc-config
  • Add Condition to store data #15

Changed

  • Fix: diagnostics bug when fields are non-accumulated, remove diagnostics from mars request #18
  • ci: updated workflows on PR and releases to use reusable actions
  • removed a variable 'prognostic_fields' to save GPU memory

Removed

  • climetlab

0.1.10 Fix missing constants

Added

  • (GH) Added downstream-ci, reathedocs update check and label public pr workflows

Changed

  • Fix missing constant_fields property to query constants in the checkpoint

0.1.9 Patch, Move output finalise to ai-models

Removed

  • output finalise in the plugin

0.1.8 Patch, Support for output finalise in the plugin

Added

  • Support for output finalise in the plugin

0.1.7 Patch, graph utility

Added

  • graph utility

Changed

  • updated dependencies

0.1.6 Patch, update dependencies

Changed

  • updated dependencies

0.1.5 Patch, inspect cli tool

Added

  • tests
  • inspect cli tool

0.1.4 Patch, autocast option

Added

  • add autocast option

0.1.3 Patch, support ai-models

Added

  • ai-models and AIModelPlugin

0.1.2 Patch

Added

  • dependency group all

0.1.0 Initial Release

Added

Initial Implementation of anemoi-inference

Git Diffs: