summaryrefslogtreecommitdiff
path: root/numpy/fft/tests/test_helper.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove users of `numpy.compat.integer_types`Eric Wieser2020-08-311-3/+2
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-4/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* replace fftpack with pocketfftMartin Reinecke2018-12-251-79/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (...Gaspar Karm2018-01-161-8/+102
* TST: Remove unittest dependencies in numpy/fft/tests.Charles Harris2017-07-241-16/+18
* MAINT: Remove shebang from test modulesSami Salonen2017-01-151-1/+0
* Dropping dict like behavior and relying on explicit methods.Lion Krischer2016-06-081-59/+51
* ENH: Changing FFT cache to a bounded LRU cacheLion Krischer2016-06-061-0/+87
* STY: minor PEP8 fixups for numpy/fft.Charles Harris2014-07-311-2/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-2/+4
* TST: Add a test for the rfftfreq() functionendolith2012-11-251-0/+11
* STY: Code cleanups.Charles Harris2012-03-051-19/+21
* BUG: Fix bug in irfftn.Henry Gomersall2012-03-051-16/+29
* BUG: Make fftshift and ifftshift accept integer arguments for the axesCharles Harris2010-05-101-0/+8
* Removed unused imports.Alan McIntyre2008-09-091-1/+0
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-8/+8
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-2/+2
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-0/+45