Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ecmwf/anemoi-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.42
Choose a base ref
...
head repository: ecmwf/anemoi-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.43
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 20, 2026

  1. feat: Deprecate ai-models.json in favour of anemoi.json (#247)

    ## Description
    The default metadata name was `ai-models.json`, this PR deprecates this
    in favour of `anemoi.json` with a warning logged to the console.
    Logging was done as this should be a seemless change for users with old
    checkpoints working fine.
    HCookie authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    b5b1437 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. fix: review provenance information (#250)

    ## Description
    
    Last PR of 2025! (Or first of 2026 for people down under). A small
    update of the `gather_provenance_info()` function:
    
    - As Python 3.9 is not supported anymore, make full use of the
    `importlib.metadata` package, which is the recommended way of finding
    packages information, such as their version.
    - Filter out system packages properly.
    - Correctly report independently installed sub-packages (e.g.
    `earthkit.data` vs `earthkit`, the latter being a package and not a
    namespace).
    
    
    ## What problem does this change solve?
    
    
    ## What issue or task does this change relate to?
    <!-- link to Issue Number -->
    
    ##  Additional notes ##
    <!-- Include any additional information, caveats, or considerations that
    the reviewer should be aware of. -->
    
    ***As a contributor to the Anemoi framework, please ensure that your
    changes include unit tests, updates to any affected dependencies and
    documentation, and have been tested in a parallel setting (i.e., with
    multiple GPUs). As a reviewer, you are also responsible for verifying
    these aspects and requesting changes if they are not adequately
    addressed. For guidelines about those please refer to
    https://anemoi.readthedocs.io/en/latest/***
    
    By opening this pull request, I affirm that all authors agree to the
    [Contributor License
    Agreement.](https://github.com/ecmwf/codex/blob/main/Legal/contributor_license_agreement.md)
    b8raoult authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    0c23efe View commit details
    Browse the repository at this point in the history
  2. chore: synced file(s) with ecmwf/reusable-workflows (#257)

    synced local file(s) with
    [ecmwf/reusable-workflows](https://github.com/ecmwf/reusable-workflows).
    
    
    
    <details>
    <summary>Changed files</summary>
    <ul>
    <li>synced local directory <code>./</code> with remote directory
    <code>sync-files/anemoi/all/</code></li><li>synced local
    <code>.github/workflows/downstream-ci-hpc.yml</code> with remote
    <code>sync-files/anemoi/some/.github/workflows/downstream-ci-hpc.yml</code></li>
    </ul>
    </details>
    
    ---
    
    This PR was created automatically by the
    [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
    workflow run
    [#21207965554](https://github.com/ecmwf/reusable-workflows/actions/runs/21207965554)
    DeployDuck authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    f8c274c View commit details
    Browse the repository at this point in the history
  3. chore(main): Release 0.4.43 (#258)

    🤖 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.4.43](0.4.42...0.4.43)
    (2026-01-21)
    
    
    ### Features
    
    * Deprecate `ai-models.json` in favour of `anemoi.json`
    ([#247](#247))
    ([b5b1437](b5b1437))
    
    
    ### Bug Fixes
    
    * Review provenance information
    ([#250](#250))
    ([0c23efe](0c23efe))
    
    ---
    > [!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)
    DeployDuck authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    12aaada View commit details
    Browse the repository at this point in the history
Loading