Skip to content

Commit b17173d

Browse files
author
Jeff Whitaker
committed
replace hasattr(arr,'mask') with numpy.ma.isMA
1 parent 2d54786 commit b17173d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version 1.0.2 (not yet released)
2+
* replace hasattr(arr,'mask') with numpy.ma.isMA(arr).
23
* docs updated, moved to matplotlib.github.com/basemap.
3-
* added optional 1.25, 2.5 and 10 minute land/sea masks (derived from
4+
* added optional 1.25, 2.5 and 10 minute land/sea masks (derived from
45
GSHHS coastline data). 'resolution'
56
and 'grid' kwargs added to drawlsmask and maskoceans.
67
'resolution' can be 'c','l','i','h' or 'f', grid can be 1.25,2.5,5 or 10.

0 commit comments

Comments
 (0)