summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests/test_defmatrix.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Revise imports from collections.abc moduleMike Taves2020-01-221-7/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-9/+9
* 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
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-11/+3
* BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-061-7/+1
* TST: Add tests for expand_dimsEric Wieser2018-07-301-0/+8
* TST: Ignore PendingDeprecationWarning in matrixlib tests.Marten van Kerkwijk2018-05-291-0/+8
* MAINT: Move matrix_power to linalgMarten van Kerkwijk2018-04-291-1/+1
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+3
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-141-2/+7
* BUG: Be explicit about allowing all integer types in matrix exponentiationEric Wieser2017-08-051-0/+6
* TST: Remove unittest dependencies in matrixlib/tests.Charles Harris2017-07-171-15/+14
* BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2017-03-011-2/+7
* STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests.Charles Harris2015-07-251-101/+99
* DOC: Remove references to removed setasflat ndarray method.Charles Harris2015-07-011-1/+1
* BUG: np.nonzero behaving differently for 1-D arraysJaime Fernandez2015-05-131-2/+2
* BUG: Make ravel function return 1-D arrays for matrix argument.Charles Harris2015-01-041-5/+5
* BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-021-7/+11
* MAINT: restore optional ravel order and add tests and more docstring linesalex2014-07-311-0/+47
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-2/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-101/+101
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-2/+3
* ENH: Fix SyntaxError when matrix() is called with invalid stringLeon Weber2013-05-291-0/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Fix callable.Charles Harris2013-02-281-1/+2
* ENH: missingdata: Change things to help scipy pass its testsMark Wiebe2011-08-271-10/+26
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-74/+74
* ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ...Mark Wiebe2011-01-171-1/+1
* ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b)Pauli Virtanen2010-04-301-2/+3
* Rename matrx to matrixlib.David Cournapeau2009-09-181-0/+375