Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 38 additions & 14 deletions docs/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

This release added the ability to regrid data stored on a UGRID mesh.

### Added

- [PR#31](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/31)
[PR#32](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/32)
[PR#36](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/36)
[PR#39](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/39)
[PR#46](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/46)
[PR#55](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/55)
[PR#96](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/96)
Added the unstructured regridders `GridToMeshESMFRegridder` and
`MeshToGridESMFRegridder`.
[@stephenworsley](https://github.com/stephenworsley) with extensive review
work from [@abooton](https://github.com/abooton) and
[@jamesp](https://github.com/jamesp) with benchmarking help from
[@trexfeathers](https://github.com/trexfeathers)
- [PR#130](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/130)
[PR#137](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/137)
Added functions for saving of the unstructured regridders.
[@stephenworsley](https://github.com/stephenworsley)

## [0.3] - 2021-12-21

The major change with this version was the addition of the ability to
regrid curvilinear grids (i.e. grids with 2D arrays of coordinates).

### Added
- [PR#125](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/125)
Added support for curvilinear grids, i.e. cubes with 2D lat/lon coords.
[@stephenworsley](https://github.com/stephenworsley)
- [PR#124](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/124)
Improved generation of benchmark data to allow data to be generated from
a common version/environment.
[@trexfeathers](https://github.com/trexfeathers)

## [0.2] - 2021-08-25

The major change in this version is the addition of lazy regridding.
Expand All @@ -31,17 +69,3 @@ when the data is a dask array. Calculations may be parallelised via dask.
Fixed an issue with directory naming. [@lbdreyer](https://github.com/lbdreyer)
- [PR#83](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/83)
Added missing docstrings. [@stephenworsley](https://github.com/stephenworsley)

## [0.3] - 2021-12-21

The major change with this version was the addition of the ability to
regrid curvilinear grids (i.e. grids with 2D arrays of coordinates).

### Added
- [PR#125](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/125)
Added support for curvilinear grids, i.e. cubes with 2D lat/lon coords.
[@stephenworsley](https://github.com/stephenworsley)
- [PR#124](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/124)
Improved generation of benchmark data to allow data to be generated from
a common version/environment.
[@trexfeathers](https://github.com/trexfeathers)