[Numpy-discussion] NumPy 1.15 branch

2018-05-11 Thread Charles R Harris
Hi All, I'm thinking of branching 1.15 in the next week or so, not least because we need to get a fix out for the instruction reordering problem , maybe as a backport also. As it common with NumPy development, our attention gets dedicated to the top of

Re: [Numpy-discussion] Adding fweights and aweights to numpy.corrcoef

2018-05-11 Thread josef . pktd
On Fri, May 11, 2018 at 7:43 AM, Corin Hoad wrote: > Are there any further thoughts on this? If it's simply allowing corrcoef > to hand off the keyword arguments to cov I can make a simple PR with the > change. > No further thoughts from my side. I don't see a problem. Aside: And the degrees of

Re: [Numpy-discussion] Adding fweights and aweights to numpy.corrcoef

2018-05-11 Thread Corin Hoad
Are there any further thoughts on this? If it's simply allowing corrcoef to hand off the keyword arguments to cov I can make a simple PR with the change. Corin Hoad On Fri, 27 Apr 2018 at 10:44 Corin Hoad wrote: > I seem to recall that there was a discussion on this and it was a lot >>> trickie