Skip to content

Commit

Permalink
Update changelog for #198 (#267)
Browse files Browse the repository at this point in the history
* update changelog for #198

* Update CHANGELOG.md

Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com>

* address review comments

---------

Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com>
  • Loading branch information
stephenworsley and trexfeathers committed May 15, 2023
1 parent 68de5c5 commit 1690171
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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]

### Added

- [PR#198](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/198)
As a result of refactoring regridders to all derive from the same class,
`_ESMFRegridder`, 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.
[@stephenworsley](https://github.com/stephenworsley) with extensive review
work from [@trexfeathers](https://github.com/trexfeathers)

### Changed

- [PR#198](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/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.
[@stephenworsley](https://github.com/stephenworsley) with extensive review
work from [@trexfeathers](https://github.com/trexfeathers)

## [0.6] - 2023-03-31

### Added
Expand Down

0 comments on commit 1690171

Please sign in to comment.