diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-06-19 13:25:53 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-06-19 13:25:53 +0000 |
commit | cace0d7a0053a87e8d65c1a8db996965277cfd5c (patch) | |
tree | 985332e5a3ce8253b98c6af650b2a5f539b8cda6 /doc/source/reference/c-api.array.rst | |
parent | 6cfb1c6c4ef9b5d44ada70d94f1573c8f964c3ac (diff) | |
download | numpy-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.rst | 2 |
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 |