summaryrefslogtreecommitdiff
path: root/numpy/dual.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl1-1/+1
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-3/+3
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2011-04-05STY: Update exception styles, trickier ones.Charles Harris1-2/+2
2008-08-05Merge from documentation editor.Stefan van der Walt1-0/+12
2006-08-04Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant1-1/+1
2006-03-15Committed much of ticket #36Travis Oliphant1-2/+5
2006-03-10Run reindent.py (script distributed with Python) over the source to remove ex...cookedm1-1/+0
2006-01-19Add restore functions to numpy.dualTravis Oliphant1-3/+9
2006-01-19Use a register_func system for altering functions in numpy.dualTravis Oliphant1-21/+22
2006-01-15handle odd scipy installationssasha1-1/+1
2006-01-08Fixed up so that at least element-size is allocated and iterator of size-0 ra...Travis Oliphant1-8/+15
2006-01-05Added i0 natively for kaiser windowTravis Oliphant1-4/+5
2006-01-05Removed pkg names from dualTravis Oliphant1-1/+4
2006-01-05Changed how to get dual numpy/scipy behavior. Use explicit numpy.dual module.Travis Oliphant1-0/+37