[Numpy-discussion] what happened to numarray type names ? (original) (raw)

Erin Sheldon erin.sheldon at gmail.com
Tue Jun 20 22:30:26 EDT 2006


OK, I have changed all the examples that used dtype=Float or dtype=Int to float and int. Erin

On 6/20/06, David M. Cooke <cookedm at physics.mcmaster.ca> wrote:

On Tue, Jun 20, 2006 at 09:00:52PM -0400, Erin Sheldon wrote: > The numpy example page still has dtype=Float and dtype=Int > all over it. Is there a generic replacement for Float, Int or should > these be changed to something more specific such as int32? > Erin

float and int (the Python types) are the generic 'float' and 'int' types. -- |>|/|< _/--------------------------------------------------------------------------_ |David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |cookedm at physics.mcmaster.ca



More information about the NumPy-Discussion mailing list