feat(utils)!: store vcs info in metadata#268
Merged
anaprietonem merged 8 commits intoecmwf:mainfrom Feb 9, 2026
Merged
Conversation
Contributor
Author
|
Tested like this:
|
HCookie
reviewed
Feb 2, 2026
…ict in _module_versions.
HCookie
reviewed
Feb 3, 2026
Co-authored-by: Harrison Cook <Harrison.cook@ecmwf.int>
anaprietonem
reviewed
Feb 3, 2026
anaprietonem
reviewed
Feb 3, 2026
Collaborator
anaprietonem
approved these changes
Feb 9, 2026
anaprietonem
pushed a commit
that referenced
this pull request
Feb 10, 2026
🤖 Automated Release PR This PR was created by `release-please` to prepare the next release. Once merged: 1. A new version tag will be created 2. A GitHub release will be published 3. The changelog will be updated Changes to be included in the next release: --- ## [0.5.0](0.4.43...0.5.0) (2026-02-09) ### ⚠ BREAKING CHANGES * **utils:** store vcs info in metadata ([#268](#268)) * Update pyproject remove python 3.10 ([#259](#259)) ### Features * Update pyproject remove python 3.10 ([#259](#259)) ([93a1c61](93a1c61)) * **utils:** Store vcs info in metadata ([#268](#268)) ([b28a62b](b28a62b)) ### Bug Fixes * Add Filelock to cache ([#262](#262)) ([20664f0](20664f0)) * Add provenance to tests deps ([#265](#265)) ([942936b](942936b)) --- > [!IMPORTANT] > Please do not change the PR title, manifest file, or any other automatically generated content in this PR unless you understand the implications. Changes here can break the release process. >⚠️ Merging this PR will: > - Create a new release > - Trigger deployment pipelines > - Update package versions **Before merging:** - Ensure all tests pass - Review the changelog carefully - Get required approvals [Release-please documentation](https://github.com/googleapis/release-please)
HCookie
added a commit
to ecmwf/anemoi-inference
that referenced
this pull request
Feb 18, 2026
## Description ecmwf/anemoi-utils#268 broke provenance parsing in inference comparing versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This closes #130 by adding more metadata to checkpoints.
What problem does this change solve?
Add more info to checkpoint metadata about modules used in training. The URL, subdirectory and more.
What issue or task does this change relate to?
Closes #130
Additional notes
If someone is parsing the metadata already, this could be a breaking change, but I don't think it is.
Old metadata:
"anemoi.models": "0.12.0",New metadata:
By opening this pull request, I affirm that all authors agree to the Contributor License Agreement.