summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-5/+0
* BUG Ensure that operations on MaskedArray return any output given.Marten van Kerkwijk2017-02-011-0/+9
* BUG: Fix loss of dimensionality of np.ma.masked in ufuncEric Wieser2017-01-201-0/+22
* BUG: fix wrong masked median for some special casesJulian Taylor2017-01-171-0/+22
* TST: extend ma.median testing and fix inconsistent out returnJulian Taylor2016-12-251-10/+59
* BUG: fixed failure of np.ma.median for 1-D even arrays.Marten van Kerkwijk2016-12-231-2/+6
* BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-121-0/+186
* 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-191-0/+10
* API: Rename contagious to propagate_maskEric Wieser2016-10-191-1/+1
* ENH: Add ma.convolve and ma.correlate for #6458Eric Wieser2016-10-191-0/+9
* Merge pull request #8142 from ahaldane/ma_mean_scalarCharles Harris2016-10-141-0/+16
|\
| * BUG: np.ma.mean and var should return scalar if no maskAllan Haldane2016-10-131-0/+16
* | BUG: Fix broken pickle in MaskedArray when dtype is object (#8122)Raghav RV2016-10-061-7/+18
* | 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-071-0/+9
* TST: Add ma.median tests for valid axis.Charles Harris2016-09-051-0/+32
* BUG: Fixes return for np.ma.count if keepdims is True and axis is NoneMichael Seifert2016-09-051-0/+1
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-021-4/+4
* MAINT: Spell out with and without in ma test functionsSebastian Berg2016-09-022-16/+16
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-025-121/+139
* BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-241-5/+30
* BUG: fix for issue#7835 (ma.median of 1d)Shota Kawabuchi2016-08-071-4/+38
* BUG: construct ma.array from np.array which contains paddingAllan Haldane2016-08-031-0/+6
* Merge pull request #7350 from ahaldane/ma_fix_2_ufuncfalseCharles Harris2016-06-131-0/+6
|\
| * BUG: MA ufuncs should set mask to False, not array([False])Allan Haldane2016-03-071-0/+6
* | Merge pull request #7658 from saimn/fix-ma-reprCharles Harris2016-05-231-0/+9
|\ \
| * | BUG: fix incorrect printing of 1D masked arraysSimon Conseil2016-05-231-0/+9
* | | BUG: Temporary fix for str(mvoid) for object field typesAllan Haldane2016-05-221-0/+4
|/ /
* | BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-221-0/+13
* | TST: Verify np.ma.take works on scalarsEric Wieser2016-04-281-0/+4
* | BUG: MaskedArray.count treats negative axes incorrectlyAllan Haldane2016-04-051-1/+7
* | TST: Unit tests for new kwd args in MA methodsAllan Haldane2016-04-041-2/+90
|/
* Merge pull request #7349 from ahaldane/ma_fix_3_ignorenanCharles Harris2016-02-271-1/+28
|\
| * MAINT: Hide nan warnings for internal ma computationsAllan Haldane2016-02-261-1/+28
* | 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-221-0/+7
|\
| * BUG/TST: Fix #7259, do not "force scalar" for already scalar str/bytesGerrit Holl2016-02-221-0/+7
* | Revert part of #3907 which incorrectly propogated MaskedArray info.Marten van Kerkwijk2016-02-201-0/+20
* | MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-193-8/+8
|/
* TST: Drop `FutureWarning` filters from tests where they were added.John Kirkham2016-02-081-8/+0
* Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-1/+1
* TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-151-0/+8
* BUG: Enforce order param for MaskedArray constructiongfyoung2016-01-151-0/+16
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-1/+1
* Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fil...ahaldane2016-01-121-0/+4
|\
| * BUG/TST: Fix for #6723 including test: force fill_value.ndim==0Gerrit Holl2015-12-071-0/+4
* | BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().Marten van Kerkwijk2016-01-061-0/+1
* | Merge pull request #6886 from charris/use-temppathCharles Harris2016-01-021-10/+6
|\ \