diff options
author | takanori-pskq <takanori17h@gmail.com> | 2020-11-05 05:49:59 +0000 |
---|---|---|
committer | takanori-pskq <takanori17h@gmail.com> | 2020-11-05 05:49:59 +0000 |
commit | e9611531225fce80912bcd6d22c52b7325a995ac (patch) | |
tree | c7a1c13d12e5d2b15de7a4bec483b3071d7c6476 | |
parent | e028b1b86f46e9334749f0cb5a102e00715b6442 (diff) | |
download | numpy-e9611531225fce80912bcd6d22c52b7325a995ac.tar.gz |
DOC: Add ``ma.isMaskedArray`` and aliases
-rw-r--r-- | doc/source/reference/routines.ma.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst index 18248fe09..d961cbf02 100644 --- a/doc/source/reference/routines.ma.rst +++ b/doc/source/reference/routines.ma.rst @@ -67,6 +67,9 @@ Inspecting the array ma.size ma.is_masked ma.is_mask + ma.isMaskedArray + ma.isMA + ma.isarray ma.MaskedArray.all |