From 4f3fd0b5b3d39987a6b17619287f761a04e01ea8 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Fri, 17 Mar 2023 14:32:34 +0100 Subject: [PATCH] Update changelog for v1.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac33c28..910a3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## Version 1.6.0 (2023/03/17) + + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 45](https://github.com/pytroll/python-geotiepoints/pull/45) - Fix VII interpolator compatibility with future versions of xarray + +#### Features added + +* [PR 44](https://github.com/pytroll/python-geotiepoints/pull/44) - Add interpolators based on scipy's RegularGridInterpolator + +In this release 2 pull requests were closed. + + ## Version 1.5.1 (2022/12/09) ### Pull Requests Merged