summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unused code path for applying maskedarray domains to ufunc with...Eric Wieser2018-01-261-6/+2
* Merge pull request #10479 from eric-wieser/masked-array-out-fixMarten van Kerkwijk2018-01-262-5/+32
|\
| * BUG: Calling ufuncs with a positional output argument causes the result to in...Eric Wieser2018-01-252-5/+32
* | STY: Break some long lines.Charles Harris2018-01-181-1/+2
* | ref to issue in numpy.maAnas Khan2018-01-101-0/+1
* | adding new tests for union1dAnas Khan2018-01-091-0/+6
* | BUG: concatenation using axis=None in union1dAnas Khan2018-01-091-1/+1
* | BUG: arrays not being flattened in `union1d`Anas Khan2018-01-081-1/+1
|/
* More misc. typosluz.paz2018-01-041-1/+1
* Merge pull request #10292 from eric-wieser/no-change-masked-shapeCharles Harris2018-01-012-0/+16
|\
| * BUG: Masked singleton can be reshaped to be non-scalarEric Wieser2018-01-012-0/+16
* | 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-182-16/+27
|\
| * BUG: Don't reimplement isclose in np.maEric Wieser2017-12-182-16/+27
* | Merge pull request #10211 from mhvk/ma-astype-alternativeEric Wieser2017-12-182-46/+53
|\ \ | |/ |/|
| * MAINT,ENH: remove MaskedArray.astype, as the base type does everything.Marten van Kerkwijk2017-12-182-46/+53
* | ENH: added masked version of 'numpy.stack' with tests.lzkelley2017-12-172-2/+85
* | 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
* | | ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+9
| |/ |/|
* | 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
* BUG: stray comma should be preserved for legacy printingAllan Haldane2017-11-291-2/+2
* ENH: Improve MaskedArray.__repr__Eric Wieser2017-11-203-21/+153
* TST: Improve assertion error messagesEric Wieser2017-11-201-5/+8
* 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-132-18/+18
* BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_func...Eric Wieser2017-11-122-0/+18
* 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-042-1/+17
|\
| * BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2017-10-052-1/+17
* | Merge pull request #9822 from eric-wieser/MaskedConstant-subclassCharles Harris2017-10-042-3/+18
|\ \ | |/ |/|
| * BUG: Allow subclasses of MaskedConstant to behave as unique singletonsEric Wieser2017-10-042-3/+18
* | BUG: fix stray comma in _array2stringStefan Winkler2017-10-031-2/+2
|/
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-301-0/+4
|\
| * tests: core: update failure messagexoviat2017-09-091-1/+1
| * TST: fix failures:xoviat2017-09-041-0/+4
* | BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2017-09-282-2/+8
* | BUG: Shrinking the mask on a structured type errorsEric Wieser2017-09-282-13/+24
* | BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-272-1/+6
* | 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
* | BUG: Errors thrown by 0d arrays in setitem are silenced and replacedEric Wieser2017-09-231-1/+24