Skip to content

v0.4.0

Choose a tag to compare

@joeloskarsson joeloskarsson released this 12 Jun 07:20
· 97 commits to main since this release
0e9c2cc

This release introduces a number of improvements to logging, multi-node training and variable rescaling, without making any major changes to the neural-lam structure.

Added

Fixed

Maintenance

  • update ci/cd testing to use cuda 12.8 #140 @SimonKamuk

  • update ci/cd testing to use pre-commit v3.0.1 #140 @SimonKamuk

  • update AWS GPU ci/cd to use ami with larger (200GB) root volume and ensure
    nvme drive is used for pip venvn
    #126, @leifdenby

  • update ci/cd testing setup to install torch version compatible with neural-lam
    dependencies #115, @leifdenby

  • switch to new npyfiles MEPS and mdp DANRA test datasets which are coincident
    in time and space (on cropped ~100x100 grid-point domain)
    #110, @leifdenby

  • use dynamic versioning based on git tags and commit hashes
    #118, @observingClouds

  • add detect_anomaly=True to pl.Trainer in test_training.py #124, @SimonKamuk