summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* add stablesort in np.sort and point to mergesortLakshay Garg2018-03-231-2/+2
* TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt2018-03-161-11/+10
* MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-0/+1
* BUG: Functions in ma should not add Notes to existing docstrings.Charles Harris2018-02-151-5/+7
* MAINT: Remove unused code path for applying maskedarray domains to ufunc with...Eric Wieser2018-01-261-6/+2
* BUG: Calling ufuncs with a positional output argument causes the result to in...Eric Wieser2018-01-251-5/+7
* More misc. typosluz.paz2018-01-041-1/+1
* Merge pull request #10292 from eric-wieser/no-change-masked-shapeCharles Harris2018-01-011-0/+12
|\
| * BUG: Masked singleton can be reshaped to be non-scalarEric Wieser2018-01-011-0/+12
* | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-12/+14
|/
* MAINT: Fix nose features to work on pytestxoviat2017-12-221-0/+1
* Merge pull request #10232 from eric-wieser/use-isclose-in-masked_valuesCharles Harris2017-12-181-16/+12
|\
| * BUG: Don't reimplement isclose in np.maEric Wieser2017-12-181-16/+12
* | Merge pull request #10211 from mhvk/ma-astype-alternativeEric Wieser2017-12-181-44/+24
|\ \ | |/ |/|
| * MAINT,ENH: remove MaskedArray.astype, as the base type does everything.Marten van Kerkwijk2017-12-181-44/+24
* | Merge pull request #10216 from eric-wieser/deprecate-pickle-aliasesCharles Harris2017-12-131-1/+1
|\ \ | |/ |/|
| * BUG: Fix broken format string picked up by LGTM.comEric Wieser2017-12-131-1/+1
* | Merge pull request #10192 from eric-wieser/deprecate-pickle-aliasesCharles Harris2017-12-111-0/+14
|\ \ | |/
| * DEP: Deprecate the pickle aliasesEric Wieser2017-12-101-0/+14
* | BUG: Fix regression in np.ma.load in gh-10055Eric Wieser2017-12-101-2/+2
|/
* BUG: Fix incorrect wrapping of `MaskedArray`Eric Wieser2017-12-081-2/+4
* ENH: Improve MaskedArray.__repr__Eric Wieser2017-11-201-14/+68
* BUG: Have np.ma.dump and np.ma.load close their files (#10055)orbit-stabilizer2017-11-191-4/+8
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-16/+16
* BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_func...Eric Wieser2017-11-121-0/+8
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+1
* MAINT: Make private helper function non-public instead.Charles Harris2017-10-251-2/+2
* MAINT: Separate stringification from masked_print_option-insertionEric Wieser2017-10-231-4/+7
* MAINT: Remove branching from MaskedArray.__repr__, and line-wrapEric Wieser2017-10-231-37/+47
* Merge pull request #9817 from kenogo/masterEric Wieser2017-10-041-0/+12
|\
| * BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2017-10-051-0/+12
* | BUG: Allow subclasses of MaskedConstant to behave as unique singletonsEric Wieser2017-10-041-3/+9
|/
* BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2017-09-281-2/+2
* BUG: Shrinking the mask on a structured type errorsEric Wieser2017-09-281-13/+18
* BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-271-1/+1
* MAINT: Remove special casing of structured dtypes in MaskedArray.__str__Eric Wieser2017-09-251-24/+22
* MAINT: Remove special casing of 0d in MaskedArray.__str__Eric Wieser2017-09-251-22/+5
* MAINT: Remove hack from gh-7659 for gh-7493Eric Wieser2017-09-251-14/+8
* Merge pull request #9336 from eric-wieser/masked-constantCharles Harris2017-09-211-12/+55
|\
| * BUG: change fix for gh-9328 to make masked.copy() a noopEric Wieser2017-07-181-0/+6
| * MAINT: Improve comments and tests, in response to reviewEric Wieser2017-07-161-11/+20
| * BUG: np.ma.masked is mutableEric Wieser2017-06-301-1/+18
| * BUG: Prevent copies of np.ma.MaskedConstant from being created by .view.Eric Wieser2017-06-301-15/+18
| * BUG: np.ma.masked does not preserve identity through pickleEric Wieser2017-06-301-1/+5
| * ENH: Make duplicated masked constants obviousEric Wieser2017-06-301-1/+5
* | Merge pull request #9433 from eric-wieser/transpose-full-viewAllan Haldane2017-09-181-1/+2
|\ \
| * | BUG: Make transpose and diagonal masks be viewsEric Wieser2017-09-051-1/+2
* | | MAINT: improve struct assignment, allow multi fields viewsAllan Haldane2017-09-071-0/+5
* | | Merge pull request #9432 from eric-wieser/masked-0d-methodsCharles Harris2017-08-271-17/+10
|\ \ \ | |/ /
| * | BUG: Keep mask when calling methods on 0d arrays.Eric Wieser2017-08-131-8/+4