Skip to content

Commit

Permalink
Update to v0.5 (#214)
Browse files Browse the repository at this point in the history
* update to v0.5

* address review comments

* update release date
  • Loading branch information
stephenworsley committed Oct 14, 2022
1 parent 1fc78fa commit 7d6f568
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,24 @@ 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.5] - 2022-10-14

N/A
This release improves the support for features such as Bilinear regridding,
curvilinear grids and low resolution grids.

### Added

- [PR#148](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/148)
Added support for Bilinear regridding for unstructured regridding.
- [PR#165](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/165)
Added RefinedGridInfo and resolution keyword for unstructured regridders.
- [PR#166](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/166)
Made weights array handling more robust for different formats of
pre-computed weights matrices.
- [PR#175](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/175)
Add curvilinear support for unstructured regridders.
- [PR#208](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/208)
Unpin Python.

## [0.4] - 2022-02-24

Expand Down
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.5.dev0"
__version__ = "0.5.0"

0 comments on commit 7d6f568

Please sign in to comment.