summaryrefslogtreecommitdiff
path: root/numpy/fft
Commit message (Expand)AuthorAgeFilesLines
* Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.Peter Hawkins2023-03-031-4/+4
* MAINT: Simplify temporary dimensions by using static arraySebastian Berg2023-02-211-4/+2
* MAINT: Ensure malloc(0) is not called in pocketfft.cSebastian Berg2023-02-211-6/+9
* BLD: enable building NumPy with MesonRalf Gommers2022-11-251-0/+33
* Merge pull request #21895 from hoodmane/emscripten-ciRalf Gommers2022-11-151-1/+2
|\
| * TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* | MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict`Ralf Gommers2022-11-121-2/+0
|/
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-182-2/+2
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-5/+2
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-4/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-233-8/+5
* ENH: Add annotations for `np.fft`Bas van Beek2021-11-023-19/+185
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-1/+2
* MAIN: Minor include rationalization.Charles Harris2021-09-031-3/+4
* index_tricks.py file not modifiedshubham119411402021-08-191-1/+1
* ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
* ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* ENH: Add improved placeholder annotations for `np.fft`Bas van Beek2021-04-231-18/+18
* ENH: Add `__all__` to a number of public modulesBas van Beek2021-04-152-1/+7
* DOC: Update some plotting code to current Matplotlib idiomsTim Hoffmann2021-03-211-3/+5
* MAINT: Added Chain exceptions where appropriate (#18400)Abhay Raghuvanshi2021-03-181-1/+1
* DOC: Parameter name typo axes -> axis in numpy.fft._pocketfft.Matthias Bussonnier2020-12-181-5/+5
* Merge pull request #16818 from rohitsanj/examples-rfft2-irfft2Charles Harris2020-12-151-0/+19
|\
| * DOC: update rfft2/irfft2 examples.Ross Barnowski2020-08-171-12/+14
| * DOC: added examples for rfft2 and irfft2 docstringRohit Sanjay2020-08-171-0/+17
* | BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* | Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+20
|\ \
| * | ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-201-2/+18
| * | ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4
| |/
* | MAINT: Remove users of `numpy.compat.integer_types`Eric Wieser2020-08-312-5/+3
|/
* DOC: Disclaimer for FFT libraryBen Nathanson2020-08-091-0/+3
* DOC: Clarify input to irfft/irfft2/irfftn (#16950)Bharat Raghunathan2020-07-291-3/+7
* Merge pull request #16532 from seberg/delete-sigint-handlingMatti Picus2020-07-171-6/+0
|\
| * BUG: Remove non-threadsafe sigint handling from fft calculationSebastian Berg2020-06-251-6/+0
* | ENH: add `norm=forward,backward` to numpy.fft functions (#16476)Chris Vavaliaris2020-07-123-106/+259
|/
* 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