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
Base.eachslice was added in Julia 1.1 (and added to NamedDims by #58)
But we may also want to implement this function for 1.0 and export it
(the current NamedDims method calls Base.eachslice internally so obviously does not work for 1.0)
Base.eachslice
was added in Julia 1.1 (and added to NamedDims by #58)But we may also want to implement this function for 1.0 and export it
(the current NamedDims method calls
Base.eachslice
internally so obviously does not work for 1.0)Also see #34
The text was updated successfully, but these errors were encountered: