v0.3.2
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
Dependencies
- Make
xesmf
an optional dependency by @durack1 in #334- This is required because
xesmf
(andesmpy
which is a dependency) are not supported onosx-arm64
andwindows
at this time. - Once these platforms are supported,
xesmf
can become a direct dependency ofxcdat
.
- This is required because
Full Changelog: v0.3.1...v0.3.2