Skip to content

v0.7.0 release

Compare
Choose a tag to compare
@stephenworsley stephenworsley released this 23 May 12:39
· 81 commits to main since this release
2001de7

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 the src_resolution and tgt_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, the resolution keyword in GridToMeshESMFRegridder and MeshToGridESMFRegridder have been replaced by src_resolution and tgt_resolution respectively.

Removed

  • #272 Remove support for Python 3.8.