BUG: dot/matmul 'out' arg should accept any ndarray subclass#9672
BUG: dot/matmul 'out' arg should accept any ndarray subclass#9672eric-wieser merged 1 commit intonumpy:masterfrom
Conversation
6324deb to
fa21c6e
Compare
|
Error messages need fixing too |
fa21c6e to
786a8c0
Compare
|
Error messages updated |
|
The |
|
Do you want to wait on #9209 before finishing this off? |
|
yeah let's wait |
786a8c0 to
0e4faaa
Compare
|
Rebased, and updated to use the recently defined I moved (One slight difference in the new code is that I no longer use one of the input arrays as the "template" argument used in |
|
A little worried that not using one of the arrays as a template argument is a compatibility break, even if it wasn't necessarily good design before. Otherwise looks good. Does this affect masked arrays in anyway, as the only built in subclass? |
|
Yeah, I suspect this stops working: Which it seems people care about (#9279) |
0e4faaa to
d4387da
Compare
|
Yeah, you're right. I removed the last commit. (We also lose all the other info like the fillvalue). The PR summary is now:
|
|
Thanks! |
Fixes #9641