summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2013-03-01 20:43:31 +0100
committerSebastian Berg <sebastian@sipsolutions.net>2013-03-03 12:55:35 +0100
commit20f44efee8eda236b222180f3c0964eb2ca6b5b2 (patch)
tree2ccc7813e4ddf48e565493a2922157dba61619fb
parentb66a15e0985eb809f735fb47e3d0ea6317f86406 (diff)
downloadnumpy-20f44efee8eda236b222180f3c0964eb2ca6b5b2.tar.gz
DOC: mention AdvancedNew iterator change in the release notes.
-rw-r--r--doc/release/1.8.0-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/1.8.0-notes.rst b/doc/release/1.8.0-notes.rst
index f41c8e716..1750b5d14 100644
--- a/doc/release/1.8.0-notes.rst
+++ b/doc/release/1.8.0-notes.rst
@@ -37,6 +37,13 @@ compiler, then it's possible you will encounter problems. If so, please
file a bug and as a temporary workaround you can re-enable the old build
system by exporting the shell variable NPY_SEPARATE_COMPILATION=0.
+For the AdvancedNew iterator the ``oa_ndim`` flag should now be -1 to indicate
+that no ``op_axes`` and ``itershape`` are passed in. The ``oa_ndim == 0``
+case, now indicates a 0-D iteration and ``op_axes`` being NULL and the old
+usage is deprecated. This does not effect the ``NpyIter_New`` or
+``NpyIter_MultiNew`` functions.
+
+
New features
============