summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | MAINT: Collect together _arraymethods, and remove duplicate 'copy'Eric Wieser2017-08-121-9/+6
* | | BUG: MaskedArray._optinfo is discarded by__eq__/__ne__ (#9540)David Schaefer2017-08-131-0/+1
|/ /
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-10/+10
* | MAINT: Add a common subclass to all the masked ufunc wrappersEric Wieser2017-07-241-27/+21
* | MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-11/+11
* | BUG: void masked fillvalue cannot be cast to void in python 3Eric Wieser2017-07-011-1/+1
|/
* Merge pull request #9322 from eric-wieser/ma-astypeahaldane2017-06-271-7/+7
|\
| * BUG: MaskedArray.astype fails for non-trivial structured typesEric Wieser2017-06-271-7/+7
* | BUG: Overhaul *_fill_value functionsEric Wieser2017-06-271-82/+50
* | MAINT: Remove cycle between _check_fill_value and default_fill_valueEric Wieser2017-06-271-21/+17
* | BUG: Fix gh-8069Eric Wieser2017-06-271-1/+6
* | MAINT: De-duplicate ma.m(ax|in)imum_fill_valueEric Wieser2017-06-271-26/+18
|/
* Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-091-24/+1
|\
| * BUG: Share masked array views for writing.John Kirkham2017-01-171-24/+1
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* | MAINT: Simplify if statementk_kapp@yahoo.com2017-05-241-1/+1
* | ENH: Spelling fixesVille Skyttä2017-05-091-3/+3
* | MAINT: add __doc__ to minimumEric Wieser2017-05-061-32/+8
* | DEP: inconsistent axis default for np.ma.maximumEric Wieser2017-05-061-12/+20
* | DEP: Deprecate single-argument np.ma.m(in|ax)imumEric Wieser2017-05-061-4/+10
* | DEP: Deprecate np.ma.MaskedArray.miniEric Wieser2017-05-061-0/+22