Re: [Numpy-discussion] Cross-correlation PR stuck in limbo

2016-05-27 Thread Jaime Fernández del Río
I did an overall review of the code a couple of weeks ago (see the PR for details), and there is quite some work to be done before we can merge Honi's code. But if he can find the time to work on the coding, I'll try to be more diligent about the reviewing. Jaime On Fri, May 27, 2016 at 12:51 PM,

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

2016-05-27 Thread Lion Krischer
Hi all, I was told to take this to the mailing list. Relevant pull request: https://github.com/numpy/numpy/pull/7686 NumPy's FFT implementation caches some form of execution plan for each encountered input data length. This is currently implemented as a simple dictionary which can grow without b

Re: [Numpy-discussion] Cross-correlation PR stuck in limbo

2016-05-27 Thread Elliot Hallmark
+1 This would really help with large data sets in certain situations. Is there still disagreement about whether this should be included? Or are there some minor details still? Or just lost in the shuffle? Hopefully, Elliot On Wed, May 4, 2016 at 7:07 AM, Pierre Haessig wrote: > Hi, > > I do

Re: [Numpy-discussion] [SciPy-Dev] Numpy 1.11.1rc1 release

2016-05-27 Thread Ralf Gommers
On Fri, May 27, 2016 at 4:42 AM, Charles R Harris wrote: > Hi All, > > I am pleased to announce the release of Numpy 1.11.1rc1. > Thanks Chuck! > The sources may be found on sourceforge > and > wheels for OS X, Windows, and Linux