Skip to content

v0.6.0 release

Compare
Choose a tag to compare
@stephenworsley stephenworsley released this 31 Mar 11:35
· 99 commits to main since this release
a6853dc

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.