-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
DOC: Dangling reference to deprecation in "Advanced indexing" #22706
Copy link
Copy link
Closed
Labels
Description
Issue with current documentation:
In the following doc snippet:
numpy/doc/source/user/basics.indexing.rst
Lines 297 to 299 in 01d6407
| 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
Reactions are currently unavailable