summaryrefslogtreecommitdiff
path: root/numpy/fft/fftpack.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: correct norm='ortho' scaling for rfft when n != NoneGregory R. Lee2017-01-041-1/+3
* DOC: Correct documentation of hfft/ihfft.Charles Harris2016-11-041-28/+33
* Dropping dict like behavior and relying on explicit methods.Lion Krischer2016-06-081-14/+8
* BUG: Fix race condition with new FFT cacheLion Krischer2016-06-071-5/+12
* ENH: Changing FFT cache to a bounded LRU cacheLion Krischer2016-06-061-2/+3
* DOC: fix a number of reST formatting issues in docstrings.Ralf Gommers2016-02-131-8/+22
* BUG:Should fix astype cast bug in numpy.fft moduleTushar Gautam2016-01-191-1/+1
* DOC: Clarify documentation for np.fft.ifft.Charles Harris2015-12-181-8/+12
* Fix #6798Phaiax2015-12-181-2/+4
* ENH: Add a norm keyword and tests for fft transformsJoseph Martinot-Lagarde2015-06-211-39/+111
* 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
* STY: minor PEP8 fixups for numpy/fft.Charles Harris2014-07-311-1/+1
* Docs: fix numpy.fft.fft2 exampleFrederik Rietdijk2014-05-241-5/+10
* 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
* 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-291-5/+5
* 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-181-9/+9
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-6/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* DOC: Reword "Hermite symmetry", clarify units of sample spacingendolith2012-11-261-2/+1
* DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy....endolith2012-11-241-6/+8
* DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 ...endolith2012-10-131-3/+4
* BUG: Fix bug in irfftn.Henry Gomersall2012-03-051-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-051-1/+1
* DEP: remove deprecated names in fftpack.rgommers2011-03-111-11/+1
* Remove un-necessary import.Travis Oliphant2010-01-151-1/+0
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+7
* first set of checkins from the doc editorJarrod Millman2009-11-131-10/+14
* Docstring update: fftPauli Virtanen2009-10-021-234/+231
* 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-241-141/+713
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-55/+58
* Merge from documentation editor.Stefan van der Walt2008-08-051-58/+277
* using identity testing for NoneJarrod Millman2007-11-261-8/+10
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Refuse to compute FFT for invalid number of data points.Stefan van der Walt2006-11-201-0/+2
* Refer to "length of a" instead of "a" in fftpack docstrings.Stefan van der Walt2006-09-221-16/+17
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1