[Numpy-discussion] Questions regarding migrating from Numeric to numpy

vinjvinj vinjvinj at gmail.com
Tue Mar 13 09:31:44 EDT 2007


I'm in the process of migrating from Numeric to numpy. In some of my
code I have the following:

a = zeros(num_elements, PyObject)
b = zeros(num_elements, PyObject)

a is an array of python string objects and b is an array holding
mx.DateTime objects. What do I have to do to migrate this over to
numpy?

PS: I tried to register with the scipy mailing list but got no email
confirmation. I tried with two different email addresses.

Thanks,

VJ




More information about the NumPy-Discussion mailing list