summaryrefslogtreecommitdiff
path: root/numpy/fft
Commit message (Collapse)AuthorAgeFilesLines
...
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
| | | | See https://github.com/scipy/scipy/pull/279
* REF: simplify extension customization.David Cournapeau2012-06-011-13/+5
| | | | We are using the new tweak_* bento API wherever possible.
* UPD: Update files for versioned deprecation.Charles Harris2012-04-061-1/+1
|
* UPD: Make fftpack_litemodule.c use non-deprecated macros/functions.Charles Harris2012-04-061-18/+21
|
* STY: Code cleanups.Charles Harris2012-03-052-23/+29
| | | | Don't do from numpy.testing import *, put spaces after commas, etc.
* BUG: Fix bug in irfftn.Henry Gomersall2012-03-052-17/+30
|
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-9/+13
|
* STY: fft - replace macros in old_defines.h with new.Charles Harris2012-02-041-12/+12
|
* REF: use new API for higher level builder reuse.David Cournapeau2011-08-291-4/+1
|
* REF: use new hook signature.David Cournapeau2011-08-291-1/+1
|
* REF: define hook file locally.David Cournapeau2011-08-291-0/+2
|
* ENH: update to last bento.David Cournapeau2011-08-291-2/+2
|
* ENH: remove temporary hacks for recurse path settings.David Cournapeau2011-08-291-12/+2
|
* ENH: add fft/random support.David Cournapeau2011-08-292-0/+32
|
* STY: Update exception style, easy ones.Charles Harris2011-04-051-1/+1
|
* DEP: remove deprecated names in fftpack.rgommers2011-03-111-11/+1
|
* BUG: Make fftshift and ifftshift accept integer arguments for the axesCharles Harris2010-05-102-0/+13
| | | | | value. The functions now match their documentation. Fixes ticket #1182, patch from rgommers.
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-1/+1
| | | | tests didn't issue deprecation warnings. Are they being run?
* 3K: fft: fix integer division in (i)fftshiftPauli Virtanen2010-02-201-2/+2
|
* Remove un-necessary import.Travis Oliphant2010-01-151-1/+0
|
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+7
|
* 3K: fft: module init for fftpack_litePauli Virtanen2009-12-061-4/+29
|
* first set of checkins from the doc editorJarrod Millman2009-11-131-10/+14
|
* Hard tab removal.Charles Harris2009-10-202-12/+10
| | | | | Trailing whitespace removal. Some coding style cleanups.
* Docstring update: fftPauli Virtanen2009-10-023-266/+305
|
* ENH: Fix some more uninitialized vars.David Cournapeau2009-09-161-1/+1
|
* 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-243-195/+876
|
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-282-66/+112
| | | | they are still an improvement)
* More unused vars tagged (fftpack).David Cournapeau2008-10-081-6/+6
|
* 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
| | | | | | Deprecate PyArray_As1D. Remove deprecated functions from fftpack_listmodule.c. There may need to be further fixes on 64 bit platforms, we will see.
* 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 ↵Robert Kern2008-07-032-4/+0
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-213-3/+3
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-173-16/+18
| | | | modules.
* 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
| | | | | numscons.
* 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
|