summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests/test_defmatrix.py
Commit message (Expand)AuthorAgeFilesLines
* 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