summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: Make ravel function return 1-D arrays for matrix argument.Charles Harris2015-01-041-5/+5
* BUG: Make diag, diagonal return 1-D arrays for matrix arguments.Charles Harris2015-01-041-7/+7
* BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-021-7/+11
* BUG: Closes #2015: diag returns ndarrayGarrett-R2014-12-081-1/+11
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-043-1/+10
* 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-184-112/+112
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 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-064-4/+4
* 2to3: Use absolute imports.Charles Harris2013-03-284-4/+4
* 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-014-0/+8
* 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-053-80/+80
* 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
* 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-184-0/+432