summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.array-manipulation.rst
diff options
context:
space:
mode:
authorMark Wiebe <mwiebe@enthought.com>2011-07-08 17:47:21 -0500
committerCharles Harris <charlesr.harris@gmail.com>2011-07-08 19:38:25 -0600
commit75a2c03a0836b9e094bfad4c02c643901d17c593 (patch)
treef6948db6d4d80f206cac955309db472617253087 /doc/source/reference/routines.array-manipulation.rst
parent5f03b1504bcbe31b611376b6651e0297db165bad (diff)
downloadnumpy-75a2c03a0836b9e094bfad4c02c643901d17c593.tar.gz
ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyInto
These functions expose masked copying routines, with and without handling of overlapping data. Also deprecated the np.putmask and PyArray_PutMask functions, because np.copyto supercedes their functionality. This will need to be discussed on the list during the pull request review.
Diffstat (limited to 'doc/source/reference/routines.array-manipulation.rst')
-rw-r--r--doc/source/reference/routines.array-manipulation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst
index 2c1a5b200..ca97bb479 100644
--- a/doc/source/reference/routines.array-manipulation.rst
+++ b/doc/source/reference/routines.array-manipulation.rst
@@ -3,6 +3,13 @@ Array manipulation routines
.. currentmodule:: numpy
+Basic operations
+================
+.. autosummary::
+ :toctree: generated/
+
+ copyto
+
Changing array shape
====================
.. autosummary::