diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-11-05 17:41:49 -0600 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-11-05 17:41:49 -0600 |
commit | 7235d30f3da0a64bf9198db50b19669eb93e6ec6 (patch) | |
tree | eb31918681713e45a5e7eceb9bb90b407c0fe0a6 /doc/source/reference | |
parent | ae7f9a2cb71cccc9d49cd343e238464107397814 (diff) | |
download | numpy-7235d30f3da0a64bf9198db50b19669eb93e6ec6.tar.gz |
API: Do not import sliding_window_view to main namespace
At least for now, lets not import it to the main namespace, since there is
no agreement that this is a good idea.
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.indexing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.indexing.rst b/doc/source/reference/routines.indexing.rst index a1c82c620..eebbf4989 100644 --- a/doc/source/reference/routines.indexing.rst +++ b/doc/source/reference/routines.indexing.rst @@ -42,7 +42,7 @@ Indexing-like operations diag diagonal select - sliding_window_view + lib.stride_tricks.sliding_window_view lib.stride_tricks.as_strided Inserting data into arrays |