Re: [Numpy-discussion] Timeseries scikit - dates prior to 1900

2008-10-22 Thread Pierre GM
Bevan, After digging a bit, I don't think it's gonna be possible any time soon to print a date w/ a year prior 1900. The reason is that we use the datetime.strftime under the hood, and this method is intrinsicly limited to years after 1900. Note that this limitation affects only printing and dat

Re: [Numpy-discussion] Timeseries scikit - dates prior to 1900

2008-10-22 Thread Pierre GM
bevan, Thanks for reporting. I'll try to find to correct that and will keep you posted. Cheers P. ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] Timeseries scikit - dates prior to 1900

2008-10-21 Thread Bevan Jenkins
Hello, I have just stumbled into a slight issue with scikits.timeseries and dates prior to 1900. Timeseries requires dates to be >= 1900. It took me a little while to discover this because I was trying to create dates at a frequency greater than daily (e.g. hourly) which leads to python crash