summaryrefslogtreecommitdiff
path: root/numpy/fft/helper.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Use dummy_threading on platforms that don't support threading (#10773)Michael Droettboom1-1/+4
2018-01-16ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (...Gaspar Karm1-26/+17
2017-02-24MAINT: replace len(x.shape) with x.ndimEric Wieser1-2/+2
2016-06-08Dropping dict like behavior and relying on explicit methods.Lion Krischer1-27/+63
2016-06-07BUG: Fix race condition with new FFT cacheLion Krischer1-1/+2
2016-06-06ENH: Changing FFT cache to a bounded LRU cacheLion Krischer1-0/+62
2013-09-07BUG: check axes and window length input for all integer typesChristoph Gohlke1-5/+7
2013-08-29DOC: change "Hermite" to "Hermitian", "though" to "although"endolith1-1/+1
2013-08-23DOC: add note clarifying why ifftshift is neededendolith1-1/+2
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-6/+6
2013-08-18STY: Giant whitespace cleanup.Charles Harris1-6/+6
2013-04-142to3: Apply types fixer.Charles Harris1-6/+7
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
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/+3
2012-11-26DOC: remove "the" from description, single backticks are for variables onlyendolith1-2/+2
2012-11-26DOC: Reword "Hermite symmetry", clarify units of sample spacingendolith1-11/+15
2012-11-25DOC: Fix length mistake in docstring (rfft length is n//2+1, not n)endolith1-1/+1
2012-11-18MAINT: Don't use assert to check variable typeendolith1-2/+4
2012-10-13DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 ...endolith1-9/+10
2012-10-13ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy'...endolith1-1/+49
2010-05-10BUG: Make fftshift and ifftshift accept integer arguments for the axesCharles Harris1-0/+5
2010-02-203K: fft: fix integer division in (i)fftshiftPauli Virtanen1-2/+2
2009-10-02Docstring update: fftPauli Virtanen1-16/+57
2008-10-28Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen1-11/+54
2008-02-28Try to speed up fftfreq a bit.Travis Oliphant1-3/+10
2007-01-09clean up unused imports and bad whitespaceTim Leslie1-1/+1
2006-09-05Optimize fftfreq.Stefan van der Walt1-2/+2
2006-08-04Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant1-0/+66