summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests/test_regression.py
Commit message (Collapse)AuthorAgeFilesLines
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-1/+1
| | | | | | | | | module. The fix should be good for Python >= 2.4 and used the following sed script: s/\<failUnless\>/assertTrue/g s/\<failIf\>/assertFalse/g s/\<failUnlessEqual\>/assertEqual/g s/\<failUnlessRaises\>/assertRaises/g
* Rename matrx to matrixlib.David Cournapeau2009-09-181-0/+33
I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version.