summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/functions.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-127/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+4
* STY: Update exception style, easy ones.Charles Harris2011-04-051-1/+1
* more janitorial workJarrod Millman2007-12-291-21/+21
* Whitespace cleanup.Stefan van der Walt2007-01-081-5/+4
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-281-2/+5
* oldnumeric.argmin should use numpy.argminRobert Kern2006-09-191-1/+1
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-141-0/+1
* Fix error in oldnumeric.emptyTravis Oliphant2006-08-161-1/+1
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-131-1/+5
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-2/+11
* Un-deprecate some names in Numeric.Travis Oliphant2006-08-051-1/+8
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-9/+9
* Final fixes to oldnumericTravis Oliphant2006-08-051-17/+24
* Fix-up oldnumeric compatibility layer.Travis Oliphant2006-08-051-2/+34
* More fixes to backward compatibilityTravis Oliphant2006-08-051-0/+62