[Matrix-SIG] Next NumPy release...

Paul F. Dubois Paul F. Dubois" <dubois1@llnl.gov
Wed, 7 Oct 1998 15:05:51 -0700


On September 22 I believed that with one free day I could get the next NumPy
release out.

I still believe that. I'm sorry for those of you who have encountered bugs
we have already fixed. I've asked David Ascher to do it if he gets time,
thus doubling the infintesimal probability of success. Your patience will be
appreciated.

Paul Dubois


-----Original Message-----
From: Zane C. Motteler <zcm@home.com>
To: Gey-Hong Gweon <gweon@umich.edu>
Cc: matrix-sig@python.org <matrix-sig@python.org>
Date: Wednesday, October 07, 1998 1:38 PM
Subject: Re: [Matrix-SIG] Problem with integer arrays?


>>dlr@postbox.ius.cs.cmu.edu wrote:
>>
>>> >>> import Numeric
>>> >>> Numeric.__version__
>>> '1.4'
>>> >>> a = Numeric.ones(5)
>>> >>> a
>>> array([1, 1, 1, 1, 1])
>>> >>> (-1) * a
>>> array([-1, 1, -1, 1, -1])
>>
>>I am glad that you point this out! I had the same experience with LLNL
>>python package version 5. Then I found out that version 4 didn't have
>>this bug, so I am using this old version right now :( ... If I decide to
>>go back to version 5 (what are the benefits, I wonder ... pardon me, I
>>joined this discussion group only yesterday), I will try your fix.
>
>I discovered and fixed this problem some weeks ago and it should be
>in our latest or next (?) distribution. Sorry, I've been out of contact
>for a couple of weeks, as I'm recovering from intestinal surgery. I
>still read my email, but won't be back to work until next week. It
>seems as if two weeks ago we were getting ready to release our latest
>distribution, but I don't know how far that has got.
>
>Zane
>----------
>Zane C. Motteler
>Computer Scientist
>Lawrence Livermore National Laboratory
>writing from  home
>
>_______________________________________________
>Matrix-SIG maillist  -  Matrix-SIG@python.org
>http://www.python.org/mailman/listinfo/matrix-sig
>
>