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
> matplotl
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
> mat
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