summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/reduction.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Move identity to the ArrayMethod to allow customizationSebastian Berg2023-01-201-3/+3
* MAINT: Fixups and new tests based on Marten's reviewsSebastian Berg2021-10-111-1/+1
* MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-111-96/+14
* BUG,MAINT: Simplify reduction result creation using reduce axisSebastian Berg2020-05-111-4/+1
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-2/+2
* Merge pull request #8952 from eric-wieser/identity-refactorMarten van Kerkwijk2017-12-181-6/+6
|\
| * MAINT: Removed duplicated code around `ufunc->identity`Eric Wieser2017-10-031-6/+6
* | DOC: fix minor typosUnknown2017-12-121-1/+1
|/
* BUG: Check for warnings in ufunc.reduceEric Wieser2017-06-021-1/+3
* Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-161-54/+138
* Move reduction.{c,h} from multiarray/ to umath/Nathaniel J. Smith2012-06-161-0/+70