Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "popular" top-level functions of numpy #3

Open
dmoisset opened this issue Jul 26, 2016 · 1 comment
Open

Implement "popular" top-level functions of numpy #3

dmoisset opened this issue Jul 26, 2016 · 1 comment

Comments

@dmoisset
Copy link
Contributor

dmoisset commented Jul 26, 2016

Many users use for example numpy.dot(a, b) instead of a.dot(b). Having the top level versions of those functions should cover more use cases

@kjyv
Copy link

kjyv commented Feb 27, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants