Skip to content

v0.15.0 release

Latest

Choose a tag to compare

@stephenworsley stephenworsley released this 26 Jun 14:21
· 9 commits to main since this release
9275e2f

Fixed

  • #655 Fixed a bug preventing lazy regridding with Dask distributed and process schedulers.

  • #652 Fixed issue causing ESMFNearest to incorrectly mask data when dtype was float32.

Added

  • #649 Added a utility find_area for finding areas of cells on a cube.

Deprecated

  • #666 Deprecated the classes GridToMeshESMFRegridder and MeshToGridESMFRegridder and the functions regrid_unstructured_to_rectilinear, regrid_rectilinear_to_unstructured and regrid_rectilinear_to_rectilinear.