summaryrefslogtreecommitdiff
path: root/numpy/fft/_pocketfft.c
Commit message (Collapse)AuthorAgeFilesLines
* BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-171-5/+5
|
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-19/+2
| | | | | Dropping the support for python 2, the difference in module setup do not have to be accounted for anymore. This removes the macros and ifdef's related to module setup code and python 2 support.
* MAINT: move pocketfft .py/.so to `_pocketfft`Ralf Gommers2019-09-071-0/+2406
These aren't public, and should have been added with underscores.