summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-06-19 13:25:53 +0000
committerPauli Virtanen <pav@iki.fi>2009-06-19 13:25:53 +0000
commitcace0d7a0053a87e8d65c1a8db996965277cfd5c (patch)
tree985332e5a3ce8253b98c6af650b2a5f539b8cda6 /doc/source/reference/c-api.array.rst
parent6cfb1c6c4ef9b5d44ada70d94f1573c8f964c3ac (diff)
downloadnumpy-cace0d7a0053a87e8d65c1a8db996965277cfd5c.tar.gz
docs: document that neighbourhood iterator was added in 1.4.0
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r--doc/source/reference/c-api.array.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst
index fe41dac8d..da573f0b4 100644
--- a/doc/source/reference/c-api.array.rst
+++ b/doc/source/reference/c-api.array.rst
@@ -1949,6 +1949,8 @@ Broadcasting (multi-iterators)
Neighborhood iterator
---------------------
+.. versionadded:: 1.4.0
+
Neighborhood iterators are subclasses of the iterator object, and can be used
to iter over a neighborhood of a point. For example, you may want to iterate
over every voxel of a 3d image, and for every such voxel, iterate over an