summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/matrix.py
Commit message (Collapse)AuthorAgeFilesLines
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+4
| | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates.
* 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 ↵Stefan van der Walt2006-11-221-1/+1
| | | | oldnumeric.linear_algebra.
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-4/+2
|
* More fixes to backward compatibilityTravis Oliphant2006-08-051-0/+70