Re: [Numpy-discussion] datetime functionality: questions and requests

2009-09-25 Thread Charles R Harris
On Fri, Sep 25, 2009 at 1:06 AM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Hi there, Hi Travis, > >I have started looking at the new datetime code, with the idea that > we should soon fix (for real) a release date for numpy 1.4.0. I have a > few requests and questions: >- s

[Numpy-discussion] datetime functionality: questions and requests

2009-09-25 Thread David Cournapeau
Hi there, Hi Travis, I have started looking at the new datetime code, with the idea that we should soon fix (for real) a release date for numpy 1.4.0. I have a few requests and questions: - since npy_datetime is conditionally defined to be 64 bits, why not typedefing it to npy_int64 ?