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!
- Add support for models with unconnected nodes dropped from input #95.
- Change trigger for boundary forcings #95.
- Add support for automatic loading of anemoi-datasets of more general type #95.
- Add initial state output in netcdf format
- Fix: Enable inference when no constant forcings are used
- Add anemoi-transform link to documentation
- Add support for unstructured grids
- Add CONTRIBUTORS.md file (#36)
- Add sanetise command
- Add support for huggingface
- Change
write_initial_state
default value totrue
- Raw output of initial state contains only values at initial time
- Change default naming of raw output
- Add cos_solar_zenith_angle to list of known forcings
- Add missing classes in checkpoint handling
- Rename Condition to State #24
- Fix pre-commit regex
- Complete refactoring
- ci: extend python versions to include 3.11 and 3.12 [#31] (#31)
- Update copyright notice
- Fix
__version__
import in init - use earthkit-data 0.11.2
- Fix SimpleRunner
- ci: turn off hpc workflow
0.2.0 - Use earthkit-data
- 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
- 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
- climetlab
0.1.10 Fix missing constants
- (GH) Added downstream-ci, reathedocs update check and label public pr workflows
- Fix missing constant_fields property to query constants in the checkpoint
0.1.9 Patch, Move output finalise to ai-models
- output finalise in the plugin
0.1.8 Patch, Support for output finalise in the plugin
- Support for output finalise in the plugin
0.1.7 Patch, graph utility
- graph utility
- updated dependencies
0.1.6 Patch, update dependencies
- updated dependencies
0.1.5 Patch, inspect cli tool
- tests
- inspect cli tool
0.1.4 Patch, autocast option
- add autocast option
0.1.3 Patch, support ai-models
- ai-models and AIModelPlugin
0.1.2 Patch
- dependency group all
0.1.0 Initial Release
Initial Implementation of anemoi-inference