summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-057-43/+43
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-037-14/+0
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-1/+1
* Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-021-1/+1
|\
| * DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-1/+1
* | DEP: Deprecate the axis argument to masked_rows and masked_colsEric Wieser2019-12-021-0/+13
|/
* Merge pull request #14145 from eric-wieser/fix-14140Sebastian Berg2019-07-301-0/+7
|\
| * BUG: Remove the broken clip wrapperEric Wieser2019-07-281-0/+7
* | MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-013-14/+14
|/
* Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-122-9/+16
|\
| * API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-112-9/+16
* | BUG: ma.tostring should respect the order parameterPeter Bell2019-05-071-0/+4
|/
* MAINT: Convert property to @propertyAlex Watt2019-02-241-2/+2
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-213-3/+3
* ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-65/+42
* Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-161-2/+2
|\
| * BUG: Make `arr.ctypes.data` hold onto a reference to the underlying arrayEric Wieser2018-10-301-2/+2
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-065-10/+4
* | BUG: IndexError for empty list on structured MaskedArray.Marten van Kerkwijk2018-11-301-0/+5
* | BUG: multifield-view of MaskedArray gets bad fill_valueAllan Haldane2018-11-191-0/+11
|/
* TST: Add masked array tests for '==' and '!='.Charles Harris2018-10-241-5/+145
* BUG: Fix MaskedArray fill_value type conversion.Charles Harris2018-10-201-1/+23
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-103-41/+48
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-6/+2
* MAINT: reformat line spacing before test methodsmattip2018-08-191-3/+0
* BUG: Fix test sensitive to platform byte order.Charles Harris2018-08-181-8/+3
* Merge pull request #11299 from eric-wieser/ma-fieldless-dtypeAllan Haldane2018-08-021-0/+15
|\
| * BUG: Prevent crashes on 0-length structured void scalarsEric Wieser2018-06-101-0/+15
* | BUG: Undo behavior change in ma.masked_values(shrink=True)Eric Wieser2018-06-101-0/+6
|/
* Merge pull request #10314 from mhvk/ma-array-finalize-mask-viewEric Wieser2018-05-293-2/+18
|\
| * BUG: Ensure __array_finalize__ cannot back-mangle shapeMarten H. van Kerkwijk2018-05-163-2/+18
* | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)Kritika Jalan2018-05-251-0/+10
* | MAINT: move remaining MaskedArray matrix tests to matrixlib.Marten van Kerkwijk2018-05-221-15/+0
|/
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-273-155/+22
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-067-36/+7
* 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