On Sun, May 29, 2016 at 4:35 AM, Stephan Hoyer wrote:
> These still are missing from the SciPy.org page, several months after the
> release.
>
Thanks Stephan, that needs fixing.
>
> What do we need to do to keep these updated?
>
https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst
Hi,
I did a few simple timing tests (see comment in PR), which suggests it is
hardly worth having the cache. Indeed, if one really worries about speed,
one should probably use pyFFTW (scipy.fft is a bit faster too, but at least
for me the way real FFT values are stored is just too inconvenient). S