Skip to content

v0.3.2

Compare
Choose a tag to compare
@tomvothecoder tomvothecoder released this 16 Sep 18:08
· 98 commits to main since this release
d37e052

v0.3.2 (16 September 2022)

This patch release focuses on bug fixes related to temporal averaging, spatial averaging, and regridding. xesmf is now an optional dependency because it is not supported on osx-arm64 and windows at this time. There is a new documentation page for HPC/Jupyter guidance.

Bug Fixes

Temporal Average

  • Fix multiple temporal avg calls on same dataset breaking by @tomvothecoder in #329
  • Fix incorrect results for group averaging with missing data by @pochedls in #320

Spatial Average

  • Fix spatial bugs: handle datasets with domain bounds out of order and zonal averaging by @pochedls in #340

Horizontal Regridding

Documentation

  • Update README and add HPC/Jupyter Guidance by @pochedls in #331

Dependencies

  • Make xesmf an optional dependency by @durack1 in #334
    • This is required because xesmf (and esmpy which is a dependency) are not supported on osx-arm64 and windows at this time.
    • Once these platforms are supported, xesmf can become a direct dependency of xcdat.

Full Changelog: v0.3.1...v0.3.2