summaryrefslogtreecommitdiff
path: root/numpy/fft/pocketfft.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: move pocketfft .py/.so to `_pocketfft`Ralf Gommers2019-09-071-1307/+0
| | | | These aren't public, and should have been added with underscores.
* BUG: Fix ZeroDivisionError for zero length arrays in pocketfft. (#14279)mreineck2019-09-051-13/+19
| | | | | | | | * introduce inv_fct to avoid divisions by zero * add comment describing the purpose of inv_fct * inv_fct -> inv_norm
* 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
| | | | | | * as requested by review in gh-12634, the vast majority of docstring matplotlib imports can be simplified to a single line
* DOC, TST: remove agg setting from docsTyler Reddy2019-01-021-2/+0
| | | | | | | * there is no longer any usage of "agg" backend switching in our docstrings because this backend is already activated in the refguide_check machinery
* replace fftpack with pocketfftMartin Reinecke2018-12-251-0/+1276