summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorMark Wiebe <mwiebe@enthought.com>2011-07-29 17:57:46 -0500
committerCharles Harris <charlesr.harris@gmail.com>2011-08-27 07:26:49 -0600
commitc626f19a54624b3b66a1a7d77ef1ec90c1ff27cf (patch)
treefb9e6e1960fd4ff5c41516b151d0b017d48b3432 /numpy/add_newdocs.py
parentaef8779c2f05327aa3c247222d0ef47532fadc39 (diff)
downloadnumpy-c626f19a54624b3b66a1a7d77ef1ec90c1ff27cf.tar.gz
ENH: missingdata: Fill in buffered NAMASK nditer, add maskna= to zeros, empty, and empty_like
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 1a3f9e461..65c9646eb 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -736,6 +736,8 @@ add_newdoc('numpy.core.multiarray', 'empty',
order : {'C', 'F'}, optional
Whether to store multi-dimensional data in C (row-major) or
Fortran (column-major) order in memory.
+ maskna : boolean
+ If this is true, the returned array will have an NA mask.
See Also
--------