summaryrefslogtreecommitdiff
path: root/numpy/fft
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports.Alan McIntyre2008-09-092-2/+0
* Merge from documentation editor.Stefan van der Walt2008-08-052-58/+311
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-131-16/+30
* Indentation and coding style cleanups.Charles Harris2008-07-131-188/+229
* Simplify a bit more scons scripts.David Cournapeau2008-07-091-3/+2
* Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.David Cournapeau2008-07-091-3/+2
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-032-4/+0
* Restore old test framework classes.Alan McIntyre2008-06-213-3/+3
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-173-16/+18
* Adapt numpy.fft to new build dir conventions.David Cournapeau2008-06-122-10/+12
* Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled inDavid Cournapeau2008-05-201-4/+1
* Try to speed up fftfreq a bit.Travis Oliphant2008-02-281-3/+10
* ran reindentJarrod Millman2008-02-081-1/+1
* numpy.fft builds with sconsDavid Cournapeau2008-01-072-0/+28
* janitorial workJarrod Millman2007-12-291-7/+7
* Increase test code coverage. Add documentation.Stefan van der Walt2007-12-031-2/+14
* using identity testing for NoneJarrod Millman2007-11-261-8/+10
* Rename test classes to CapWords.Stefan van der Walt2007-10-022-3/+3
* Fix ticket #506 by applying the patch from cdavid.Charles Harris2007-05-131-12/+25
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* clean up unused imports and bad whitespaceTim Leslie2007-01-092-2/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Fix warnings found by Intel compiler due to unused variables that were set. ...Travis Oliphant2006-12-021-2/+2
* Add test for fftpack.Stefan van der Walt2006-11-201-0/+12
* Refuse to compute FFT for invalid number of data points.Stefan van der Walt2006-11-201-0/+2
* Fix documentation of fft sub-package to eliminate references to refft.Travis Oliphant2006-09-281-6/+6
* Refer to "length of a" instead of "a" in fftpack docstrings.Stefan van der Walt2006-09-221-16/+17
* Optimize fftfreq.Stefan van der Walt2006-09-051-2/+2
* 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
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-19/+0
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-0410-0/+2302