On Fri, Aug 28, 2009 at 12:47 PM, Travis Oliphant<oliph...@enthought.com> wrote:
>
> Hello folks,
> In keeping with the complaint that the pace of NumPy development is too fast, I've finished the merge of the datetime branch to the core.  The trunk builds and all the (previous) tests pass for me.
> There are several tasks remaining to be done (the current status is
> definitely still alpha):
> * write many unit tests for the desired behavior  (especially for the many
> different kinds of dates supported)
> * finish coercion between datetimes and timedeltas with different
> frequencies
> * improve the ufuncs that support datetime and timedelta so that they look
> at the frequency information.

I haven't been following development on datetime. Can you use
__array_prepare__ and __array_wrap__ to do this? __array_prepare__ was
committed to the trunk during the scipy sprints.

Darren
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to