summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-041-0/+7
* MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method.Warren Weckesser2020-11-081-2/+6
* MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-253-17/+17
* MAINT: Remove old sys.version_info codeHugo2020-09-031-2/+0
* MAINT: Undo change of how 0-D array-likes are handled as scalarsSebastian Berg2020-07-081-0/+11
* DOC: Fix ``np.ma.core.doc_note`` (#16311)Takanori H2020-06-091-2/+32
* BUG: max/min of a masked array dtype fix (gh-15991)Rakesh Vasudevan2020-05-141-0/+42
* BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949)RenaRuirui2020-04-251-0/+22
* Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-011-2/+2
|\
| * DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-301-2/+2
* | MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-2/+0
* | BUG: Add basic __format__ for masked element to fix incorrect print (#15794)Warren Weckesser2020-03-241-0/+15
|/
* MAINT: Remove Python2 workaroundsSeth Troisi2020-01-231-4/+20
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-1/+1
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-5/+0
* 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