On Thu, Jan 22, 2015 at 2:51 PM, Charles R Harris
<charlesr.har...@gmail.com> wrote:
> Hi All,
>
> I'm playing with the idea of building a simplified datetime class on top of
> the current numpy implementation. I believe Pandas does something like this,
> and blaze will (does?) have a simplified version. The reason for the new
> class would be to have an easier, and hopefully more portable, API that can
> be implemented in Python, and maybe pushed down into C when things settle.

When you say "datetime class" what do you mean? A dtype? An ndarray
subclass? A python class representing a scalar datetime that you can
put in an object array? ...?

-n

-- 
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to