[Numpy-discussion] request for new array method: arr.abs()

Christopher Barker Chris.Barker at noaa.gov
Mon Aug 28 19:11:46 EDT 2006


Travis Oliphant wrote:
> I think I prefer to just add the float, bool, object, unicode, str names 
> to the "non-imported" numpy
> name-space.

which mean you get it with:

import numpy as N
N.float

but not with

from numpy import *

?

If that's what you mean, then I'm all for it!

-Chris




-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the NumPy-Discussion mailing list