Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) | Pauli Virtanen | 2010-04-30 | 1 | -2/+3 |
| | |||||
* | 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 | ||||
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 4 | -0/+432 |
I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version. |