Skip to content

Commit

Permalink
add credits to changelog, update to v0.6 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Mar 31, 2023
1 parent 4db70b3 commit a6853dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,34 @@ 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.6] - 2023-03-31

### Added

- [PR#217](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/217)
Changed the behaviour of coordinate fetching to allow Cubes with both
1D DimCoords and 2D AuxCoords. In this case the DimCoords are prioritised.
[@stephenworsley](https://github.com/stephenworsley)
- [PR#220](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/220)
Matured the benchmarking architecture in line with the latest setup in
SciTools/iris.
[@trexfeathers](https://github.com/trexfeathers)
- [PR#241](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/241)
Fixed compatibility with esmpy 8.4.
[@stephenworsley](https://github.com/stephenworsley) with help from
[@bjlittle](https://github.com/bjlittle) and
[@valeriupredoi](https://github.com/valeriupredoi)
- [PR#219](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/219)
Added support for 2D AuxCoords with discontiguities under masked values
with the use_src_mask and use_tgt_mask keywords.
[@stephenworsley](https://github.com/stephenworsley)with extensive review
work from [@trexfeathers](https://github.com/trexfeathers)

### Fixed
- [PR#242](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/242)
Fixed an issue which caused regridding to curvilinear grids with lazy
data to fail.
[@stephenworsley](https://github.com/stephenworsley)

## [0.5] - 2022-10-14

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.5.0"
__version__ = "0.6.0"

0 comments on commit a6853dc

Please sign in to comment.