Skip to content

Commit 891ec0d

Browse files
update changelog (#151)
* update changelog * address review comments * Update docs/src/CHANGELOG.md Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com>
1 parent ef5a7b3 commit 891ec0d

File tree

1 file changed

+38
-14
lines changed

1 file changed

+38
-14
lines changed

docs/src/CHANGELOG.md

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [Unreleased]
9+
10+
This release added the ability to regrid data stored on a UGRID mesh.
11+
12+
### Added
13+
14+
- [PR#31](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/31)
15+
[PR#32](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/32)
16+
[PR#36](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/36)
17+
[PR#39](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/39)
18+
[PR#46](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/46)
19+
[PR#55](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/55)
20+
[PR#96](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/96)
21+
Added the unstructured regridders `GridToMeshESMFRegridder` and
22+
`MeshToGridESMFRegridder`.
23+
[@stephenworsley](https://github.com/stephenworsley) with extensive review
24+
work from [@abooton](https://github.com/abooton) and
25+
[@jamesp](https://github.com/jamesp) with benchmarking help from
26+
[@trexfeathers](https://github.com/trexfeathers)
27+
- [PR#130](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/130)
28+
[PR#137](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/137)
29+
Added functions for saving of the unstructured regridders.
30+
[@stephenworsley](https://github.com/stephenworsley)
31+
32+
## [0.3] - 2021-12-21
33+
34+
The major change with this version was the addition of the ability to
35+
regrid curvilinear grids (i.e. grids with 2D arrays of coordinates).
36+
37+
### Added
38+
- [PR#125](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/125)
39+
Added support for curvilinear grids, i.e. cubes with 2D lat/lon coords.
40+
[@stephenworsley](https://github.com/stephenworsley)
41+
- [PR#124](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/124)
42+
Improved generation of benchmark data to allow data to be generated from
43+
a common version/environment.
44+
[@trexfeathers](https://github.com/trexfeathers)
45+
846
## [0.2] - 2021-08-25
947

1048
The major change in this version is the addition of lazy regridding.
@@ -31,17 +69,3 @@ when the data is a dask array. Calculations may be parallelised via dask.
3169
Fixed an issue with directory naming. [@lbdreyer](https://github.com/lbdreyer)
3270
- [PR#83](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/83)
3371
Added missing docstrings. [@stephenworsley](https://github.com/stephenworsley)
34-
35-
## [0.3] - 2021-12-21
36-
37-
The major change with this version was the addition of the ability to
38-
regrid curvilinear grids (i.e. grids with 2D arrays of coordinates).
39-
40-
### Added
41-
- [PR#125](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/125)
42-
Added support for curvilinear grids, i.e. cubes with 2D lat/lon coords.
43-
[@stephenworsley](https://github.com/stephenworsley)
44-
- [PR#124](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/124)
45-
Improved generation of benchmark data to allow data to be generated from
46-
a common version/environment.
47-
[@trexfeathers](https://github.com/trexfeathers)

0 commit comments

Comments
 (0)