diff options
author | David Cournapeau <cournape@gmail.com> | 2009-12-04 05:13:59 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-12-04 05:13:59 +0000 |
commit | e2fbec1c121e92d41322149f6c376adf2bf5346a (patch) | |
tree | fa107a24836dec522e5d22ab2a8f743389d42c5b /doc/release | |
parent | 667e611899fa2ad8afa5d72552ea59a53c471d09 (diff) | |
download | numpy-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.rst | 4 |
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 ~~~~~~~~~~ |