[pymvpa] v0.4.7 - matplotlib.numerix import

Thorsten Kranz thorstenkranz at googlemail.com
Wed Jul 13 14:24:49 UTC 2011


Hi,

I'm still using v0.4.7 and just updated my matplotlib to 1.1 - now
matplotlib.numerix is gone and thus mvpa.misc.plot.topo has a bug:

if externals.exists("pylab", raiseException=True):
    import pylab as P
    import matplotlib.numerix.ma as M

The numerix module was removed, and thus the import fails. Also
mvpa.suite cannot be imported anymore because of this error.

Is there a reason why you don't use

import numpy.ma as M

I don't see any reason now, as things have changed in the recent years
and numpy is the only valid choice for now.

Greetings,

Thorsten



More information about the Pkg-ExpPsy-PyMVPA mailing list