What's changed
- Fix ESMpy memory issues by explictly freeing the Grid memory upon garbage collection of
Regridder
objects. - 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