Skip to content

v0.4.0

Compare
Choose a tag to compare
@kthyng kthyng released this 25 Jul 20:12
· 52 commits to main since this release
4c3517e

What's Changed

Details:

  • hopefully fixing issue reordering dimensions when extra coords present
  • divergence calculation was added to derived.py
  • accessor changes:
    • xgrid is run automatically when accessor is used, which could be too slow for some uses
    • div and div_norm properties added to accessor
    • div_norm is the surface divergence normalized by f
  • added tests for new functions
  • hopefully fixed build issue on several OSes by pinning h5py < 3.2, see for reference h5py/h5py#1880, conda-forge/h5py-feedstock#92 (I undid this change and instead updated how mambaforge is used in the test builds. The error then went back to just being a problem with Ubuntu 3.11 and not sure how to fix it.)
  • updated docs (but still am not able to get xESMF to be recognized when docs are run so interp example that uses it isn't run)

Full Changelog: v0.3.3...v0.4.0