summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
...
* TST: Switch to using pytest markersCharles Harris2018-04-042-9/+10
* Merge pull request #10786 from lakshayg/stablesortJulian Taylor2018-03-311-0/+6
|\
| * add test for stable sortLakshay Garg2018-03-251-0/+6
* | BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-251-4/+7
* | TST: simplify test of notmasked_contiguousEric Wieser2018-03-251-13/+22
|/
* Merge pull request #10479 from eric-wieser/masked-array-out-fixMarten van Kerkwijk2018-01-261-0/+25
|\
| * BUG: Calling ufuncs with a positional output argument causes the result to in...Eric Wieser2018-01-251-0/+25
* | STY: Break some long lines.Charles Harris2018-01-181-1/+2
* | ref to issue in numpy.maAnas Khan2018-01-101-0/+1
* | adding new tests for union1dAnas Khan2018-01-091-0/+6
|/
* BUG: Masked singleton can be reshaped to be non-scalarEric Wieser2018-01-011-0/+4
* Merge pull request #10232 from eric-wieser/use-isclose-in-masked_valuesCharles Harris2017-12-181-0/+15
|\
| * BUG: Don't reimplement isclose in np.maEric Wieser2017-12-181-0/+15
* | Merge pull request #10211 from mhvk/ma-astype-alternativeEric Wieser2017-12-181-2/+29
|\ \ | |/ |/|
| * MAINT,ENH: remove MaskedArray.astype, as the base type does everything.Marten van Kerkwijk2017-12-181-2/+29
* | ENH: added masked version of 'numpy.stack' with tests.lzkelley2017-12-171-1/+83
* | ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+9
|/
* BUG: stray comma should be preserved for legacy printingAllan Haldane2017-11-291-2/+2
* ENH: Improve MaskedArray.__repr__Eric Wieser2017-11-202-7/+85
* TST: Improve assertion error messagesEric Wieser2017-11-201-5/+8
* BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_func...Eric Wieser2017-11-121-0/+10
* Merge pull request #9817 from kenogo/masterEric Wieser2017-10-041-1/+5
|\
| * BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2017-10-051-1/+5
* | Merge pull request #9822 from eric-wieser/MaskedConstant-subclassCharles Harris2017-10-041-0/+9
|\ \ | |/ |/|
| * BUG: Allow subclasses of MaskedConstant to behave as unique singletonsEric Wieser2017-10-041-0/+9
* | BUG: fix stray comma in _array2stringStefan Winkler2017-10-031-2/+2
|/
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-301-0/+4
|\
| * tests: core: update failure messagexoviat2017-09-091-1/+1
| * TST: fix failures:xoviat2017-09-041-0/+4
* | BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2017-09-281-0/+6
* | BUG: Shrinking the mask on a structured type errorsEric Wieser2017-09-281-0/+6
* | BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-271-0/+5
* | BUG: Errors thrown by 0d arrays in setitem are silenced and replacedEric Wieser2017-09-231-1/+24
* | Merge pull request #9336 from eric-wieser/masked-constantCharles Harris2017-09-211-0/+37
|\ \
| * | TST: Add test for direct writing of `masked`Eric Wieser2017-07-181-2/+4
| * | BUG: change fix for gh-9328 to make masked.copy() a noopEric Wieser2017-07-181-24/+9
| * | MAINT: Improve comments and tests, in response to reviewEric Wieser2017-07-161-2/+9
| * | BUG: np.ma.masked is mutableEric Wieser2017-06-301-0/+9
| * | BUG: Prevent copies of np.ma.MaskedConstant from being created by .view.Eric Wieser2017-06-301-0/+18
| * | BUG: np.ma.masked does not preserve identity through pickleEric Wieser2017-06-301-0/+10
| * | ENH: Make duplicated masked constants obviousEric Wieser2017-06-301-0/+6
* | | Merge pull request #9433 from eric-wieser/transpose-full-viewAllan Haldane2017-09-181-3/+22
|\ \ \
| * | | BUG: Make transpose and diagonal masks be viewsEric Wieser2017-09-051-3/+22
* | | | TST: Add new unit tests for structure assignmentAllan Haldane2017-09-071-1/+1
* | | | TST: Fix/Remove old unit tests for structure assignmentAllan Haldane2017-09-071-10/+6
| |_|/ |/| |
* | | Merge pull request #9432 from eric-wieser/masked-0d-methodsCharles Harris2017-08-271-2/+29
|\ \ \ | |/ /
| * | BUG: Keep mask when calling methods on 0d arrays.Eric Wieser2017-08-131-2/+29
* | | BUG: MaskedArray._optinfo is discarded by__eq__/__ne__ (#9540)David Schaefer2017-08-131-0/+19
|/ /
* | TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* | MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-7/+5