Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: move pocketfft .py/.so to `_pocketfft` | Ralf Gommers | 2019-09-07 | 1 | -1307/+0 |
| | | | | These aren't public, and should have been added with underscores. | ||||
* | BUG: Fix ZeroDivisionError for zero length arrays in pocketfft. (#14279) | mreineck | 2019-09-05 | 1 | -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 norm | Eric Larson | 2019-08-08 | 1 | -2/+3 |
| | |||||
* | DOC: Add note to irfft-like functions about the default sizes | Peter Bell | 2019-07-14 | 1 | -7/+35 |
| | |||||
* | DOC, TST: clean up matplotlib imports | Tyler Reddy | 2019-01-02 | 1 | -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 docs | Tyler Reddy | 2019-01-02 | 1 | -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 pocketfft | Martin Reinecke | 2018-12-25 | 1 | -0/+1276 |