Matt Knox wrote: > - put it in numpy as a separate module from numpy.ma initially? > (eg. "numpy.ma_new" ?)
This is the best bet, or we could call the new one ma, and the old one ma_old. In any case, the old one needs to stick around until the new one has been fully tested for compatibility (and otherwise). -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
