[pymvpa] numerix deprecation warning

brice rebsamen brice.rebsamen at gmail.com
Wed Apr 27 07:06:56 UTC 2011


This has been around for a long time. nothing bad though...



/usr/lib/pymodules/python2.6/matplotlib/numerix/__init__.py:18:
DeprecationWarning:
**********************************************************
matplotlib.numerix and all its subpackages are deprecated.
They will be removed soon.  Please use numpy instead.
**********************************************************

  warnings.warn(msg, DeprecationWarning)


It occurs when importing mvpa.suite
in mvpa.misc.plot.topo.py:

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




Regards
Brice



More information about the Pkg-ExpPsy-PyMVPA mailing list