Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-06 Thread Sebastian Berg
On So, 2014-07-06 at 12:07 -0600, Charles R Harris wrote: > > > > On Sun, Jul 6, 2014 at 11:54 AM, Benjamin Root > wrote: > I see that a solution has already been found and merged. Are > there any remaining issues for matplotlib to resolve? > > > > >

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-06 Thread Charles R Harris
On Sun, Jul 6, 2014 at 11:54 AM, Benjamin Root wrote: > I see that a solution has already been found and merged. Are there any > remaining issues for matplotlib to resolve? > > You might take a look at the fixes in the matplotlib PR. They struck me as a bit hasty rather than fixes for the underly

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-06 Thread Benjamin Root
I see that a solution has already been found and merged. Are there any remaining issues for matplotlib to resolve? On Sun, Jul 6, 2014 at 2:30 AM, Sebastian Berg wrote: > On Sa, 2014-07-05 at 22:13 -0400, Benjamin Root wrote: > > Drats... I actually know those two topics... and I might have fre

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-05 Thread Sebastian Berg
On Sa, 2014-07-05 at 22:13 -0400, Benjamin Root wrote: > Drats... I actually know those two topics... and I might have free > time tomorrow afternoon at SciPy. Maybe I could take a peek at it? > Maybe if you have time. It is just the attempt_1d_fallback function in the pull request https://github

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-05 Thread Benjamin Root
Drats... I actually know those two topics... and I might have free time tomorrow afternoon at SciPy. Maybe I could take a peek at it? Ben On Sat, Jul 5, 2014 at 11:24 AM, Sebastian Berg wrote: > On Sa, 2014-07-05 at 00:41 +0100, Nathaniel Smith wrote: > > On 5 Jul 2014 00:07, "Charles R Harris

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-05 Thread Sebastian Berg
On Sa, 2014-07-05 at 00:41 +0100, Nathaniel Smith wrote: > On 5 Jul 2014 00:07, "Charles R Harris" > > That is a massive pile of affected projects :-(. > > My worry is that if all these projects we know about are broken, then > how many other codebases that we aren't testing are also broken? >

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-05 Thread Ralf Gommers
On Sat, Jul 5, 2014 at 1:41 AM, Nathaniel Smith wrote: > On 5 Jul 2014 00:07, "Charles R Harris" wrote: > > I've filed issues with all the affected projects. Here is the current > status. > > > > matplotlib -- Reported, being fixed, should be in 1.4 in a few days. > > skimage -- Reported. > > sc

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Charles R Harris
On Fri, Jul 4, 2014 at 5:07 PM, Charles R Harris wrote: > > > > On Fri, Jul 4, 2014 at 3:33 PM, Nathaniel Smith wrote: > >> On Fri, Jul 4, 2014 at 10:31 PM, Charles R Harris >> wrote: >> > >> > On Fri, Jul 4, 2014 at 3:15 PM, Nathaniel Smith wrote: >> >> >> >> On Fri, Jul 4, 2014 at 9:48 PM, C

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Jeff Reback
pandas 0.14.1 scheduled for end of next week (was waiting to see schedule for numpy 1.9) but works either way > On Jul 4, 2014, at 7:41 PM, Nathaniel Smith wrote: > > On 5 Jul 2014 00:07, "Charles R Harris" wrote: > > > > > > > > > > On Fri, Jul 4, 2014 at 3:33 PM, Nathaniel Smith wrote: > >>

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Nathaniel Smith
On 5 Jul 2014 00:07, "Charles R Harris" wrote: > > > > > On Fri, Jul 4, 2014 at 3:33 PM, Nathaniel Smith wrote: >> >> On Fri, Jul 4, 2014 at 10:31 PM, Charles R Harris >> wrote: >> > >> > On Fri, Jul 4, 2014 at 3:15 PM, Nathaniel Smith wrote: >> >> >> >> On Fri, Jul 4, 2014 at 9:48 PM, Charles

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Jeff Reback
ok from pandas we test with numpy master on Travis (which does pick up things!) thanks > On Jul 4, 2014, at 7:07 PM, Charles R Harris > wrote: > > > > >> On Fri, Jul 4, 2014 at 3:33 PM, Nathaniel Smith wrote: >> On Fri, Jul 4, 2014 at 10:31 PM, Charles R Harris >> wrote: >> > >> > On Fri,

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Charles R Harris
On Fri, Jul 4, 2014 at 3:33 PM, Nathaniel Smith wrote: > On Fri, Jul 4, 2014 at 10:31 PM, Charles R Harris > wrote: > > > > On Fri, Jul 4, 2014 at 3:15 PM, Nathaniel Smith wrote: > >> > >> On Fri, Jul 4, 2014 at 9:48 PM, Charles R Harris > >> wrote: > >> > > >> > On Fri, Jul 4, 2014 at 2:41 PM

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Nathaniel Smith
On Fri, Jul 4, 2014 at 10:31 PM, Charles R Harris wrote: > > On Fri, Jul 4, 2014 at 3:15 PM, Nathaniel Smith wrote: >> >> On Fri, Jul 4, 2014 at 9:48 PM, Charles R Harris >> wrote: >> > >> > On Fri, Jul 4, 2014 at 2:41 PM, Nathaniel Smith wrote: >> >> >> >> On Fri, Jul 4, 2014 at 9:33 PM, Charl

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Charles R Harris
On Fri, Jul 4, 2014 at 3:15 PM, Nathaniel Smith wrote: > On Fri, Jul 4, 2014 at 9:48 PM, Charles R Harris > wrote: > > > > On Fri, Jul 4, 2014 at 2:41 PM, Nathaniel Smith wrote: > >> > >> On Fri, Jul 4, 2014 at 9:33 PM, Charles R Harris > >> wrote: > >> > > >> > On Fri, Jul 4, 2014 at 2:09 PM,

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Nathaniel Smith
On Fri, Jul 4, 2014 at 9:48 PM, Charles R Harris wrote: > > On Fri, Jul 4, 2014 at 2:41 PM, Nathaniel Smith wrote: >> >> On Fri, Jul 4, 2014 at 9:33 PM, Charles R Harris >> wrote: >> > >> > On Fri, Jul 4, 2014 at 2:09 PM, Nathaniel Smith wrote: >> >> >> >> On Fri, Jul 4, 2014 at 9:02 PM, Ralf G

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Charles R Harris
On Fri, Jul 4, 2014 at 2:41 PM, Nathaniel Smith wrote: > On Fri, Jul 4, 2014 at 9:33 PM, Charles R Harris > wrote: > > > > On Fri, Jul 4, 2014 at 2:09 PM, Nathaniel Smith wrote: > >> > >> On Fri, Jul 4, 2014 at 9:02 PM, Ralf Gommers > >> wrote: > >> > > >> > On Fri, Jul 4, 2014 at 10:00 PM, Ch

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Nathaniel Smith
On Fri, Jul 4, 2014 at 9:33 PM, Charles R Harris wrote: > > On Fri, Jul 4, 2014 at 2:09 PM, Nathaniel Smith wrote: >> >> On Fri, Jul 4, 2014 at 9:02 PM, Ralf Gommers >> wrote: >> > >> > On Fri, Jul 4, 2014 at 10:00 PM, Charles R Harris >> > wrote: >> >> >> >> On Fri, Jul 4, 2014 at 1:42 PM, Cha

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Charles R Harris
On Fri, Jul 4, 2014 at 2:09 PM, Nathaniel Smith wrote: > On Fri, Jul 4, 2014 at 9:02 PM, Ralf Gommers > wrote: > > > > On Fri, Jul 4, 2014 at 10:00 PM, Charles R Harris > > wrote: > >> > >> On Fri, Jul 4, 2014 at 1:42 PM, Charles R Harris > >> wrote: > >>> > >>> Sebastian Seberg has fixed one

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Nathaniel Smith
On Fri, Jul 4, 2014 at 9:02 PM, Ralf Gommers wrote: > > On Fri, Jul 4, 2014 at 10:00 PM, Charles R Harris > wrote: >> >> On Fri, Jul 4, 2014 at 1:42 PM, Charles R Harris >> wrote: >>> >>> Sebastian Seberg has fixed one class of test failures due to the indexing >>> changes in numpy 1.9.0b1. The

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Ralf Gommers
On Fri, Jul 4, 2014 at 10:00 PM, Charles R Harris wrote: > > > > On Fri, Jul 4, 2014 at 1:42 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> Sebastian Seberg has fixed one class of test failures due to the indexing >> changes in numpy 1.9.0b1. There are some remaining errors, and

Re: [Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Charles R Harris
On Fri, Jul 4, 2014 at 1:42 PM, Charles R Harris wrote: > Sebastian Seberg has fixed one class of test failures due to the indexing > changes in numpy 1.9.0b1. There are some remaining errors, and in the case > of the Matplotlib failures, they look to me to be Matplotlib bugs. The 2-d > arrays t

[Numpy-discussion] Questions about fixes for 1.9.0rc2

2014-07-04 Thread Charles R Harris
Sebastian Seberg has fixed one class of test failures due to the indexing changes in numpy 1.9.0b1. There are some remaining errors, and in the case of the Matplotlib failures, they look to me to be Matplotlib bugs. The 2-d arrays that cause the error are returned by the overloaded _interpolate_si