8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32abfe2 commit 4a2548aCopy full SHA for 4a2548a
doc/release/upcoming_changes/12094.feature.rst
@@ -0,0 +1,7 @@
1
+``ndrange`` a multi-dimensional range-like object
2
+-------------------------------------------------
3
+``ndrange`` behaves much like the Python 3 ``range`` object and allows
4
+multi-dimensional slicing, iteration, reversal and efficient membership lookup.
5
+``ndrange`` now supersedes the ``ndindex`` object for generating multi-index
6
+iterators. ``ndindex`` will continue to be maintained for backward
7
+compatibility.
0 commit comments