pangeo-data/xESMF: v0.8
Authors/Creators
- Jiawei Zhuang1
- raphael dussin2
- David Huard3
- Pascal Bourgault3
- Anderson Banihirwe4
- Stephane Raynaud5
- Brewster Malevich6
- Martin Schupfner7
- Filipe
- Sam Levang
- Charles Gauthier
- André Jüling8
- Mattia Almansi9
- RichardScottOZ
- RondeauG
- Stephan Rasp10
- Trevor James Smith3
- Jemma Stachelek11
- Matthew Plough
- Pierre12
- Ray Bell13
- Romain Caneill14
- Xianxiang Li15
- 1. Harvard University
- 2. GFDL
- 3. Ouranos
- 4. @carbonplan
- 5. Shom
- 6. @RhodiumGroup, @ClimateImpactLab
- 7. DKRZ
- 8. KNMI
- 9. @bopen
- 10. Google
- 11. Los Alamos National Laboratory
- 12. @inrae
- 13. DTN
- 14. Department of Marine Sciences, Göteborg University
- 15. Sun Yat-sen University
Description
This release of xESMF improves support for parallelization with dask: weights can now be computed in parallel, and those weights can be applied over chunks spanning the horizontal grid dimensions. Previously, computing weights in parallel was only possible using MPI, and datasets could only be chunked over non-spatial dimensions.
These new features are the outcome of Charles Gauthier' internship at Ouranos during the summer of 2023. Thanks to Charles for his hard work and sharp analysis, which led to a permanent position at Ouranos!
What's Changed- Remove uppercase in longitude/latitude for test by @raphaeldussin in https://github.com/pangeo-data/xESMF/pull/259
- Fix broken link by @rcaneill in https://github.com/pangeo-data/xESMF/pull/255
- Perform ci tests with python 3.11 now that numba is compatible. by @charlesgauthier-udm in https://github.com/pangeo-data/xESMF/pull/272
- Bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in https://github.com/pangeo-data/xESMF/pull/266
- Removed 3.7 from supported versions. Build docs using 3.9 by @huard in https://github.com/pangeo-data/xESMF/pull/271
- Added
wproperty to Regridder and SpatialAverager by @huard in https://github.com/pangeo-data/xESMF/pull/276 - Adding the ability to use dask arrays with chunks along spatial axes by @charlesgauthier-udm in https://github.com/pangeo-data/xESMF/pull/280
- Repare broken links to earthsystemcog by @huard in https://github.com/pangeo-data/xESMF/pull/292
- Parallel weight generation with Dask by @charlesgauthier-udm in https://github.com/pangeo-data/xESMF/pull/290
- Replace if statements by dict.get to reduce number of code switches by @huard in https://github.com/pangeo-data/xESMF/pull/295
- Warn of SpatialAverager error over large region and densify polygons by @charlesgauthier-udm in https://github.com/pangeo-data/xESMF/pull/293
- @rcaneill made their first contribution in https://github.com/pangeo-data/xESMF/pull/255
- @charlesgauthier-udm made their first contribution in https://github.com/pangeo-data/xESMF/pull/272
Full Changelog: https://github.com/pangeo-data/xESMF/compare/v0.7.1...v0.8
Files
pangeo-data/xESMF-v0.8.zip
Files
(1.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e3f3041df4d38dc767eb44d22a8d8977
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pangeo-data/xESMF/tree/v0.8 (URL)