From: Matt K. <mat...@ho...> - 2006-11-16 18:37:41
|
> On Thursday 16 November 2006 11:44, David Douard wrote:> > Hi, just to as= k you: how is the work going on encapsulatinsg mx.DateTime> > as a native n= umpy type?> > And most important: is the code available somewhere? I am als= o> > interested in using DateTime objects in numpy arrays. For now, I've> >= always used arrays of floats (using gmticks values of dates).> And I, as a= rrays of objects (well, I wrote a subclass to deal with dates, > where each= element is a datetime object, with methods to translate to floats > or str= ings , but it's far from optimal...). I'd also be quite interested in > che= cking what has been done. =20 I'm also very interested in the results of this. I need to do something ver= y similar and am currently relying on an ugly hack to achieve the desired r= esult. =20 - Matt Knox= |