Path: blob/main/doc/release/upcoming_changes/29980.expired.rst
2262 views
Removed ``numpy.ndindex.ndincr()`` ---------------------------------- The ``ndindex.ndincr()`` method has been deprecated since NumPy 1.20 and is now removed; use ``next(ndindex)`` instead.