summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-12-04 05:13:59 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-12-04 05:13:59 +0000
commite2fbec1c121e92d41322149f6c376adf2bf5346a (patch)
treefa107a24836dec522e5d22ab2a8f743389d42c5b /doc/release
parent667e611899fa2ad8afa5d72552ea59a53c471d09 (diff)
downloadnumpy-e2fbec1c121e92d41322149f6c376adf2bf5346a.tar.gz
DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.4.0-notes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release/1.4.0-notes.rst b/doc/release/1.4.0-notes.rst
index e823540ac..5429f8e76 100644
--- a/doc/release/1.4.0-notes.rst
+++ b/doc/release/1.4.0-notes.rst
@@ -81,7 +81,9 @@ The following C functions have been added to the C API:
definition of correlation. Inputs are not swapped, and conjugate is
taken for complex arrays.
#. PyArray_NeighborhoodIterNew - a new iterator to iterate over a
- neighborhood of a point, with automatic boundaries handling.
+ neighborhood of a point, with automatic boundaries handling. It is
+ documented in the iterators section of the C-API reference, and you can
+ find some examples in the multiarray_test.c.src file in numpy.core.
New ufuncs
~~~~~~~~~~