summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/matrix.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-70/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+4
* STY: Update exception style, easy ones.Charles Harris2011-04-051-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-2/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
* Don't share __all__ between numarray.linear_algebra and oldnumeric.linear_alg...Stefan van der Walt2006-11-221-1/+1
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-4/+2
* More fixes to backward compatibilityTravis Oliphant2006-08-051-0/+70