diff --git a/CHANGELOG.md b/CHANGELOG.md index 60824721d..a1efa19db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ ############################################################################### +## Version 1.9.3 (2018/06/08) + +### Issues Closed + +* [Issue 113](https://github.com/pytroll/pyresample/issues/113) - Not all the close neighbours are found until search radius is increased ([PR 112](https://github.com/pytroll/pyresample/pull/112)) +* [Issue 111](https://github.com/pytroll/pyresample/issues/111) - Bilinear interpolation leaves holes in fields with constant value ([PR 112](https://github.com/pytroll/pyresample/pull/112)) + +In this release 3 issues were closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 125](https://github.com/pytroll/pyresample/pull/125) - Fix area slices not working for non-geos projections +* [PR 119](https://github.com/pytroll/pyresample/pull/119) - Add hashing to StackedAreaDefinitions + +In this release 1 pull requests were closed. + + ## Version 1.9.2 (2018/05/13) diff --git a/MANIFEST.in b/MANIFEST.in index b984fcabb..53ce21e8d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,4 @@ include docs/Makefile recursive-include docs/source * include test/test_files/* include LICENSE.txt -include MANIFEST.in include pyresample/ewa/*.h