summaryrefslogtreecommitdiff
path: root/numpy/fft
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Apply types fixer.Charles Harris2013-04-141-6/+7
* 2to3: Apply `print` fixer.Charles Harris2013-04-067-7/+7
* Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-026-10/+10
|\
| * 2to3: Use absolute imports.Charles Harris2013-03-286-10/+10
* | Allow threads for FFT calculationsMartin Teichmann2013-04-011-0/+12
|/
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-272-4/+4
* DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n').Maximilian Albert2013-03-061-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-016-2/+13
* DEP: Remove scons related files and code.Charles Harris2013-01-133-25/+0
* DOC: remove "the" from description, single backticks are for variables onlyendolith2012-11-261-2/+2
* DOC: Reword "Hermite symmetry", clarify units of sample spacingendolith2012-11-262-13/+16
* DOC: Fix length mistake in docstring (rfft length is n//2+1, not n)endolith2012-11-251-1/+1
* DOC: Add rfftfreq to Helper routines in fft module's docstringendolith2012-11-251-0/+1
* TST: Add a test for the rfftfreq() functionendolith2012-11-251-0/+11
* DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy....endolith2012-11-241-6/+8
* MAINT: Don't use assert to check variable typeendolith2012-11-181-2/+4
* DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 ...endolith2012-10-132-12/+14
* ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy'...endolith2012-10-131-1/+49
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* REF: simplify extension customization.David Cournapeau2012-06-011-13/+5
* 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
* 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
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-1/+1
* 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
* 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
* More unused vars tagged (fftpack).David Cournapeau2008-10-081-6/+6
* Removed unused imports.Alan McIntyre2008-09-092-2/+0