summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ENH: either TypeError or ValueError can be raisedMatti Picus2016-10-011-3/+3
| |/
* | BUG: Fix broken pickle in MaskedArray when dtype is object (#8122)Raghav RV2016-10-062-18/+20
* | MAINT: Add deprecation warning to multi-field views/assignmentAllan Haldane2016-09-241-2/+4
|/
* BUG: fix np.ma.median with only one non-masked valueLoïc Estève2016-09-072-2/+10
* TST: Add ma.median tests for valid axis.Charles Harris2016-09-051-0/+32
* BUG: Fix numpy.ma.median for various things.Charles Harris2016-09-051-8/+11
* BUG: Fixes return for np.ma.count if keepdims is True and axis is NoneMichael Seifert2016-09-052-2/+11
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-021-4/+4
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-023-5/+6
* MAINT: Spell out with and without in ma test functionsSebastian Berg2016-09-022-16/+16
* ENH: Masked array simplify copying back of unchanged valuesSebastian Berg2016-09-021-6/+1
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-025-121/+139
* BUG: Suppress common NaT warningsSebastian Berg2016-09-021-3/+5
* BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-242-48/+129
* Merge pull request #7912 from mattip/pypy-fixes2Charles Harris2016-08-151-1/+2
|\
| * ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-1/+2
* | BUG: modified ndim condition to use masked_arrayskwbc2016-08-071-1/+1
* | BUG: fix for issue#7835 (ma.median of 1d)Shota Kawabuchi2016-08-072-8/+46
|/
* DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py.Charles Harris2016-08-031-7/+7
* BUG: construct ma.array from np.array which contains paddingAllan Haldane2016-08-032-15/+56
* Merge pull request #7350 from ahaldane/ma_fix_2_ufuncfalseCharles Harris2016-06-132-18/+27
|\
| * BUG: MA ufuncs should set mask to False, not array([False])Allan Haldane2016-03-072-18/+27
* | Merge pull request #7658 from saimn/fix-ma-reprCharles Harris2016-05-232-3/+17
|\ \
| * | BUG: fix incorrect printing of 1D masked arraysSimon Conseil2016-05-232-3/+17
* | | BUG: Temporary fix for str(mvoid) for object field typesAllan Haldane2016-05-222-1/+12
|/ /
* | STY: ma.extras.median: avoid indexing with listAmit Aronovitch2016-05-221-2/+2
* | BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-222-1/+18
* | BUG: Ensure mask is preserved on scalarsEric Wieser2016-04-291-3/+5
* | TST: Verify np.ma.take works on scalarsEric Wieser2016-04-281-0/+4
* | BUG: MaskedArray.count treats negative axes incorrectlyAllan Haldane2016-04-052-1/+12
* | TST: Unit tests for new kwd args in MA methodsAllan Haldane2016-04-041-2/+90
* | ENH: update MA average, medianAllan Haldane2016-04-041-88/+61
* | ENH: add extra kwargs and update doc of many MA methodsAllan Haldane2016-04-041-264/+201
* | ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-012-19/+20
|/
* Merge pull request #7349 from ahaldane/ma_fix_3_ignorenanCharles Harris2016-02-272-15/+52
|\
| * MAINT: Hide nan warnings for internal ma computationsAllan Haldane2016-02-262-15/+52
* | TST: Fix some MA tests to avoid looking at the .data attributeAllan Haldane2016-02-261-9/+9
|/
* Merge pull request #7260 from gerritholl/fix-structured-masked-array-strahaldane2016-02-222-1/+15
|\
| * BUG/TST: Fix #7259, do not "force scalar" for already scalar str/bytesGerrit Holl2016-02-222-1/+15
* | Revert part of #3907 which incorrectly propogated MaskedArray info.Marten van Kerkwijk2016-02-202-6/+29
* | MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-195-11/+11
|/
* TST: Drop `FutureWarning` filters from tests where they were added.John Kirkham2016-02-081-8/+0
* BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes.John Kirkham2016-02-081-14/+17
* STY: Drop some trailing spaces in `numpy.ma.core`.John Kirkham2016-02-051-3/+3
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-162-2/+5
* TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-151-0/+8