You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #16606, there's no longer a need for mapslices (or any of the dims arguments for reducing functions) now that that eachslice is type-stable (and has a much nicer+more consistent syntax); I'd argue we should remove it in 2.0, deprecating it for map(eachslice(x; dims=...)).
The text was updated successfully, but these errors were encountered:
Related to #16606, there's no longer a need for
mapslices
(or any of thedims
arguments for reducing functions) now that thateachslice
is type-stable (and has a much nicer+more consistent syntax); I'd argue we should remove it in 2.0, deprecating it formap(eachslice(x; dims=...))
.The text was updated successfully, but these errors were encountered: