summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+0
* BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-061-7/+1
* TST: Ignore PendingDeprecationWarning in matrixlib tests.Marten van Kerkwijk2018-05-291-0/+8
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-5/+4
* TST: Remove unittest dependencies in matrixlib/tests.Charles Harris2017-07-171-5/+7
* STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests.Charles Harris2015-07-251-8/+8
* BUG: np.nonzero behaving differently for 1-D arraysJaime Fernandez2015-05-131-2/+2
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-041-0/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-4/+4
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-1/+1
* Rename matrx to matrixlib.David Cournapeau2009-09-181-0/+33