summaryrefslogtreecommitdiff
path: root/numpy/fft/fftpack.py
AgeCommit message (Expand)AuthorFilesLines
2018-02-16MAINT: Stop using non-tuple indices internallyEric Wieser1-2/+2
2017-01-04BUG: correct norm='ortho' scaling for rfft when n != NoneGregory R. Lee1-1/+3
2016-11-04DOC: Correct documentation of hfft/ihfft.Charles Harris1-28/+33
2016-06-08Dropping dict like behavior and relying on explicit methods.Lion Krischer1-14/+8
2016-06-07BUG: Fix race condition with new FFT cacheLion Krischer1-5/+12
2016-06-06ENH: Changing FFT cache to a bounded LRU cacheLion Krischer1-2/+3
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-18DOC: Clarify documentation for np.fft.ifft.Charles Harris1-8/+12
2015-12-18Fix #6798Phaiax1-2/+4
2015-06-21ENH: Add a norm keyword and tests for fft transformsJoseph Martinot-Lagarde1-39/+111
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
2014-07-31STY: minor PEP8 fixups for numpy/fft.Charles Harris1-1/+1
2014-05-24Docs: fix numpy.fft.fft2 exampleFrederik Rietdijk1-5/+10
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-08-30DOC: Unlink non-variable 'm', use monospace insteadendolith1-3/+3
2013-08-29DOC: Remove parentheses around axisendolith1-18/+18
2013-08-29DOC: change "Hermite" to "Hermitian", "though" to "although"endolith1-5/+5
2013-08-22DOC: Add examples, copy some text from rfft functions to clarify inputs and o...endolith1-12/+49
2013-08-21DOC: hfft/ihfft description conflicts with itselfendolith1-6/+6
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-9/+9
2013-08-18STY: Giant whitespace cleanup.Charles Harris1-6/+6
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-2/+2
2013-03-272to3: Replace xrange by range and use list(range(...)) where neededCharles Harris1-2/+2
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2012-11-26DOC: Reword "Hermite symmetry", clarify units of sample spacingendolith1-2/+1
2012-11-24DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy....endolith1-6/+8
2012-10-13DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 ...endolith1-3/+4
2012-03-05BUG: Fix bug in irfftn.Henry Gomersall1-1/+1
2011-04-05STY: Update exception style, easy ones.Charles Harris1-1/+1
2011-03-11DEP: remove deprecated names in fftpack.rgommers1-11/+1
2010-01-15Remove un-necessary import.Travis Oliphant1-1/+0
2009-12-28fixed a whole bunch of doctestsPaul Ivanov1-2/+7
2009-11-13first set of checkins from the doc editorJarrod Millman1-10/+14
2009-10-02Docstring update: fftPauli Virtanen1-234/+231
2009-06-19Merge from doc wikiPauli Virtanen1-2/+0
2009-06-02Fix errors in examples in docstringsPauli Virtanen1-1/+1
2009-03-24Merge from the doc wikiPauli Virtanen1-141/+713
2008-10-28Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen1-55/+58
2008-08-05Merge from documentation editor.Stefan van der Walt1-58/+277
2007-11-26using identity testing for NoneJarrod Millman1-8/+10
2007-01-08Whitespace cleanup.Stefan van der Walt1-1/+1
2006-11-20Refuse to compute FFT for invalid number of data points.Stefan van der Walt1-0/+2
2006-09-22Refer to "length of a" instead of "a" in fftpack docstrings.Stefan van der Walt1-16/+17