[pypy-dev] datetime.date support in NumPyPy

Ronan Lamy ronan.lamy at gmail.com
Fri May 22 01:22:22 CEST 2015


Le 21/05/15 09:40, Antti Mäkinen a écrit :
> Is there any estimate on when NumPyPy will support datetime.date objects
> in arrays?

Well, the object dtype is already supported in the default branch, so 
you can put datetime.date objects in arrays. If you were thinking of the 
np.datetime64 and np.timedelta64 dtypes, they aren't supported yet, and 
we're not planning on adding them in the immediate future unless there's 
a compelling use case.



More information about the pypy-dev mailing list