summaryrefslogtreecommitdiff
path: root/numpy/core/umath.py
Commit message (Expand)AuthorAgeFilesLines
* BUG, DOC: restore missing importmattip2020-02-131-1/+4
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-3/+1
* MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-2/+2
* DEV: remove _arg from public API, add matmul to benchmark ufuncsmattip2019-01-071-2/+2
* BUG: The multiarray/ufunc merge broke old wheels.Charles Harris2018-09-041-21/+25
* BUG: Re-add _ones_like to numpy.core.umath.Marten van Kerkwijk2018-09-011-2/+1
* DOC: add docstring to new python filesmattip2018-08-211-0/+7
* MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-0/+25