From 90609c7699814b1541354bedc6e3f54d89682eb8 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 14 Apr 2021 11:49:20 -0500 Subject: [PATCH] Update release notes for 1.19.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ac8b586..902f29ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## Version 1.19.0 (2021/04/14) + +### Issues Closed + +* [Issue 344](https://github.com/pytroll/pyresample/issues/344) - Improve handling of dask arrays in DynamicAreaDefinition ([PR 346](https://github.com/pytroll/pyresample/pull/346)) + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 348](https://github.com/pytroll/pyresample/pull/348) - Allow rows_per_scan=0 convenience in EWA resampler +* [PR 340](https://github.com/pytroll/pyresample/pull/340) - Fix get_area_slices for flipped areas + +#### Features added + +* [PR 346](https://github.com/pytroll/pyresample/pull/346) - Add better dask handling to DynamicAreaDefinitions ([344](https://github.com/pytroll/pyresample/issues/344)) + +In this release 3 pull requests were closed. + + ## Version 1.18.1 (2021/03/22) ### Issues Closed