diff options
Diffstat (limited to 'doc/release/1.4.0-notes.rst')
-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 ~~~~~~~~~~ |