summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/override.c
Commit message (Expand)AuthorAgeFilesLines
* ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-241-6/+10
* DOC: Fixup ufunc-argparse release notes and code commentsSebastian Berg2021-03-231-2/+2
* BUG: Add missing `static` leading to a (harmless) ref-leakSebastian Berg2021-03-231-1/+1
* MAINT: Address comments by MartenSebastian Berg2021-03-231-12/+10
* DOC: Fixup comments based on review and remove TODOSebastian Berg2021-03-231-1/+1
* ENH: Optimize and cleanup ufunc calls and ufunc CheckOverridesSebastian Berg2021-03-231-411/+109
* MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-1/+1
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-141-17/+54
* DEP: Finish the out kwarg deprecation for ufunc callsSebastian Berg2019-10-151-16/+2
* ENH: allow where in reduce operations.Marten van Kerkwijk2019-01-031-3/+3
* MAINT: return Py_None not NULLmattip2018-12-141-2/+2
* BUG: fix from reviewmattip2018-12-141-1/+0
* BUG: fix refcount issue caused by #12524mattip2018-12-141-0/+3
* MAINT: move code to umath and multiarray as much as possible.Marten van Kerkwijk2018-09-211-2/+90
* BUG: decref in failure path; replace PyObject_Type by Py_TYPEMarten van Kerkwijk2018-06-141-10/+5
* MAINT: let ufunc override reject passing in both axis and axes.Marten van Kerkwijk2018-06-071-2/+10
* BUG: reference count exposed by better testingMarten van Kerkwijk2018-05-301-2/+4
* ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-241-3/+12
* DOC/MAINT: More misc. typosluz.paz2018-02-271-2/+2
* BUG: pull request 9087 modifies a tuple after usemattip2017-05-311-27/+29
* Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-181-23/+29
|\
| * BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.Marten van Kerkwijk2017-05-121-2/+2
| * BUG: ensure axis=None gets passed on correctly to ufunc.reduce.Marten van Kerkwijk2017-05-121-21/+27
* | BUG remove memory leak in array ufunc override.Marten van Kerkwijk2017-05-101-13/+19
|/
* MAINT: fix intp formatting warningsJulian Taylor2017-05-101-23/+24
* MAINT: Remove avoidable warningsEric Wieser2017-05-101-1/+0
* BUG: Fix inconsistent lookup of __array_ufunc__.Eric Wieser2017-05-101-14/+21
* MAINT: Fix warnings about int vs intpEric Wieser2017-05-101-9/+9
* ENH: disable ufuncs if any operand sets __array_ufunc__=NoneStephan Hoyer2017-04-301-11/+8
* ENH: Better error message for __array_ufunc__ not implementedStephan Hoyer2017-04-271-3/+15
* MAINT: remove unnecessary checks, wrong code for 'outer', cleanup.Marten van Kerkwijk2017-04-271-33/+132
* BUG: ensure subclass of override class doesn't segfault.Marten van Kerkwijk2017-04-271-1/+2
* MAINT: split out umath-specific part of ufunc_override.Marten van Kerkwijk2017-04-271-0/+478