Re: [Numpy-discussion] automatically avoiding temporary arrays

2017-02-27 Thread Matthew Brett
Hi, On Mon, Feb 27, 2017 at 11:46 AM, Benjamin Root wrote: > Ah, that wheel would be a huge help. Most of the packages I have as > dependencies for this project were compiled against v1.10, so I am hoping > that there won't be too big of a problem. I don't think so - the problems generally arise

Re: [Numpy-discussion] automatically avoiding temporary arrays

2017-02-27 Thread Benjamin Root
Ah, that wheel would be a huge help. Most of the packages I have as dependencies for this project were compiled against v1.10, so I am hoping that there won't be too big of a problem. Are the mostlinux wheels still compatible with CentOS5, or has the base image been bumped to CentOS6? Cheers! Ben

Re: [Numpy-discussion] automatically avoiding temporary arrays

2017-02-27 Thread Matthew Brett
Hi, On Mon, Feb 27, 2017 at 11:27 AM, Charles R Harris wrote: > > > On Mon, Feb 27, 2017 at 11:43 AM, Benjamin Root > wrote: >> >> What's the timeline for the next release? I have the perfect usecase for >> this (Haversine calculation on large arrays that takes up ~33% of one of my >> processing

Re: [Numpy-discussion] automatically avoiding temporary arrays

2017-02-27 Thread Charles R Harris
On Mon, Feb 27, 2017 at 11:43 AM, Benjamin Root wrote: > What's the timeline for the next release? I have the perfect usecase for > this (Haversine calculation on large arrays that takes up ~33% of one of my > processing scripts). However, to test it out, I have a huge dependency mess > to wade t