summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b)Pauli Virtanen2010-04-301-2/+3
|
* 3K: matrixlib: adapt to changes in str.translatePauli Virtanen2010-02-211-14/+26
|
* 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
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-4/+4
|
* Docstring update: matrixlibPauli Virtanen2009-10-021-140/+526
|
* Rename matrx to matrixlib.David Cournapeau2009-09-188-0/+1142
I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version.