Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 1 | -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 | |||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -4/+4 | |
| | ||||||
* | Docstring update: matrixlib | Pauli Virtanen | 2009-10-02 | 1 | -140/+526 | |
| | ||||||
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 8 | -0/+1142 | |
I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version. |