diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-23 21:12:07 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-27 20:04:44 +0200 |
commit | fa1b71fc4c2ed7dd8015b7b45840f75ea14a3bb2 (patch) | |
tree | bcc1804ce23744b1051a8a7acf4035a32b18bddf /doc | |
parent | dd70de2f73045aeb4edad6f77a68c6bbb4131824 (diff) | |
download | numpy-fa1b71fc4c2ed7dd8015b7b45840f75ea14a3bb2.tar.gz |
DOC: add some missing ma functions to reference
closes gh-4898
Diffstat (limited to 'doc')
-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 5cb38e83f..66bcb1f1c 100644 --- a/doc/source/reference/routines.ma.rst +++ b/doc/source/reference/routines.ma.rst @@ -65,6 +65,8 @@ Inspecting the array ma.nonzero ma.shape ma.size + ma.is_masked + ma.is_mask ma.MaskedArray.data ma.MaskedArray.mask @@ -141,6 +143,7 @@ Joining arrays ma.column_stack ma.concatenate + ma.append ma.dstack ma.hstack ma.vstack |