Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Fix SyntaxError when matrix() is called with invalid string | Leon Weber | 2013-05-29 | 1 | -0/+4 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -2/+2 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | 2to3: Fix callable. | Charles Harris | 2013-02-28 | 1 | -1/+2 |
* | ENH: missingdata: Change things to help scipy pass its tests | Mark Wiebe | 2011-08-27 | 1 | -10/+26 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 1 | -74/+74 |
* | ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ... | Mark Wiebe | 2011-01-17 | 1 | -1/+1 |
* | ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) | Pauli Virtanen | 2010-04-30 | 1 | -2/+3 |
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 1 | -0/+375 |