Skip to content

Commit

Permalink
Update changelog for 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jun 8, 2018
1 parent becaecf commit bcd4dc8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions 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)


Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Expand Up @@ -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

0 comments on commit bcd4dc8

Please sign in to comment.