Re: [Numpy-discussion] Summer of Code: Proposal for Implementing date/time types in NumPy

2009-03-25 Thread Francesc Alted
Hello Marty, A Tuesday 24 March 2009, Marty Fuhry escrigué: Hello, Sorry for any overlap, as I've been referred here from the scipi-dev mailing list. I was reading through the Summer of Code ideas and I'm terribly interested in date/time proposal

Re: [Numpy-discussion] Summer of Code: Proposal for Implementing date/time types in NumPy

2009-03-25 Thread Pierre GM
Ciao Marty, Great idea indeed ! However, I'd really like to have an easy way to plug the suggested dtype w/ the existing Date class from the scikits.timeseries package (Date is implemented in C, you can find the sources through the link on http://pytseries.sourceforge.net). I agree that

Re: [Numpy-discussion] Summer of Code: Proposal for Implementing date/time types in NumPy

2009-03-25 Thread Charles R Harris
On Wed, Mar 25, 2009 at 10:33 AM, Pierre GM pgmdevl...@gmail.com wrote: Ciao Marty, Great idea indeed ! However, I'd really like to have an easy way to plug the suggested dtype w/ the existing Date class from the scikits.timeseries package (Date is implemented in C, you can find the sources

Re: [Numpy-discussion] Summer of Code: Proposal for Implementing date/time types in NumPy

2009-03-25 Thread Marty Fuhry
Thanks for the input, guys. I'll be looking into the scikits.timeseries package before submitting an application. was it the intent that these new data types should be implemented at the C/cython level? That's fine with me. I've got plenty of experience in C++, and I've delved into my fair share

[Numpy-discussion] Summer of Code: Proposal for Implementing date/time types in NumPy

2009-03-24 Thread Marty Fuhry
Hello, Sorry for any overlap, as I've been referred here from the scipi-dev mailing list. I was reading through the Summer of Code ideas and I'm terribly interested in date/time proposal (http://projects.scipy.org/numpy/browser/trunk/doc/neps/datetime-proposal3.rst). I would love to work on this