summaryrefslogtreecommitdiff
path: root/numpy/fft
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add a norm keyword and tests for fft transformsJoseph Martinot-Lagarde2015-06-213-43/+214
* MAINT: fft: np.asarray(...) -> array(...)alex2015-06-021-9/+8
* MAINT: in fft, make copying more explicitalex2015-05-291-7/+14
* MAINT: remove unnecessary helper functionalex2015-05-291-13/+9
* MAINT: explicit fft copyalex2015-05-221-14/+12
* MAINT: fftpack.c needs #define NPY_NO_DEPRECATED_API NPY_API_VERSION.Charles Harris2015-02-141-6/+3
* BLD: fix include order of headers, otherwise AIX build fails. See gh-5474.Ralf Gommers2015-01-281-1/+1
* Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fftJulian Taylor2015-01-251-1/+4
|\
| * BUG: PyErr_NoMemory when PyArray_Zeros fails to initializeGraham Christensen2015-01-251-1/+4
* | BUG: Rename fft C functions to avoid name conflictRyan Nelson2014-12-043-34/+37
* | Merge pull request #5282 from larsmans/c-fixesJulian Taylor2014-11-171-20/+12
|\ \
| * | MAINT: fft: cleanup in fftpack moduleLars Buitinck2014-11-161-20/+12
* | | Merge pull request #5035 from juliantaylor/fft-testseberg2014-09-031-1/+1
|\ \ \ | |/ / |/| |
| * | TST: join fft threads before getting valuesJulian Taylor2014-09-031-1/+1
| |/
* | STY: minor PEP8 fixups for numpy/fft.Charles Harris2014-07-313-4/+3
|/
* 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