Skip to content

Commit

Permalink
update to v0.7 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed May 23, 2023
1 parent fecb156 commit 2001de7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [0.7] - 2023-05-23

### Added

Expand All @@ -18,11 +18,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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)

- [PR#266](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/266)
Added Nearest neighbour regridding.
[@stephenworsley](https://github.com/stephenworsley)
[@HGWright](https://github.com/HGWright)
- [PR#272](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/272)
Add support for Python 3.11.
[@stephenworsley](https://github.com/stephenworsley)

### Changed

Expand All @@ -34,6 +36,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[@stephenworsley](https://github.com/stephenworsley) with extensive review
work from [@trexfeathers](https://github.com/trexfeathers)

### Removed

- [PR#272](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/272)
Remove support for Python 3.8.
[@stephenworsley](https://github.com/stephenworsley)

### Fixed

- [PR#258](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/258)
Allow the documentation to build properly.
[@zklaus](https://github.com/zklaus)

## [0.6] - 2023-03-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion esmf_regrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .schemes import *


__version__ = "0.7.dev0"
__version__ = "0.7.0"

0 comments on commit 2001de7

Please sign in to comment.