summaryrefslogtreecommitdiff
path: root/numpy/fft/fftpack.py
Commit message (Expand)AuthorAgeFilesLines
* Remove un-necessary import.Travis Oliphant2010-01-151-1/+0
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+7
* first set of checkins from the doc editorJarrod Millman2009-11-131-10/+14
* Docstring update: fftPauli Virtanen2009-10-021-234/+231
* Merge from doc wikiPauli Virtanen2009-06-191-2/+0
* Fix errors in examples in docstringsPauli Virtanen2009-06-021-1/+1
* Merge from the doc wikiPauli Virtanen2009-03-241-141/+713
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-55/+58
* Merge from documentation editor.Stefan van der Walt2008-08-051-58/+277
* using identity testing for NoneJarrod Millman2007-11-261-8/+10
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Refuse to compute FFT for invalid number of data points.Stefan van der Walt2006-11-201-0/+2
* Refer to "length of a" instead of "a" in fftpack docstrings.Stefan van der Walt2006-09-221-16/+17
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-0/+323