Tags: ecmwf/anemoi-inference
Tags
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.
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]>
PreviousNext