summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/item_selection.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* MAINT: Add const qualifier in some places where clang suggests itSebastian Berg2019-09-111-2/+2
* Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-161-11/+0
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-3/+2
* ENH: missingdata: Support 'skipna=' parameter in np.meanMark Wiebe2011-08-271-1/+1
* ENH: missingdata: Finish count_nonzero as a full-fledged reduction operationMark Wiebe2011-08-271-0/+11
* ENH: missingdata: Move the new MultiIndex Get/Set Item functions into item_se...Mark Wiebe2011-08-271-0/+18
* ENH: missingdata: Rewrote boolean indexing to support NA masksMark Wiebe2011-08-271-0/+13