Releases: pangeo-data/xESMF
Releases · pangeo-data/xESMF
v0.8.10
Patch release to fix a bug introduced in the last version.
What's Changed
- Fix passing grid as dictionary by @aulemahal in #429
Full Changelog: v0.8.9...v0.8.10
v0.8.9
A patch release that fixes a coordinates issue and tries (again) to fix the memory leak issue.
What's Changed
- Do not store grids, destroy them after usage by @aulemahal in #402
- Do not add scalar coords from the target grid to the regridding output by @aulemahal in #418
Full Changelog: v0.8.8...v0.8.9
v0.8.8
What's changed
- Fix ESMpy memory issues by explictly freeing the Grid memory upon garbage collection of
Regridderobjects. - Address deprecation for xarray 2024.10 in the parallel weight generation.
- Address an upcoming change in sparse 0.16 where COO fill values will distinguish between 0.0 and -0.0. This issue would affect spatial averaging over polygons with holes.
- The conda package will now avoid installing ESMpy 8.4 to avoid importlib metadata bugs. See this issue, or this one.
Full Changelog: v0.8.7...v0.8.8
v0.8.7
v0.8.6
What's Changed
- change uvcdat link for xcdat by @huard in #358
- Compatibility with Numpy 2.0 by @aulemahal in #373
- Cell area utility by @aulemahal in #372
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- Reverted to the chunking behaviour of xESMF 0.7 for cases where the spatial dimensions are not chunked on the source data. @aulemahal in #348
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.3
v0.8.2
What's Changed
- Correctly guess output chunks for SpatialAverager by @aulemahal in #308
- Add error message when output has no chunks with parallel weights generation by @aulemahal in #304
Full Changelog: v0.8.1...v0.8.2