Skip to content

Commit

Permalink
Add strides and stride deprecation to NEWS (#25510)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
dlfivefifty authored and mbauman committed Jan 13, 2018
1 parent f8bc37b commit caccf13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,10 @@ Deprecated or removed

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

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


Command-line option changes
---------------------------
Expand Down

0 comments on commit caccf13

Please sign in to comment.