Re: [Numpy-discussion] last call for numpy 1.8.2 bugfixes

2014-08-04 Thread Julian Taylor
On 05.08.2014 00:27, Matthew Brett wrote: > On Mon, Aug 4, 2014 at 3:25 PM, Nathaniel Smith wrote: >> On Mon, Aug 4, 2014 at 11:12 PM, Julian Taylor >> wrote: >>> On 05.08.2014 00:09, Matthew Brett wrote: Hi, On Mon, Aug 4, 2014 at 3:05 PM, Julian Taylor wrote: > hi,

Re: [Numpy-discussion] last call for numpy 1.8.2 bugfixes

2014-08-04 Thread Matthew Brett
On Mon, Aug 4, 2014 at 3:25 PM, Nathaniel Smith wrote: > On Mon, Aug 4, 2014 at 11:12 PM, Julian Taylor > wrote: >> On 05.08.2014 00:09, Matthew Brett wrote: >>> Hi, >>> >>> On Mon, Aug 4, 2014 at 3:05 PM, Julian Taylor >>> wrote: hi, as numpy 1.9 is going to be a relative hard upgrade

Re: [Numpy-discussion] last call for numpy 1.8.2 bugfixes

2014-08-04 Thread Nathaniel Smith
On Mon, Aug 4, 2014 at 11:12 PM, Julian Taylor wrote: > On 05.08.2014 00:09, Matthew Brett wrote: >> Hi, >> >> On Mon, Aug 4, 2014 at 3:05 PM, Julian Taylor >> wrote: >>> hi, >>> as numpy 1.9 is going to be a relative hard upgrade as indexing changes >>> expose a couple bugs in third party packag

Re: [Numpy-discussion] last call for numpy 1.8.2 bugfixes

2014-08-04 Thread Julian Taylor
On 05.08.2014 00:09, Matthew Brett wrote: > Hi, > > On Mon, Aug 4, 2014 at 3:05 PM, Julian Taylor > wrote: >> hi, >> as numpy 1.9 is going to be a relative hard upgrade as indexing changes >> expose a couple bugs in third party packages and the large amount of >> small little incompatibilities I

Re: [Numpy-discussion] last call for numpy 1.8.2 bugfixes

2014-08-04 Thread Matthew Brett
Hi, On Mon, Aug 4, 2014 at 3:05 PM, Julian Taylor wrote: > hi, > as numpy 1.9 is going to be a relative hard upgrade as indexing changes > expose a couple bugs in third party packages and the large amount of > small little incompatibilities I will create a numpy 1.8.2 release > tomorrow with a co

[Numpy-discussion] last call for numpy 1.8.2 bugfixes

2014-08-04 Thread Julian Taylor
hi, as numpy 1.9 is going to be a relative hard upgrade as indexing changes expose a couple bugs in third party packages and the large amount of small little incompatibilities I will create a numpy 1.8.2 release tomorrow with a couple of important or hard to work around bugfixes. The most importan

[Numpy-discussion] Requesting Code Review of weighted covariance ENH

2014-08-04 Thread tpoole
Hi everyone, I've added the ability to handle weighted data in a covariance calculation, in a similar manner to that already implemented for the calculation of a weighted average. https://github.com/tpoole/numpy/compare/weighted_cov Could an experienced someone please look over my changes before