Releases: ecmwf/anemoi-inference
Releases · ecmwf/anemoi-inference
0.4.3
0.4.2
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
- Fix archive requests json output
Full Changelog: 0.4.0...0.4.1
0.4.0
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
- @gmertes made their first contribution in #72
- @tmi made their first contribution in #69
- @frazane made their first contribution in #71
Full Changelog: 0.3.3...0.4.0
0.3.3
0.3.2
0.3.1: Update pyproject.toml (#57)
Various bug fixes
0.3.0
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
- Add cos_solar_zenith_angle to list of known forcings by @b8raoult in #19
- Add missing classes in checkpoint handling by @b8raoult in #21
- Enable inference when no constant forcings are used by @MeraX in #23
- use new metadata by @b8raoult in #28
- Feature/unstructured grid by @b8raoult in #29
- ci: extend python versions by @theissenhelen in #31
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #43
- remove prog fields variable by @cathalobrien in #52
- Feature/refactor by @b8raoult in #33
New Contributors
- @mchantry made their first contribution in #36
- @JesperDramsch made their first contribution in #44
- @cathalobrien made their first contribution in #52
Full Changelog: 0.2.0...0.3.0
0.2.0 - Use earthkit-data
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
- @HCookie made their first contribution in #8
- @MeraX made their first contribution in #1
- @floriankrb made their first contribution in #11
- @b8raoult made their first contribution in #18
Full Changelog: https://github.com/ecmwf/anemoi-inference/blob/main/CHANGELOG.md
0.1.10 - Fix missing constants
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