Skip to content

Tags: ecmwf/anemoi-inference

Tags

0.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #105 from ecmwf/develop

The real release 0.4.4

0.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix: huggingface loading issues (#81) (#82)

* Hotfix: huggingface loading

0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #80 from ecmwf/develop

Release 0.4.2

0.4.1

fix: new line at end of archive requests

0.4.0

Merge branch 'develop' of github.com:ecmwf/anemoi-inference into develop

0.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for default configs (#70)

0.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use ekd 0.11.2 (#60)

0.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pyproject.toml (#57)

Fix reference to datasets

0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Triggers, messaging, release notes in changelog CI (#45)

1. Changes when the CI is run.

This avoids "bad runs" if a release fails, as it depends on a successful workflow run.

2. Copies the generated release note to the changelog

This intends to reduce merge conflicts due to individually updated changelogs.

3. Big red message in PR to merge

This adds a note to the PR message to not squash to help users perform the correct action.

0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/Add method to validate environment in a checkpoint (#13)

* Feature: Add environment checking
- Add property for `provenance_training` in Metadata
- Check environment on `validate_environment`

* chore: Update changelog

* Fix: Git record difference check

* Fix: Cull categories with no messages

* Add PR Tag

* Make link

* Add exempt packages from the checking

* Change return value

* Add Version class

* Address comments
- Improve error messaging
- Get inference environment from pkg
- Allow patch comparison

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Remove self

* Replace custom version with packaging

* Fix exemption

* Replace relative imports

* Add more exempt packages
- Protect packake_exemptions.py in CODEOWNERS

* Address naming issues
- Attempt an import to fix basic python modules being missed
- Add ignore

* Add __future__ annotations

* Add --validate to inspect subcommand

* Changelog

---------

Co-authored-by: Gert Mertes <[email protected]>