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
Apart from global variants of array instance methods there are also others like load or save which don't exist as instance method (save not for multiple arrays), so it's actually more than a nice to have.
Many users use for example
numpy.dot(a, b)
instead ofa.dot(b)
. Having the top level versions of those functions should cover more use casesThe text was updated successfully, but these errors were encountered: