From e916b9e44c1732fba94393056f80093a0e775134 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Mon, 17 Jan 2011 17:06:54 -0800 Subject: 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. --- doc/source/reference/arrays.ndarray.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source/reference/arrays.ndarray.rst') 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 -- cgit v1.2.1