summaryrefslogtreecommitdiff
path: root/numpy/fft
AgeCommit message (Expand)AuthorFilesLines
2009-10-20Hard tab removal.Charles Harris2-12/+10
2009-10-02Docstring update: fftPauli Virtanen3-266/+305
2009-09-16ENH: Fix some more uninitialized vars.David Cournapeau1-1/+1
2009-06-19Merge from doc wikiPauli Virtanen1-2/+0
2009-06-02Fix errors in examples in docstringsPauli Virtanen1-1/+1
2009-03-24Merge from the doc wikiPauli Virtanen3-195/+876
2008-10-28Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2-66/+112
2008-10-08More unused vars tagged (fftpack).David Cournapeau1-6/+6
2008-09-09Removed unused imports.Alan McIntyre2-2/+0
2008-08-05Merge from documentation editor.Stefan van der Walt2-58/+311
2008-07-13Move DEPRECATE macro to ndarrayobject.h.Charles Harris1-16/+30
2008-07-13Indentation and coding style cleanups.Charles Harris1-188/+229
2008-07-09Simplify a bit more scons scripts.David Cournapeau1-3/+2
2008-07-09Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.David Cournapeau1-3/+2
2008-07-03Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2-4/+0
2008-06-21Restore old test framework classes.Alan McIntyre3-3/+3
2008-06-17Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre3-16/+18
2008-06-12Adapt numpy.fft to new build dir conventions.David Cournapeau2-10/+12
2008-05-20Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled inDavid Cournapeau1-4/+1
2008-02-28Try to speed up fftfreq a bit.Travis Oliphant1-3/+10
2008-02-08ran reindentJarrod Millman1-1/+1
2008-01-07numpy.fft builds with sconsDavid Cournapeau2-0/+28
2007-12-29janitorial workJarrod Millman1-7/+7
2007-12-03Increase test code coverage. Add documentation.Stefan van der Walt1-2/+14
2007-11-26using identity testing for NoneJarrod Millman1-8/+10
2007-10-02Rename test classes to CapWords.Stefan van der Walt2-3/+3
2007-05-13Fix ticket #506 by applying the patch from cdavid.Charles Harris1-12/+25
2007-05-11Clean up setup() calls.Pearu Peterson1-1/+1
2007-01-09clean up unused imports and bad whitespaceTim Leslie2-2/+1
2007-01-08Whitespace cleanup.Stefan van der Walt1-1/+1
2006-12-02Fix warnings found by Intel compiler due to unused variables that were set. ...Travis Oliphant1-2/+2
2006-11-20Add test for fftpack.Stefan van der Walt1-0/+12
2006-11-20Refuse to compute FFT for invalid number of data points.Stefan van der Walt1-0/+2
2006-09-28Fix documentation of fft sub-package to eliminate references to refft.Travis Oliphant1-6/+6
2006-09-22Refer to "length of a" instead of "a" in fftpack docstrings.Stefan van der Walt1-16/+17
2006-09-05Optimize fftfreq.Stefan van der Walt1-2/+2
2006-08-29Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant1-1/+1
2006-08-29Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant1-1/+1
2006-08-05Fixes for the recent change to oldnumericTravis Oliphant1-19/+0
2006-08-04Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant10-0/+2302