Skip to content

Commit d70c01c

Browse files
authored
Merge pull request #663 from Unidata/issue662
fix for failing tests with numpy 1.13 (issue #662)
2 parents e07dd74 + c2a97c1 commit d70c01c

File tree

3 files changed

+5714
-5512
lines changed

3 files changed

+5714
-5512
lines changed

Diff for: Changelog

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
version 1.2.8 (not yet released)
22
=================================
33
* recognize _Unsigned attribute used by netcdf-java to designate unsigned
4-
integer data stored with a signed integer type in netcdf-3.
4+
integer data stored with a signed integer type in netcdf-3 (issue #656).
55
* add Dataset init memory parameter to allow loading a file from memory
6+
(pull request #652, issues #406 and #295).
67
* fix for negative times in num2date (issue #659).
8+
* fix for failing tests in numpy 1.13 due to changes in numpy.ma (issue #662).
79

810
version 1.2.7 (tag v1.2.7rel)
911
==============================

0 commit comments

Comments
 (0)