summaryrefslogtreecommitdiff
path: root/numpy/fft
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Use dummy_threading on platforms that don't support threading (#10773)Michael Droettboom1-1/+4
2018-03-15Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk1-2/+2
2018-02-20BUG: Improving the accuracy of the FFT implementationNils Becker1-46/+81
2018-02-16MAINT: Stop using non-tuple indices internallyEric Wieser1-2/+2
2018-01-16ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (...Gaspar Karm2-34/+119
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-07-24TST: Remove unittest dependencies in numpy/fft/tests.Charles Harris2-22/+26
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris1-1/+1
2017-03-28MAINT: Include the function name in all argument error messagesEric Wieser1-6/+6
2017-02-24MAINT: replace len(x.shape) with x.ndimEric Wieser1-2/+2
2017-01-15MAINT: Remove shebang from test modulesSami Salonen1-1/+0
2017-01-04BUG: correct norm='ortho' scaling for rfft when n != NoneGregory R. Lee2-4/+28
2016-11-04DOC: Correct documentation of hfft/ihfft.Charles Harris1-28/+33
2016-06-08Dropping dict like behavior and relying on explicit methods.Lion Krischer3-100/+122
2016-06-07BUG: Fix race condition with new FFT cacheLion Krischer2-6/+14
2016-06-06ENH: Changing FFT cache to a bounded LRU cacheLion Krischer3-2/+152
2016-02-13DOC: fix a number of reST formatting issues in docstrings.Ralf Gommers1-8/+22
2016-01-19BUG:Should fix astype cast bug in numpy.fft moduleTushar Gautam1-1/+1
2015-12-30[TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith1-3/+3
2015-12-18DOC: Clarify documentation for np.fft.ifft.Charles Harris1-8/+12
2015-12-18Fix #6798Phaiax1-2/+4
2015-08-29MAINT: Remove bento related files.Charles Harris2-13/+0
2015-08-06Fix #2128 once again.Antony Lee1-1/+1
2015-06-21ENH: Add a norm keyword and tests for fft transformsJoseph Martinot-Lagarde3-43/+214
2015-06-02MAINT: fft: np.asarray(...) -> array(...)alex1-9/+8
2015-05-29MAINT: in fft, make copying more explicitalex1-7/+14
2015-05-29MAINT: remove unnecessary helper functionalex1-13/+9
2015-05-22MAINT: explicit fft copyalex1-14/+12
2015-02-14MAINT: fftpack.c needs #define NPY_NO_DEPRECATED_API NPY_API_VERSION.Charles Harris1-6/+3
2015-01-28BLD: fix include order of headers, otherwise AIX build fails. See gh-5474.Ralf Gommers1-1/+1
2015-01-25Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fftJulian Taylor1-1/+4
2015-01-25BUG: PyErr_NoMemory when PyArray_Zeros fails to initializeGraham Christensen1-1/+4
2014-12-04BUG: Rename fft C functions to avoid name conflictRyan Nelson3-34/+37
2014-11-17Merge pull request #5282 from larsmans/c-fixesJulian Taylor1-20/+12
2014-11-16MAINT: fft: cleanup in fftpack moduleLars Buitinck1-20/+12
2014-09-03Merge pull request #5035 from juliantaylor/fft-testseberg1-1/+1
2014-09-03TST: join fft threads before getting valuesJulian Taylor1-1/+1
2014-07-31STY: minor PEP8 fixups for numpy/fft.Charles Harris3-4/+3
2014-05-29Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris1-12/+12
2014-05-24Docs: fix numpy.fft.fft2 exampleFrederik Rietdijk1-5/+10
2014-05-16TST: reduce memory usage of fft testJulian Taylor1-3/+5
2014-05-09BUG: fix crash when sending interrupt signal to fft functionsJulian Taylor1-12/+12
2014-05-06Make TestFFTThreadSafe tests Py3-compatibleAlex Stewart1-7/+16
2014-05-06Added regression tests for #4655Alex Stewart1-1/+38
2014-05-06Add comments to clarify cache handling in _raw_fftAlex Stewart1-0/+8
2014-05-02Fix for #4655: Make fftpack._raw_fft threadsafeAlex Stewart1-3/+3
2014-02-08DOC: fixed small whitespace error in rfft notesArun Persaud1-1/+1
2013-09-07BUG: check axes and window length input for all integer typesChristoph Gohlke1-5/+7
2013-08-30DOC: Unlink non-variable 'm', use monospace insteadendolith1-3/+3
2013-08-29DOC: Remove parentheses around axisendolith1-18/+18