Releases: SciTools/iris-esmf-regrid
Releases · SciTools/iris-esmf-regrid
v0.11.0 release
v0.10.0 release
v0.9.0 release
v0.8.0 release
Added
- #289 Added the ability to regrid onto a Mesh as a target instead of a Cube.
v0.7.0 release
Added
- #198 Functionality has been added to the
ESMFAreaWeighted
scheme and a new scheme,ESMFBilinear
, has been added. These schemes are now able to handle both grids and meshes. Additionally, they are also able to specify the resolution of cells in these grids with thesrc_resolution
andtgt_resolution
keywords. - #266 Added Nearest neighbour regridding.
- #272 Add support for Python 3.11.
Changed
- #198 Refactor regridders to all derive from the same class
_ESMFRegridder
. For the sake of consistency, theresolution
keyword inGridToMeshESMFRegridder
andMeshToGridESMFRegridder
have been replaced bysrc_resolution
andtgt_resolution
respectively.
Removed
- #272 Remove support for Python 3.8.
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
GridToMeshESMFRegridder
andMeshToGridESMFRegridder
. @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