summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: Remove unittest dependencies in numpy/ma/tests.Charles Harris2017-07-247-594/+583
* Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2017-07-061-3/+4
|\
| * MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-3/+4
* | BUG: void masked fillvalue cannot be cast to void in python 3Eric Wieser2017-07-011-0/+5
|/
* Merge pull request #9322 from eric-wieser/ma-astypeahaldane2017-06-271-0/+5
|\
| * BUG: MaskedArray.astype fails for non-trivial structured typesEric Wieser2017-06-271-0/+5
* | BUG: Overhaul *_fill_value functionsEric Wieser2017-06-271-0/+25
* | TST: Verify that sorting subarrays is fixedEric Wieser2017-06-271-0/+14
* | MAINT: Better names in ma.sort testEric Wieser2017-06-271-12/+12
* | BUG: Fix gh-8069Eric Wieser2017-06-271-0/+9
|/
* Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-092-69/+104
|\
| * TST: Update and add tests masked array views.John Kirkham2017-01-172-69/+104
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* | ENH: Spelling fixesVille Skyttä2017-05-092-2/+2
* | Merge pull request #8421 from seberg/isnatCharles Harris2017-05-071-2/+2
|\ \
| * | BUG: Remove warning NaT filter from masked array test utilsSebastian Berg2017-05-071-2/+2
* | | STY: Tabs to spacesEric Wieser2017-05-061-20/+20
* | | DEP: inconsistent axis default for np.ma.maximumEric Wieser2017-05-062-2/+27
* | | DEP: Deprecate single-argument np.ma.m(in|ax)imumEric Wieser2017-05-063-9/+17
|/ /
* | Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axisCharles Harris2017-05-051-0/+41
|\ \
| * | DEP: deprecate calling ma.argsort without an axisEric Wieser2017-05-051-0/+41
* | | BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-051-0/+10
* | | MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser2017-05-051-1/+4
|/ /
* | ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-1/+22
* | TST: Add previously-missing test of __setitem__Eric Wieser2017-04-191-21/+13
* | BUG: Fix __getitem__ on masked arrays containing np.ma.maskedEric Wieser2017-04-191-0/+16
* | BUG: np.ma.array(masked) should not return a new MaskedConstantEric Wieser2017-04-191-0/+8
* | BUG: Correctly distinguish between 0d arrays and scalarsEric Wieser2017-04-192-5/+64
* | Merge pull request #8647 from eric-wieser/np.ma.where-fixesMarten van Kerkwijk2017-04-041-0/+32
|\ \
| * | BUG: Make np.ma.where delegate to np.whereEric Wieser2017-03-081-0/+32
* | | MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-1/+1
* | | MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-251-2/+1
* | | 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
|/ /
* | BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser2017-03-071-0/+14
* | BUG: Preserve identity of dtypes in make_mask_descrEric Wieser2017-03-031-1/+19
* | Merge pull request #8590 from mhvk/ma/eq_ne_axis_bugEric Wieser2017-02-281-8/+95
|\ \
| * | BUG: ensure masked array comparison with regular void works.Marten van Kerkwijk2017-02-271-10/+20
| * | BUG: MaskedArray __eq__ wrong for masked scalar, multi-d recarrayMarten van Kerkwijk2017-02-271-6/+83
* | | BUG: fix ma.median for empty ndarraysJulian Taylor2017-02-271-3/+3
|/ /
* | BUG: Look up methods on MaskedArray in _frommethodShota Kawabuchi2017-02-221-0/+10
* | MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-201-4/+4
* | MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-4/+4
* | Merge pull request #8594 from eric-wieser/MaskedArray.__setitem__Marten van Kerkwijk2017-02-201-0/+7
|\ \
| * | BUG: Fix #8510, making MaskedArray.__setitem__ workEric Wieser2017-02-201-0/+7
* | | 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