summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
Commit message (Expand)AuthorAgeFilesLines
* DOC: minor documentation fixesPauli Virtanen2011-06-251-1/+1
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-053-80/+80
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-051-4/+4
* ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ...Mark Wiebe2011-01-171-1/+1
* DOC: wiki merge, matrlixlib and some ndarray methods.rgommers2010-07-312-13/+13
* 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
* 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