summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: IndexError for empty list on structured MaskedArray.Marten van Kerkwijk2018-11-301-3/+3
* BUG: multifield-view of MaskedArray gets bad fill_valueAllan Haldane2018-11-191-6/+8
* BUG: Fix fill value in masked array '==' and '!=' ops.Charles Harris2018-10-241-5/+18
* BUG: Fix MaskedArray fill_value type conversion.Charles Harris2018-10-201-5/+7
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-5/+1
* MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-2/+4
* Merge pull request #11299 from eric-wieser/ma-fieldless-dtypeAllan Haldane2018-08-021-21/+20
|\
| * BUG: Prevent crashes on 0-length structured void scalarsEric Wieser2018-06-101-21/+20
* | ENH: Make expand_dims work on subclassesEric Wieser2018-07-291-51/+1
* | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)Eric Wieser2018-06-291-14/+11
* | BUG: Undo behavior change in ma.masked_values(shrink=True)Eric Wieser2018-06-101-2/+4
|/
* Merge pull request #10314 from mhvk/ma-array-finalize-mask-viewEric Wieser2018-05-291-7/+27
|\
| * MAINT: Replace ma.__setattr__ with dtype and shape overrides.Marten van Kerkwijk2018-05-161-8/+23
| * BUG: Ensure __array_finalize__ cannot back-mangle shapeMarten H. van Kerkwijk2018-05-161-1/+6
* | Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-281-9/+1
|\ \
| * | MAINT: rewrite np.ma.(median|sort) to use take_along_axisEric Wieser2018-05-251-9/+1
| |/
* | Merge pull request #11120 from eric-wieser/simplify-ma-ctorMarten van Kerkwijk2018-05-261-11/+4
|\ \
| * | STY: Add blank lineEric Wieser2018-05-261-0/+1
| * | MAINT: remove redundant code in MaskedArray.__new__Eric Wieser2018-05-181-11/+3
| |/
* | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)Kritika Jalan2018-05-251-0/+6
|/
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-271-8/+8
* 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