Published November 23, 2021
| Version v0.6.2
Software
Open
pangeo-data/xESMF: v0.6.2
Authors/Creators
- 1. Harvard University
- 2. GFDL
- 3. Ouranos
- 4. @NCAR
- 5. Shom
- 6. @RhodiumGroup
- 7. DKRZ
- 8. @carbonplan & @NCAR
- 9. Utrecht University
- 10. National Oceanography Centre
- 11. DTN
Description
Bug fixes
- The introduction of
sparse, withnumbaunder the hood, restricted input data to little-endian dtypes. For big-endian dtypes, xESMF will convert to little-endian, regrid and convert back. By @aulemahal in https://github.com/pangeo-data/xESMF/pull/135 SpatialAveragerdid not compute the same weights asRegridderwhen source cell areas were not uniform. By @huard in https://github.com/pangeo-data/xESMF/pull/128- Refactor of how the regridding is called internally, to fix a bug with dask and sparse. By @aulemahal in https://github.com/pangeo-data/xESMF/pull/135
- Deprecation of
regrid_numpyandregrid_daskis scheduled for 0.7.0. All checks on shape, array layout and numba support are now done at call time, rather then at computation time. By @aulemahal in https://github.com/pangeo-data/xESMF/pull/135
- Fix SpatialAverager to account for variable input grid cells areas by @huard in https://github.com/pangeo-data/xESMF/pull/128
- Add test checking that SpatialAverager does work with masked values by @huard in https://github.com/pangeo-data/xESMF/pull/130
- Regrid dataset with dask variables by @aulemahal in https://github.com/pangeo-data/xESMF/pull/122
- On-the-fly endianness conversion by @aulemahal in https://github.com/pangeo-data/xESMF/pull/125
- Unpin shapely by @aulemahal in https://github.com/pangeo-data/xESMF/pull/134
- Reduce dask task count, refactor regrid dispatch by @aulemahal in https://github.com/pangeo-data/xESMF/pull/135
Full Changelog: https://github.com/pangeo-data/xESMF/compare/v0.6.1...v0.6.2
Files
pangeo-data/xESMF-v0.6.2.zip
Files
(1.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a389aa025747c50c583eb23fe45ac95d
|
1.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pangeo-data/xESMF/tree/v0.6.2 (URL)