summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_mixins.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-2/+3
* ENH: add divmod support to NDArrayOperatorsMixinStephan Hoyer2017-05-071-37/+55
* ENH: add __pos__ to NDArrayOperatorsMixinStephan Hoyer2017-04-301-1/+1
* ENH: NDArrayOperatorsMixin calls ufuncs directly, like ndarrayStephan Hoyer2017-04-271-10/+7
* BUG: Fix ArrayLike(NDArrayOperatorsMixin) operations with object()Stephan Hoyer2017-04-271-6/+20
* ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer2017-04-271-0/+189