From cace0d7a0053a87e8d65c1a8db996965277cfd5c Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Fri, 19 Jun 2009 13:25:53 +0000 Subject: docs: document that neighbourhood iterator was added in 1.4.0 --- doc/source/reference/c-api.array.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1