Skip to content

Commit caccf13

Browse files
dlfivefiftymbauman
authored andcommitted
Add strides and stride deprecation to NEWS (#25510)
* Add strides and stride deprecation to NEWS The methods themselves are still used and called, we just no longer provide a default implementation for all `AbstractArrays`
1 parent f8bc37b commit caccf13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,10 @@ Deprecated or removed
941941

942942
* `findin(a, b)` has been deprecated in favor of `find(occursin(b), a)` ([#24673]).
943943

944+
* The generic implementations of `strides(::AbstractArray)` and `stride(::AbstractArray, ::Int)`
945+
have been deprecated. Subtypes of `AbstractArray` that implement the newly introduced strided
946+
array interface should define their own `strides` method ([#25321]).
947+
944948

945949
Command-line option changes
946950
---------------------------

0 commit comments

Comments
 (0)