Re: [Numpy-discussion] NumPy 1.11 docs

2016-05-29 Thread Ralf Gommers
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

Re: [Numpy-discussion] Changing FFT cache to a bounded LRU cache

2016-05-29 Thread Marten van Kerkwijk
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