Skip to content

v0.8

Compare
Choose a tag to compare
@huard huard released this 01 Sep 20:45
· 42 commits to master since this release
b08bb2e

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

New Contributors

Full Changelog: v0.7.1...v0.8