Skip to content

Commit

Permalink
Update to v0.11.0 (#389)
Browse files Browse the repository at this point in the history
* update changelog and version number for v0.11.0

* fix changelog version

* attempt import fix

* undo import change

* refresh nox cache

* revert noxfile

* revert noxfile
  • Loading branch information
stephenworsley authored Jul 31, 2024
1 parent 3a0749c commit c4e9913
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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/).



## [0.11] - 2024-07-31

### Fixed

- [PR#385](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/385)
Fixed bug when connectivities are described by non-masked arrays.
[@stephenworsley](https://github.com/stephenworsley)
- [PR#387](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/387)
Fixed incompatibilities with changes to iris API in v3.10.0.
[@stephenworsley](https://github.com/stephenworsley)

### Added

- [PR#276](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/276)
Allow regridding for grids defined on coordinates without bounds for
nearest neighbour and bilinear methods.
[@stephenworsley](https://github.com/stephenworsley)

## [0.10] - 2024-05-31

### Added
Expand Down Expand Up @@ -51,13 +71,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Added support for Mesh to Mesh regridding.
[@HGWright](https://github.com/HGWright)

### Added

- [PR#276](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/276)
Allow regridding for grids defined on coordinates without bounds for
nearest neighbour and bilinear methods.
[@stephenworsley](https://github.com/stephenworsley)

### Fixed

- [PR#301](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/301)
Expand Down
2 changes: 1 addition & 1 deletion esmf_regrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
from .schemes import *


__version__ = "0.11.dev0"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


#: Default to reusing any pre-existing nox environments.
nox.options.reuse_existing_virtualenvs = True
nox.options.reuse_existing_virtualenvs = False

#: Name of the package to test.
PACKAGE = "esmf_regrid"
Expand Down

0 comments on commit c4e9913

Please sign in to comment.