summaryrefslogtreecommitdiff
path: root/numpy/fft/helper.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove users of `numpy.compat.integer_types`Eric Wieser2020-08-311-2/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* replace fftpack with pocketfftMartin Reinecke2018-12-251-101/+0
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-3/+3
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-2/+3
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-2/+2
* ENH: __array_function__ support for np.fft and np.linalg (#12117)Stephan Hoyer2018-10-121-0/+7
* Use dummy_threading on platforms that don't support threading (#10773)Michael Droettboom2018-03-201-1/+4
* ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (...Gaspar Karm2018-01-161-26/+17
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-2/+2
* Dropping dict like behavior and relying on explicit methods.Lion Krischer2016-06-081-27/+63
* BUG: Fix race condition with new FFT cacheLion Krischer2016-06-071-1/+2
* ENH: Changing FFT cache to a bounded LRU cacheLion Krischer2016-06-061-0/+62
* BUG: check axes and window length input for all integer typesChristoph Gohlke2013-09-071-5/+7
* DOC: change "Hermite" to "Hermitian", "though" to "although"endolith2013-08-291-1/+1
* DOC: add note clarifying why ifftshift is neededendolith2013-08-231-1/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-6/+6
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-6/+6
* 2to3: Apply types fixer.Charles Harris2013-04-141-6/+7
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 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/+3
* 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-261-11/+15
* DOC: Fix length mistake in docstring (rfft length is n//2+1, not n)endolith2012-11-251-1/+1
* 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-131-9/+10
* ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy'...endolith2012-10-131-1/+49
* BUG: Make fftshift and ifftshift accept integer arguments for the axesCharles Harris2010-05-101-0/+5
* 3K: fft: fix integer division in (i)fftshiftPauli Virtanen2010-02-201-2/+2
* Docstring update: fftPauli Virtanen2009-10-021-16/+57
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-11/+54
* Try to speed up fftfreq a bit.Travis Oliphant2008-02-281-3/+10
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-1/+1
* Optimize fftfreq.Stefan van der Walt2006-09-051-2/+2
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-0/+66