diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-11-07 12:50:41 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-11-10 17:45:50 -0700 |
commit | cf9f1907b99d06291ab16ad4d2105a871f56f7d9 (patch) | |
tree | 75567a147a1c360544eef5505dd3b826e37e46df /numpy/add_newdocs.py | |
parent | 1e17e2d7d176eb97157e3f613425ef746df56ed1 (diff) | |
download | numpy-cf9f1907b99d06291ab16ad4d2105a871f56f7d9.tar.gz |
BUG, MAINT: Refactor ma.dot function and the corresponding method.
The basic implementation of ma.dot is moved from the method to the function
and the function itself is moved from extras.py to core.py on account of
import complications. The mask_rowcols function from extras is also moved
to core.py as it is needed by dot. For backwards compatibility, both
functions are still exported in extras.__all__ and can be imported
from that module. They are not included in part of core.__all__.
An out parameter is also added to ma.dot.
This PR also closes #6611.
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions