[Matrix-SIG] Unapplied patches

Paul F. Dubois dubois1@llnl.gov
Tue, 29 Dec 1998 15:49:58 -0800


I apologize, I missed it. I have the second message sitting in my NumPyToDo
folder but I didn't do it.

So, the patch isn't in release 8 either.

You can hope for release 9, but then again, the same idiot is in charge.

The first one I just plain lost. I don't even remember it.

-----Original Message-----
From: Charles G Waldman <cgw@pgt.com>
To: matrix-sig@python.org <matrix-sig@python.org>
Date: Tuesday, December 29, 1998 1:29 PM
Subject: [Matrix-SIG] Unapplied patches


>
>>>> from Numeric import *
>>>> a = array((0,1,2))
>>>> a**2
>Traceback (innermost last):
>  File "<stdin>", line 1, in ?
>OverflowError: math range error
>>>>
>
>This was discussed back in October - see:
>
>http://www.python.org/pipermail/matrix-sig/1998-October/002356.html
>
>and a patch was proposed.  However, the problem is still present in
>NumPy 1.7.  The Gnuplot.py demo fails due to this problem, since it
>does something like x=arange(10); y=x**2; plot(x,y)
>
>
>I also would like to call attention to the patch posted in
>
>http://www.python.org/pipermail/matrix-sig/1998-December/002504.html
>
>Perhaps it's just because of the busy holiday season, but I haven't
>heard back from anyone yet about this patch.  Will it be applied to
>the next NumPy release?
>
>
>_______________________________________________
>Matrix-SIG maillist  -  Matrix-SIG@python.org
>http://www.python.org/mailman/listinfo/matrix-sig
>
>