[Numpy-discussion] Cutting 1.0.2 release

Christopher Barker Chris.Barker at noaa.gov
Tue Jan 30 12:38:52 EST 2007


Gary Ruben wrote:
> One question, which may be an issue: Should ones, zeros and empty be 
> generating arrays of floats by default now?

 >>> import numpy as N

 >>> N.ones((3,)).dtype
dtype('float64')

 >>> N.zeros((3,)).dtype
dtype('float64')

 >>> N.__version__
'1.0.1'

-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

Chris.Barker at noaa.gov



More information about the NumPy-Discussion mailing list