[SciPy-dev] Re: [Numpy-discussion] Release of SciPy Core 0.4 (Beta)

Travis Oliphant oliphant at ee.byu.edu
Mon Oct 3 17:02:12 EDT 2005


Stephen Walton wrote:

> Tim Churches wrote:
>
>> However, can I ask if there are plans to add Masked Arrays to SciPy
>> Core?
>>
> Eric Firing pointed out on the matplotlib mailing list that they're 
> already there:
>
> import scipy.base.ma as ma


from scipy import ma  

also works

(everything under scipy.base is also under scipy alone).

-Travis




More information about the SciPy-Dev mailing list