Hi All,
Originally, ones and zeros defaulted to integer, later the default changed
to float, now it looks like it is integer again.
In [80]: ones(2).dtype
Out[80]: dtype('int32')
In [81]: zeros(2).dtype
Out[81]: dtype('int32')
In [82]: __version__
Out[82]: '1.0.4.dev3880'
This could break some code. Did I miss a decision somewhere along the line?
Chuck
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion