Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.0 #80

Merged
merged 26 commits into from
Nov 14, 2024
Merged

Release 0.4.0 #80

merged 26 commits into from
Nov 14, 2024

Commits on Oct 2, 2024

  1. Feature/mapper chunking (#46)

    * feat: add chunking strategy for GraphTransformerMapperBlock to reduce peak memory usage during inference
    
    * test: add tests for mapper chunking 
    
    * docs: update changelog
    
    * docs: document new ANEMOI_INFERENCE_NUM_CHUNKS environment variable
    japols authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f96bcf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.4...v0.6.9)
    - [github.com/tox-dev/pyproject-fmt: 2.2.3 → 2.2.4](tox-dev/pyproject-fmt@2.2.3...2.2.4)
    - [github.com/jshwi/docsig: v0.60.1 → v0.64.0](jshwi/docsig@v0.60.1...v0.64.0)
    pre-commit-ci[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    116cc46 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add workflow to sync repos

    b8raoult committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    72d8f21 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    b8raoult committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a8d1937 View commit details
    Browse the repository at this point in the history
  3. add link to transform

    b8raoult committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    88d88dd View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #61 from ecmwf/doc/add-link-to-transform

    add link to transform
    floriankrb authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f31f867 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update CODEOWNERS

    b8raoult committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7b94e79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from ecmwf/update/codeowners

    Update CODEOWNERS
    b8raoult authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dcc994d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge pull request #60 from ecmwf/feature/synch-repos

    Add workflow to sync repos
    b8raoult authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    224b40f View commit details
    Browse the repository at this point in the history
  2. Update push to pypi

    b8raoult committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b59d1ae View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    78428d0 View commit details
    Browse the repository at this point in the history
  2. fix: typo

    JPXKQX committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6de3bdc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from ecmwf/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    HCookie authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0122962 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Fix pre-commit regex

    b8raoult committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    366fc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5dbb16 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    f1057ae View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    97c1577 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Fix __version__ import

     - Use standard try-except
    HCookie committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9dc1d79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from ecmwf/fix/init-version-import

     Fix __version__ import
    HCookie authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4864dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e29844 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65 from ecmwf/bugfix/pre-commit-regex

    Fix pre-commit regex
    HCookie authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e335d18 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add contributors (#69)

    * Add contributors
    
    * fix: update changelog
    
    ---------
    
    Co-authored-by: Mario Santa Cruz <[email protected]>
    mchantry and JPXKQX authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    deba13a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    52c232b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from ecmwf/fix/remove-docconvert-pre-commit

    Remove docconvert from .pre-commit-config.yaml
    b8raoult authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e9c8172 View commit details
    Browse the repository at this point in the history
  3. Refactor node attributes (#64)

    * feat: add NamedNodeAttributes
    
    * feat: use NamedNodesAttributes in AnemoiModelEncProcDec
    
    * fix: update changelog
    
    * fix: add tests
    
    * feat: drop unused attrs + type hints
    
    * fix: homogeneise
    
    * fix: update docstring
    
    * fix: more docstrings
    JPXKQX authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8874571 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. missing copyrigths (#71)

    * Address missing copyrights
    
    ---------
    
    Co-authored-by: Mario Santa Cruz <[email protected]>
    b8raoult and JPXKQX authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0e03d33 View commit details
    Browse the repository at this point in the history