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
Many functions f take f(::AbstractArray; dims=:) but size(::AbstractArray [,dims]) is positional. It would be more consistent to support ;dims= and specifically dims=: as the default.
The text was updated successfully, but these errors were encountered:
Many functions
f
takef(::AbstractArray; dims=:)
butsize(::AbstractArray [,dims])
is positional. It would be more consistent to support;dims=
and specificallydims=:
as the default.The text was updated successfully, but these errors were encountered: