summaryrefslogtreecommitdiff
path: root/numpy/fft
Commit message (Expand)AuthorAgeFilesLines
* TST: join fft threads before getting valuesJulian Taylor2014-09-031-1/+1
* Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris2014-05-291-12/+12
|\
| * BUG: fix crash when sending interrupt signal to fft functionsJulian Taylor2014-05-091-12/+12
* | Docs: fix numpy.fft.fft2 exampleFrederik Rietdijk2014-05-241-5/+10
* | TST: reduce memory usage of fft testJulian Taylor2014-05-161-3/+5
|/
* Make TestFFTThreadSafe tests Py3-compatibleAlex Stewart2014-05-061-7/+16
* Added regression tests for #4655Alex Stewart2014-05-061-1/+38
* Add comments to clarify cache handling in _raw_fftAlex Stewart2014-05-061-0/+8
* Fix for #4655: Make fftpack._raw_fft threadsafeAlex Stewart2014-05-021-3/+3
* DOC: fixed small whitespace error in rfft notesArun Persaud2014-02-081-1/+1
* BUG: check axes and window length input for all integer typesChristoph Gohlke2013-09-071-5/+7
* DOC: Unlink non-variable 'm', use monospace insteadendolith2013-08-301-3/+3
* DOC: Remove parentheses around axisendolith2013-08-291-18/+18
* DOC: change "Hermite" to "Hermitian", "though" to "although"endolith2013-08-292-6/+6
* DOC: add note clarifying why ifftshift is neededendolith2013-08-231-1/+2
* DOC: Add examples, copy some text from rfft functions to clarify inputs and o...endolith2013-08-221-12/+49
* DOC: hfft/ihfft description conflicts with itselfendolith2013-08-211-6/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-184-17/+17
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-12/+12
* 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