-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API: Support Matrix Multiplication Ops (@) #10259
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
Comments
we need Travis to support 3.5 before can do this |
We can certainly test But we certainly should wait until numpy 1.10 is out -- until then we don't even have a |
Note that the current numpy implementation does not support object arrays. |
I was a bit surprised to find that this isn't already supported since I've gotten so used to |
There is a small amount of subtlety in returning |
Note that |
In pandas we only have 1D and 2D data structures (ignoring Panel, which is deprecated), so the broadcasting behavior is irrelevant. |
Python 3.5 is being released on Sep.13. Maybe we can wait for v0.17?
The text was updated successfully, but these errors were encountered: