summaryrefslogtreecommitdiff
path: root/numpy/numarray/functions.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-500/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-11/+11
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-19/+19
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* Merge pull request #3122 from charris/2to3-apply-xrange-fixerCharles Harris2013-03-281-3/+3
|\
| * 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-3/+3
* | fix undefined function and add integer divisionsJulian Taylor2013-03-261-5/+18
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-14/+2
* 3K: ENH: make numpy.numarray to importPauli Virtanen2010-02-211-0/+3
* Removed unused/duplicate imports.Alan McIntyre2008-09-131-9/+9
* typoJarrod Millman2007-12-291-1/+1
* typoJarrod Millman2007-12-291-1/+1
* janitorial workJarrod Millman2007-12-291-50/+55
* Small fix for numpy.info(), which was unconditionally brokenFernando Perez2007-06-201-1/+1
* Fix numarray.fromstringTravis Oliphant2007-02-281-2/+2
* Whitespace cleanup.Stefan van der Walt2007-01-081-13/+12
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-281-3/+6
* Fix ticket #188 by returning the name of the dtype objects for data-type obje...Travis Oliphant2006-09-161-17/+47
* Fix numarray.info functionTravis Oliphant2006-09-151-4/+4
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-2/+2
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-2/+2
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-131-1/+4
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-101-1/+10
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-1/+7
* Update C-API to add features needed for numarray compatibility. Output argum...Travis Oliphant2006-08-101-55/+408
* Fix numarray compatibility layer so it at least imports. It's not finished y...Travis Oliphant2006-08-081-1/+2
* Fix import problemTravis Oliphant2006-08-081-1/+1
* Add numarray compatibility.Travis Oliphant2006-08-081-0/+86