summaryrefslogtreecommitdiff
path: root/numpy/lib/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add divmod support to NDArrayOperatorsMixinStephan Hoyer2017-05-071-3/+5
* ENH: add __pos__ to NDArrayOperatorsMixinStephan Hoyer2017-04-301-2/+3
* MAINT: Set the __name__ of generated methodsEric Wieser2017-04-271-30/+37
* ENH: NDArrayOperatorsMixin calls ufuncs directly, like ndarrayStephan Hoyer2017-04-271-30/+29
* BUG: Fix ArrayLike(NDArrayOperatorsMixin) operations with object()Stephan Hoyer2017-04-271-6/+11
* ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer2017-04-271-0/+167