Re: [Numpy-discussion] ABI changes complete in trunk

2010-02-20 Thread Travis Oliphant
On Feb 18, 2010, at 7:53 PM, David Cournapeau wrote: > Hi Travis, > > On Wed, Feb 17, 2010 at 4:13 AM, Travis Oliphant > wrote: >> >> I've made the ABI changes I think are needed in the SVN trunk. >> Please >> feel free to speak up if you have concerns or problems (and if you >> want to

Re: [Numpy-discussion] Somewhat goofy warning in 'isfinite'?

2010-02-20 Thread David Warde-Farley
On 20-Feb-10, at 2:48 PM, Matthew Brett wrote: > Hi, > > I just noticed this: > > In [2]: np.isfinite(np.inf) > Warning: invalid value encountered in isfinite > Out[2]: False > > Maybe it would be worth not raising the warning, in the interests of > tidiness? I think these warnings somehow got

[Numpy-discussion] Somewhat goofy warning in 'isfinite'?

2010-02-20 Thread Matthew Brett
Hi, I just noticed this: In [2]: np.isfinite(np.inf) Warning: invalid value encountered in isfinite Out[2]: False Maybe it would be worth not raising the warning, in the interests of tidiness? Matthew ___ NumPy-Discussion mailing list NumPy-Discussion