summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-191-3/+5
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-17/+23
* Merge pull request #12219 from mattip/matmul-as-ufunc2Eric Wieser2018-12-041-1/+0
|\
| * ENH: make matmul into a ufuncmattip2018-11-251-1/+0
* | DOC: add docs_from_dispatcher to docstringStephan Hoyer2018-12-011-1/+1
* | MAINT: remove wrapper functions from numpy.core.multiarrayStephan Hoyer2018-12-011-196/+110
|/
* MAINT: fix mispellingStephan Hoyer2018-11-141-1/+1
* MAINT: fix test failuresStephan Hoyer2018-11-131-2/+13
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+479
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+6
* ENH: finish __array_function__ support for multiarrayStephan Hoyer2018-10-161-0/+800
* MAINT: fixup where_dispatcherStephan Hoyer2018-10-141-1/+1
* MAINT: fixup where signatureStephan Hoyer2018-10-141-3/+4
* WIP: __array_ufunc__ for multiarray functionsStephan Hoyer2018-10-141-0/+315
* BUG: The multiarray/ufunc merge broke old wheels.Charles Harris2018-09-041-17/+20
* DOC: add docstring to new python filesmattip2018-08-211-0/+7
* MAINT: export newly added c-extension functionmattip2018-08-211-2/+2
* MAINT: fix more name replacements, __all__ importsmattip2018-08-211-2/+2
* MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-0/+27