numpy-1.0b-compatible release?

Hi all,

I'm using recently changed numpy features, so I have not been able to
use matplotlib in a while, hoping for a release compatible with numpy
1.0beta.

I guess I could also install Numeric and use that for matplotlib in the
meantime, as a workaround. But from posts on the devel list it seems
that a new release is imminent?

It's just that I need to get something done in matplotlib until
tomorrow, so it would be great if somebody could tell me if I should
workaround or just wait.

Btw, I tried the egg that was mentioned in a post, but it didn't work
for me (something about "matrix not defined" or similar).

Thanks for your help,
Sven

array.tolist() can be used as a temporary workaround.
i.e. tack .tolist() onto the end of any numpy.array arguments to matplotlib functions.

–bb

···

On 8/22/06, Sven Schreiber <svetosch@…361…> wrote:

Hi all,

I’m using recently changed numpy features, so I have not been able to
use matplotlib in a while, hoping for a release compatible with numpy
1.0beta.

I guess I could also install Numeric and use that for matplotlib in the

meantime, as a workaround. But from posts on the devel list it seems
that a new release is imminent?

It’s just that I need to get something done in matplotlib until
tomorrow, so it would be great if somebody could tell me if I should

workaround or just wait.

Btw, I tried the egg that was mentioned in a post, but it didn’t work
for me (something about “matrix not defined” or similar).

Thanks for your help,
Sven