summaryrefslogtreecommitdiff
path: root/numpy/fft
Commit message (Expand)AuthorAgeFilesLines
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-4/+4
* BUG: Add _LARGE_FILES to def_macros[] when platform is AIX (gh-15938)Michael Felt2020-04-221-1/+5
* MAINT: Pull identical line out of conditional.Ross Barnowski2020-02-221-2/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-2/+1
* BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-171-5/+5
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-052-7/+7
* Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-036-11/+0
|\
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-036-11/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-19/+2
|/
* DOC: Note FFT type promotion (#14912)Daniel Ching2019-11-151-0/+8
* DOC: remove note about Pocketfft license file (non-existing here).Ralf Gommers2019-09-201-5/+0
* MAINT: clean up numpy/fft/info.pyRalf Gommers2019-09-072-190/+185
* MAINT: move pocketfft .py/.so to `_pocketfft`Ralf Gommers2019-09-074-8/+8
* BUG: Fix ZeroDivisionError for zero length arrays in pocketfft. (#14279)mreineck2019-09-051-13/+19
* BUG: Better err message for normEric Larson2019-08-082-5/+10
* Incremented _tol my factor of 8.Oleksandr Pavlyk2019-08-011-1/+2
* Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR reviewOleksandr Pavlyk2019-08-011-1/+1
* Replaced assert_array_almost_equal with assert_allcloseOleksandr Pavlyk2019-08-011-60/+63
* DOC: Add note to irfft-like functions about the default sizesPeter Bell2019-07-141-7/+35
* TST: Added test_fftpocket.py::test_axesOleksandr Pavlyk2019-04-171-0/+10
* SpellingRoman Yurchak2019-01-091-1/+1
* TST Check FFT for C/Fortran ordered and non contigous arraysRoman Yurchak2019-01-091-0/+38
* tweak testMartin Reinecke2019-01-081-5/+7
* fix #12663Martin Reinecke2019-01-082-5/+21
* DOC, TST: clean up matplotlib importsTyler Reddy2019-01-021-2/+0
* DOC, TST: remove agg setting from docsTyler Reddy2019-01-021-2/+0
* replace fftpack with pocketfftMartin Reinecke2018-12-2511-2179/+2504
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-14/+14
* TST, DOC: enable refguide_checkTyler Reddy2018-12-142-62/+62
* 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-232-3/+9
* ENH: __array_function__ support for np.fft and np.linalg (#12117)Stephan Hoyer2018-10-122-0/+31
* MAINT: Normalize axes the normal way in fftpack.pyEric Wieser2018-09-231-2/+4
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* Merge pull request #10775 from mdboom/return-errors-from-initEric Wieser2018-04-191-3/+6
|\
| * Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-301-3/+6
* | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-062-11/+2
* | TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* | MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* | Use dummy_threading on platforms that don't support threading (#10773)Michael Droettboom2018-03-201-1/+4
|/
* Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk2018-03-151-2/+2
|\
| * MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-2/+2
* | BUG: Improving the accuracy of the FFT implementationNils Becker2018-02-201-46/+81
|/
* ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (...Gaspar Karm2018-01-162-34/+119
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* TST: Remove unittest dependencies in numpy/fft/tests.Charles Harris2017-07-242-22/+26
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* MAINT: Include the function name in all argument error messagesEric Wieser2017-03-281-6/+6