Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Standardize guards in numpy/core/src/multiarray. | Charles Harris | 2021-09-05 | 1 | -3/+3 |
* | MAINT: Improve const-correctness of shapes and strides | Eric Wieser | 2020-01-06 | 1 | -1/+1 |
* | MAINT: Add const qualifier in some places where clang suggests it | Sebastian Berg | 2019-09-11 | 1 | -2/+2 |
* | Remove PyArray_ReduceWrapper from public API | Nathaniel J. Smith | 2012-06-16 | 1 | -11/+0 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -3/+2 |
* | ENH: missingdata: Support 'skipna=' parameter in np.mean | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: missingdata: Finish count_nonzero as a full-fledged reduction operation | Mark Wiebe | 2011-08-27 | 1 | -0/+11 |
* | ENH: missingdata: Move the new MultiIndex Get/Set Item functions into item_se... | Mark Wiebe | 2011-08-27 | 1 | -0/+18 |
* | ENH: missingdata: Rewrote boolean indexing to support NA masks | Mark Wiebe | 2011-08-27 | 1 | -0/+13 |