problem with latest numpy

hi

which is the latest version of numpy supported by matplotlib?

I recently updated to numpy 1.0b2 and I cant import pylab anymore.

part of the problem is this code of numerix.init.py:

elif which[0] == “numpy”:
try:
import numpy.oldnumeric as numpy
from numpy.oldnumeric import *
except ImportError:
import numpy
from numpy import *
from _sp_imports import nx, infinity

from _sp_imports import UInt8, UInt16, UInt32
Matrix = matrix

matrix is no longer present on numpy.oldnumeric, so… it breaks…

any hints?

···


Flávio Codeço Coelho

registered Linux user # 386432

“Laws are like sausages. It’s better not to see them being made.”
Otto von Bismark

Hola,
Use the SVN version, it works pretty OK with 1.0b2