Skip to content

v0.18.1

Latest

Choose a tag to compare

@lewisjared lewisjared released this 04 Sep 13:44
· 35 commits to main since this release

Changelog

Improvements

  • Disabled micromamba's file locking for commands run inside a provider environment causing performance issues on NFS filesystems.
    Environment creation still takes the lock. (#922)
  • Baseline diff reports now shade a NetCDF variable amber and tag it noise
    when the absolute relative error is less than 1e-9. (#923)

Bug Fixes

  • Fixed the noise determination for integers or an infinite value. (#924)

Changes

  • bbb4016 Bump version: 0.18.0 → 0.18.1
  • 693b118 chore: tweak
  • 36eb20c Add changelog entry
  • b43bcd4 Keep integer and infinite values out of the noise path
  • df21df0 Restore the changelog wording
  • 1f491b8 Rename the noise threshold to NOISE_RTOL and atol
  • 1d594b9 Isolate the process environment in the lockfile default test
  • 8e19597 Reword the noise threshold as a ratio
  • cd51a01 Simplify: one tolerance per row, fold duplicate tests
  • 5d72c51 Address review: NaN guard, tighter comments, literal severity
  • 1f4cbf3 Add changelog entry
  • 4fa06e2 Mark tiny baseline diffs as noise rather than as changes
  • 3cc4fbc Add changelog entry
  • 3f1b311 Skip micromamba lockfiles when running in a provider environment