summaryrefslogtreecommitdiff
path: root/numpy/ma
AgeCommit message (Expand)AuthorFilesLines
2018-03-16TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt1-11/+10
2018-02-16MAINT: Stop using non-tuple indices internallyEric Wieser2-1/+3
2018-02-15BUG: Functions in ma should not add Notes to existing docstrings.Charles Harris1-5/+7
2018-01-26MAINT: Remove unused code path for applying maskedarray domains to ufunc with...Eric Wieser1-6/+2
2018-01-26Merge pull request #10479 from eric-wieser/masked-array-out-fixMarten van Kerkwijk2-5/+32
2018-01-25BUG: Calling ufuncs with a positional output argument causes the result to in...Eric Wieser2-5/+32
2018-01-18STY: Break some long lines.Charles Harris1-1/+2
2018-01-10ref to issue in numpy.maAnas Khan1-0/+1
2018-01-09adding new tests for union1dAnas Khan1-0/+6
2018-01-09BUG: concatenation using axis=None in union1dAnas Khan1-1/+1
2018-01-08BUG: arrays not being flattened in `union1d`Anas Khan1-1/+1
2018-01-04More misc. typosluz.paz1-1/+1
2018-01-01Merge pull request #10292 from eric-wieser/no-change-masked-shapeCharles Harris2-0/+16
2018-01-01BUG: Masked singleton can be reshaped to be non-scalarEric Wieser2-0/+16
2017-12-28ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser1-12/+14
2017-12-22MAINT: Fix nose features to work on pytestxoviat1-0/+1
2017-12-18Merge pull request #10232 from eric-wieser/use-isclose-in-masked_valuesCharles Harris2-16/+27
2017-12-18Merge pull request #10211 from mhvk/ma-astype-alternativeEric Wieser2-46/+53
2017-12-18MAINT,ENH: remove MaskedArray.astype, as the base type does everything.Marten van Kerkwijk2-46/+53
2017-12-18BUG: Don't reimplement isclose in np.maEric Wieser2-16/+27
2017-12-17ENH: added masked version of 'numpy.stack' with tests.lzkelley2-2/+85
2017-12-13Merge pull request #10216 from eric-wieser/deprecate-pickle-aliasesCharles Harris1-1/+1
2017-12-13BUG: Fix broken format string picked up by LGTM.comEric Wieser1-1/+1
2017-12-11ENH: Allow np.r_ to accept 0d arraysEric Wieser1-0/+9
2017-12-11Merge pull request #10192 from eric-wieser/deprecate-pickle-aliasesCharles Harris1-0/+14
2017-12-10DEP: Deprecate the pickle aliasesEric Wieser1-0/+14
2017-12-10BUG: Fix regression in np.ma.load in gh-10055Eric Wieser1-2/+2
2017-12-08BUG: Fix incorrect wrapping of `MaskedArray`Eric Wieser1-2/+4
2017-11-29BUG: stray comma should be preserved for legacy printingAllan Haldane1-2/+2
2017-11-20ENH: Improve MaskedArray.__repr__Eric Wieser3-21/+153
2017-11-20TST: Improve assertion error messagesEric Wieser1-5/+8
2017-11-19BUG: Have np.ma.dump and np.ma.load close their files (#10055)orbit-stabilizer1-4/+8
2017-11-13ENH: don't show boolean dtype, as it is impliedEric Wieser2-18/+18
2017-11-12BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_func...Eric Wieser2-0/+18
2017-11-08DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus1-0/+1
2017-10-25MAINT: Make private helper function non-public instead.Charles Harris1-2/+2
2017-10-23MAINT: Separate stringification from masked_print_option-insertionEric Wieser1-4/+7
2017-10-23MAINT: Remove branching from MaskedArray.__repr__, and line-wrapEric Wieser1-37/+47
2017-10-04Merge pull request #9817 from kenogo/masterEric Wieser2-1/+17
2017-10-05BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2-1/+17
2017-10-04Merge pull request #9822 from eric-wieser/MaskedConstant-subclassCharles Harris2-3/+18
2017-10-04BUG: Allow subclasses of MaskedConstant to behave as unique singletonsEric Wieser2-3/+18
2017-10-03BUG: fix stray comma in _array2stringStefan Winkler1-2/+2
2017-09-30Merge pull request #9645 from xoviat/appveyorCharles Harris1-0/+4
2017-09-28BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2-2/+8
2017-09-28BUG: Shrinking the mask on a structured type errorsEric Wieser2-13/+24
2017-09-27BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2-1/+6
2017-09-25MAINT: Remove special casing of structured dtypes in MaskedArray.__str__Eric Wieser1-24/+22
2017-09-25MAINT: Remove special casing of 0d in MaskedArray.__str__Eric Wieser1-22/+5
2017-09-25MAINT: Remove hack from gh-7659 for gh-7493Eric Wieser1-14/+8