Re: [Numpy-discussion] Advice on masked array implementation

2007-02-26 Thread Pierre GM
On Monday 26 February 2007 14:51:42 Fred Clare wrote: > We would like some advice on how to proceed with implementing > masked array capabilities in a large package of climate-related > analysis functions. Sounds great ! I'm working on the same field basically, and I needed MaskedArrays to deal

[Numpy-discussion] Advice on masked array implementation

2007-02-26 Thread Fred Clare
We would like some advice on how to proceed with implementing masked array capabilities in a large package of climate-related analysis functions. We are in the initial stages of trying to duplicate functionality from an existing package written in a locally-developed scripting language. The exist