Hey,
On 8/15/07, Jarrod Millman <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am hoping to release NumPy 1.0.3.1 and SciPy 0.5.2.1 this weekend.
> These releases will work with each other and get rid of the annoying
> deprecation warning about SciPyTest.
I just wanted to give you a public, huge thank
Hi again,
> I noticed that allclose does not always behave correctly for arrays with infs.
Sorry, perhaps I should have been more specific; this is the behavior
of allclose that I was referring to (documented in the tests I
attached):
In [6]:N.allclose([N.inf, 1, 2], [10, 10, N.inf])
Out[6]:arra