summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/17394.new_function.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/17394.new_function.rst')
-rw-r--r--doc/release/upcoming_changes/17394.new_function.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/release/upcoming_changes/17394.new_function.rst b/doc/release/upcoming_changes/17394.new_function.rst
deleted file mode 100644
index 25e1ab220..000000000
--- a/doc/release/upcoming_changes/17394.new_function.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-``sliding_window_view`` provides a sliding window view for numpy arrays
------------------------------------------------------------------------
-`numpy.lib.stride_tricks.sliding_window_view` constructs views on numpy
-arrays that offer a sliding or moving window access to the array. This allows
-for the simple implementation of certain algorithms, such as running means.
-