summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* 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