Skip to content

Releases: SciTools/iris-esmf-regrid

v0.6.0 release

31 Mar 11:35
a6853dc

Choose a tag to compare

Added

  • #217 Changed the behaviour of coordinate fetching to allow Cubes with both 1D DimCoords and 2D AuxCoords. In this case the DimCoords are prioritised.
  • #220 Matured the benchmarking architecture in line with the latest setup in SciTools/iris.
  • #241 Fixed compatibility with esmpy 8.4.
  • #219 Added support for 2D AuxCoords with discontiguities under masked values with the use_src_mask and use_tgt_mask keywords.

Fixed

  • #242 Fixed an issue which caused regridding to curvilinear grids with lazy data to fail.

v0.5.0 release

14 Oct 08:39
7d6f568

Choose a tag to compare

Added

  • #148 Added support for Bilinear regridding for unstructured regridding.
  • #165 Added RefinedGridInfo and resolution keyword for unstructured regridders.
  • #166 Made weights array handling more robust for different formats of pre-computed weights matrices.
  • #175 Add curvilinear support for unstructured regridders.
  • #208 Unpin Python.

v0.4.0 release

24 Feb 14:44
a4bd7e2

Choose a tag to compare

Added

v0.3.0 release

21 Dec 10:03
c7fd5d5

Choose a tag to compare

Minor release with additional support for curvilinear grids.

0.2.0 release

26 Aug 08:18
4c40722

Choose a tag to compare

Minor release with mostly performance improvements

0.1.0 release

03 Jun 10:10
dcdda29

Choose a tag to compare

Initial release with a minimal version of a rectilinear to rectilinear regridder

0.1.0 development release

12 Apr 09:05
d4d7a07

Choose a tag to compare

Pre-release

Release of the unstructured scheme development branch for integration testing