Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
numpy
GitHub Repository: numpy/numpy
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.