Skip to content

Commit

Permalink
updated changelog and added manifest to include tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed Apr 16, 2015
1 parent a041dc1 commit 8a93fc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# v0.1 #
- Initial version pulled out of pytesmo
- added support for iterables like lists and numpy arrays to functions like
find_nearest_gpi. numpy arrays should work everywhere if you want to get
information from a grid. see issue #3 and #4
- fixed bugs occuring during storage as netCDF file see issue #8
- comparison of grids is no longer using exact float comparison, see issue #9
- added documentation and examples for working with the grid objects, see issue #1
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include tests *.py
recursive-include docs *.rst *.py
include *.md

0 comments on commit 8a93fc9

Please sign in to comment.