Issue with current documentation:
In the following doc snippet:
|
Also recognize that ``x[[1, 2, 3]]`` will trigger advanced indexing, |
|
whereas due to the deprecated Numeric compatibility mentioned above, |
|
``x[[1, 2, slice(None)]]`` will trigger basic slicing. |
...it references a deprecation that is no longer mentioned anywhere in the file. Does this usage now produce an error, or have the semantics of this usage changed?
Idea or request for content:
No response
Issue with current documentation:
In the following doc snippet:
numpy/doc/source/user/basics.indexing.rst
Lines 297 to 299 in 01d6407
...it references a deprecation that is no longer mentioned anywhere in the file. Does this usage now produce an error, or have the semantics of this usage changed?
Idea or request for content:
No response