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.2.1 #98

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Release 0.2.1 #98

wants to merge 3 commits into from

Commits on Oct 19, 2024

  1. Add output mask (#79)

    * feat: support output_mask (enable rollout for LAM)
    
    Co-authored-by: Florian Pinault <florian.pinault@ecmwf.int>
    JPXKQX and floriankrb authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    fe3bbba View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Fix/mlflow sync tag (#83)

    * tag and catch for new experiments
    
    * update changelog
    
    * download artifacts if server2server
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * correct changelog typo
    
    * remove artifact path to clean things up
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * test env variables for server2server
    
    * fixing code style according to pre-commit hooks
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * update changelog
    
    * fix missing return
    
    * move to correct section
    
    * better catching of cleaning tempdirectory
    
    * remove sys.exit
    
    * implementing suggestions to reduce tech debt
    
    * removing tech debt
    
    * add logging message
    
    * refactor and remove env variables
    
    * fixes according to PR feedback to remove long logs and authentication block
    
    * update changelog
    
    ---------
    
    Co-authored-by: Gert Mertes <gert.mertes@ecmwf.int>
    anaprietonem and gmertes authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e592f3f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Ci/fix pyshtools installation error (#100)

    * fix: change pre-cmmit autoupdate schedule to monthly
    
    * fix: change the merge strategy for Changelog to Union
    
    * fix: add .envrc to .gitignore
    
    * ci: exclude pre-commit and readthedocs yaml from changelog ci
    
    * ci: fix downstream-ci-hpc workflow call
    
    * chore: update pre-commit
    
    * chore: move gitignore
    
    * fix: hypothesis dependency
    
    * feat: add codeowners
    
    * ci: add hpc-config
    
    * chore: add python 3.10
    
    * docs: update changelog
    
    * ci: pin python versions
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: Jesper Dramsch <jesper.dramsch@ecmwf.int>
    theissenhelen and JesperDramsch authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    02bfb47 View commit details
    Browse the repository at this point in the history