Releases: SciTools/iris-esmf-regrid
Releases · SciTools/iris-esmf-regrid
v0.6.0 release
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
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
Added
- #31 #32 #36 #39 #46 #55 #96 Added the unstructured regridders
GridToMeshESMFRegridderandMeshToGridESMFRegridder. @stephenworsley with extensive review work from @abooton and @jamesp with benchmarking help from @trexfeathers - #130 #137 Added functions for saving of the unstructured regridders. @stephenworsley
- #155 Enabled Sphinx and RTD for automatically rendering the API. @trexfeathers
v0.3.0 release
Minor release with additional support for curvilinear grids.
0.2.0 release
Minor release with mostly performance improvements
0.1.0 release
Initial release with a minimal version of a rectilinear to rectilinear regridder
0.1.0 development release
Release of the unstructured scheme development branch for integration testing