diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-01-17 17:06:54 -0800 |
---|---|---|
committer | Mark Wiebe <mwwiebe@gmail.com> | 2011-01-17 17:06:54 -0800 |
commit | e916b9e44c1732fba94393056f80093a0e775134 (patch) | |
tree | 05f88fcccf3951f01451235e09f7d675f458af19 /doc | |
parent | 22d96096bf7d5fb199ca80f2fcd04e8d27815476 (diff) | |
download | numpy-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.rst | 1 |
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 |