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
reword eachslice docs to allow other slices objects (#57428)
The wording of `eachslice` was overly strict in enforcing a `Slices`
return type, instead of allowing other objects with similar behavior but
e.g. potentially additional behaviors. The existence of `AbstractSlices`
suggests this was actually intended at some stage but did not make it
into the docs.
AxisKeys.jl already returns something else and it seems not to cause any
problems, but it would be good to be able to do this without breaking
the documented contract of the method.
---------
Co-authored-by: Lilith Orion Hafner <[email protected]>
0 commit comments