Skip to content

Releases: ecmwf/anemoi-inference

0.4.3

14 Dec 14:54
5b9f7ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

14 Dec 14:09
333022e
Compare
Choose a tag to compare

What's Changed

  • Improve huggingface retrieval by @HCookie in #77
    * Specify just repo name
  • Write output coordinates of RawOutput as floats by @frazane in #78
  • constant fields were not considered in legacy checkpoint by @b8raoult in #79
  • Provide options to patch the checkpoint metadata when running a model by @b8raoult in #73

Full Changelog: 0.4.1...0.4.2

0.4.1

09 Dec 16:22
Compare
Choose a tag to compare
  • Fix archive requests json output

Full Changelog: 0.4.0...0.4.1

0.4.0

09 Dec 15:11
Compare
Choose a tag to compare

What's Changed

  • Add default option to retrieve by @gmertes in #72
  • Make frozendict picklable by @tmi in #69
  • Do not compute next-step forcing if current step is the last one by @frazane in #71
  • Add support for downloading models from huggingface by @HCookie in #75
  • Output archive requests json with no indent by default by @gmertes in #74

New Contributors

Full Changelog: 0.3.3...0.4.0

0.3.3

04 Dec 11:51
57bbe09
Compare
Choose a tag to compare
add support for default configs (#70)

0.3.2

27 Nov 11:18
30b9c1f
Compare
Choose a tag to compare

Bug fix when encoding gaussian grids

0.3.1: Update pyproject.toml (#57)

26 Nov 14:57
c9120d3
Compare
Choose a tag to compare

0.3.0

23 Nov 12:32
ae5cab2
Compare
Choose a tag to compare

Complete refactoring of the code

New runner API design
Allows for various levels of interface with a model

  • Numpy -> numpy
  • Config based
  • State dict

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0 - Use earthkit-data

25 Sep 12:34
13ea14f
Compare
Choose a tag to compare

What's Changed

This release replaces climetlab with earthkit-data, climetlab is no longer supported.

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

  • climetlab

New Contributors

Full Changelog: https://github.com/ecmwf/anemoi-inference/blob/main/CHANGELOG.md

0.1.10 - Fix missing constants

14 Aug 11:37
Compare
Choose a tag to compare

What's Changed

  • Fix missing constant_fields property to query constants in the checkpoint

Changelog: https://github.com/ecmwf/anemoi-inference/blob/develop/CHANGELOG.md

Full diff: 0.1.9...0.1.10