Skip to content

Commit

Permalink
update version (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley authored Dec 21, 2021
1 parent 2814c06 commit c7fd5d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,16 @@ when the data is a dask array. Calculations may be parallelised via dask.
- [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)
2 changes: 1 addition & 1 deletion esmf_regrid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .schemes import *


__version__ = "0.3.dev0"
__version__ = "0.3.0"

0 comments on commit c7fd5d5

Please sign in to comment.