summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-01-17 17:06:54 -0800
committerMark Wiebe <mwwiebe@gmail.com>2011-01-17 17:06:54 -0800
commite916b9e44c1732fba94393056f80093a0e775134 (patch)
tree05f88fcccf3951f01451235e09f7d675f458af19 /doc
parent22d96096bf7d5fb199ca80f2fcd04e8d27815476 (diff)
downloadnumpy-e916b9e44c1732fba94393056f80093a0e775134.tar.gz
ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new iterator
I also found that the tricky case of CopyAnyInto wasn't being triggered by the test suite, so added a new function ndarray.setasflat, which calls CopyAnyInto.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/arrays.ndarray.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst
index c14e6869a..535ce8faa 100644
--- a/doc/source/reference/arrays.ndarray.rst
+++ b/doc/source/reference/arrays.ndarray.rst
@@ -254,6 +254,7 @@ Array conversion
ndarray.item
ndarray.tolist
ndarray.itemset
+ ndarray.setasflat
ndarray.tostring
ndarray.tofile
ndarray.dump