summaryrefslogtreecommitdiff
path: root/numpy/fft/pocketfft.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: move pocketfft .py/.so to `_pocketfft`Ralf Gommers2019-09-071-1307/+0
* BUG: Fix ZeroDivisionError for zero length arrays in pocketfft. (#14279)mreineck2019-09-051-13/+19
* BUG: Better err message for normEric Larson2019-08-081-2/+3
* DOC: Add note to irfft-like functions about the default sizesPeter Bell2019-07-141-7/+35
* 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-251-0/+1276