summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests/test_masked_matrix.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Convert property to @propertyAlex Watt2019-02-241-2/+2
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+0
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-1/+1
* reverted to previous array_dump and array_dumps versionPierre Glaser2018-10-051-1/+1
* removed usage of np.ndarray.dump[s]Pierre Glaser2018-10-051-1/+1
* loop over protocol for pickle testsPierre Glaser2018-10-051-4/+5
* BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-061-8/+1
* TST: Ignore PendingDeprecationWarning in matrixlib tests.Marten van Kerkwijk2018-05-291-0/+8
* MAINT: move remaining MaskedArray matrix tests to matrixlib.Marten van Kerkwijk2018-05-221-1/+21
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-271-0/+211