summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/mlab.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-128/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-13/+13
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+4
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-2/+1
* Don't deprecated bias keyword, just add ddof.Charles Harris2010-07-071-1/+1
* ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword.Charles Harris2010-07-071-1/+1
* ran reindentJarrod Millman2008-12-311-1/+1
* Rewrapped __all__ definition to conform to PEP8.Alan McIntyre2008-09-131-4/+8
* Fix compatibility layer definition of stdTravis Oliphant2007-05-041-1/+2
* Whitespace cleanup.Stefan van der Walt2007-01-081-5/+4
* Don't share __all__ between numarray.linear_algebra and oldnumeric.linear_alg...Stefan van der Walt2006-11-221-2/+2
* Fix functions in oldnumeric.mlabTravis Oliphant2006-09-081-0/+1
* Remove un-needed functions.Travis Oliphant2006-08-141-2/+2
* Restore numpy.oldnumeric.mlab.cov to MLab.cov behaviorTravis Oliphant2006-08-131-4/+29
* Update eye and tri to take dtype in mlabTravis Oliphant2006-08-051-5/+5
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-5/+29
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-0/+72