Re: [Numpy-discussion] Movement of ma breaks matplotlib

2008-04-26 Thread Jarrod Millman
On Fri, Apr 25, 2008 at 10:19 PM, Anne Archibald
<[EMAIL PROTECTED]> wrote:
>  In the upcoming release of numpy. numpy.core.ma ceases to exist. One
>  must use numpy.ma (for the new interface) or numpy.oldnumeric.ma (for
>  the old interface). This has the unfortunate effect of breaking
>  matplotlib(which does "from numpy.core.ma import *") - I cannot even
>  "import pylab" with a stock matplotlib (0.90.1) and an SVN numpy. Is
>  this an intended effect?

You need matplotlib 0.91.2 or later.  0.91.2 was released in January:
http://matplotlib.sourceforge.net/whats_new.html

Thanks,

-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Movement of ma breaks matplotlib

2008-04-25 Thread Charles R Harris
On Fri, Apr 25, 2008 at 11:19 PM, Anne Archibald <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> In the upcoming release of numpy. numpy.core.ma ceases to exist. One
> must use numpy.ma (for the new interface) or numpy.oldnumeric.ma (for
> the old interface). This has the unfortunate effect of breaking
> matplotlib(which does "from numpy.core.ma import *") - I cannot even
> "import pylab" with a stock matplotlib (0.90.1) and an SVN numpy. Is
> this an intended effect?


IIRC, there was something about this on the MPL mailing list. I think you
need to go to a later version, or something like that.

Chuck
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Movement of ma breaks matplotlib

2008-04-25 Thread Anne Archibald
Hi,

In the upcoming release of numpy. numpy.core.ma ceases to exist. One
must use numpy.ma (for the new interface) or numpy.oldnumeric.ma (for
the old interface). This has the unfortunate effect of breaking
matplotlib(which does "from numpy.core.ma import *") - I cannot even
"import pylab" with a stock matplotlib (0.90.1) and an SVN numpy. Is
this an intended effect?

Anne
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion