-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated changelog and added manifest to include tests
- Loading branch information
Christoph Paulik
committed
Apr 16, 2015
1 parent
a041dc1
commit 8a93fc9
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |