summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix for issues #7622 and #7914Stefan Peterson2017-04-051-2/+2
* Merge pull request #8647 from eric-wieser/np.ma.where-fixesMarten van Kerkwijk2017-04-042-33/+63
|\
| * BUG: Make np.ma.where delegate to np.whereEric Wieser2017-03-082-33/+63
* | MAINT: Rename _validate_axis, and document itEric Wieser2017-03-282-4/+4
* | MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-1/+1
* | MAINT: Reuse _validate_axis in maEric Wieser2017-03-282-15/+7
* | MAINT: Remove manual error messageEric Wieser2017-03-281-1/+1
* | MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-252-4/+3
* | MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-252-8/+7
* | MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-252-22/+22
|/
* MAINT: tidy up sort output stage, avoiding meshgrid and flatEric Wieser2017-03-071-7/+4
* MAINT: Remove duplicated code between sort and argsortEric Wieser2017-03-071-13/+2
* MAINT: Reduce indentation, and remove erroneous return valueEric Wieser2017-03-071-26/+27
* BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser2017-03-072-16/+45
* MAINT: Combine ma.argsort and MaskedArray.argsortEric Wieser2017-03-071-10/+9
* MAINT: Combine ma.sort and MaskedArray.sortEric Wieser2017-03-071-21/+6
* MAINT: Don't call internal recursion helpers elsewhereEric Wieser2017-03-031-21/+38
* BUG: Preserve identity of dtypes in make_mask_descrEric Wieser2017-03-032-7/+30
* MAINT: Warn users when calling np.ma.MaskedArray.(arg-)partition function.Michael Seifert2017-02-281-0/+12
* Merge pull request #8590 from mhvk/ma/eq_ne_axis_bugEric Wieser2017-02-282-90/+172
|\
| * BUG: ensure masked array comparison with regular void works.Marten van Kerkwijk2017-02-272-25/+25
| * BUG: MaskedArray __eq__ wrong for masked scalar, multi-d recarrayMarten van Kerkwijk2017-02-272-73/+155
* | BUG: fix ma.median for empty ndarraysJulian Taylor2017-02-272-3/+10
|/
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-242-7/+7
* BUG: Fix asanyarray, workaround #8666Eric Wieser2017-02-221-3/+5
* BUG: Look up methods on MaskedArray in _frommethodShota Kawabuchi2017-02-222-14/+19
* MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-202-7/+7
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-203-17/+17
* Merge pull request #8594 from eric-wieser/MaskedArray.__setitem__Marten van Kerkwijk2017-02-202-1/+8
|\
| * BUG: Fix #8510, making MaskedArray.__setitem__ workEric Wieser2017-02-202-1/+8
* | Merge pull request #8645 from eric-wieser/ma-use-getmaskMarten van Kerkwijk2017-02-191-16/+15
|\ \
| * | MAINT: Use getmaskarrayEric Wieser2017-02-091-2/+1
| * | MAINT: Use getmask where possibleEric Wieser2017-02-091-14/+14
* | | MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-092-25/+0
|/ /
* | MAINT: remove ma out= workaroundJulian Taylor2017-02-061-4/+0
* | BUG Ensure that operations on MaskedArray return any output given.Marten van Kerkwijk2017-02-012-4/+16
* | BUG: Fix loss of dimensionality of np.ma.masked in ufuncEric Wieser2017-01-202-2/+27
* | BUG: fix wrong masked median for some special casesJulian Taylor2017-01-172-6/+35
* | TST: extend ma.median testing and fix inconsistent out returnJulian Taylor2016-12-252-10/+63
* | BUG: fixed failure of np.ma.median for 1-D even arrays.Marten van Kerkwijk2016-12-232-4/+9
* | BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-122-10/+228
* | DEP: Make a == None and a != None compare element-wise.Charles Harris2016-11-211-12/+11
|/
* ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-011-1/+1
* BUG: Fix (and test) np.ma.convolve for raw listsEric Wieser2016-10-192-2/+12
* DOC: correct ma.convolve docstrings, and add the feature to the release notesEric Wieser2016-10-191-2/+5
* API: Rename contagious to propagate_maskEric Wieser2016-10-192-12/+11
* ENH: Add ma.convolve and ma.correlate for #6458Eric Wieser2016-10-192-4/+86
* Merge pull request #8142 from ahaldane/ma_mean_scalarCharles Harris2016-10-142-3/+25
|\
| * BUG: np.ma.mean and var should return scalar if no maskAllan Haldane2016-10-132-3/+25
* | Merge pull request #8103 from mattip/pypy-fixesNathaniel J. Smith2016-10-081-3/+3
|\ \