[Scipy-svn] r2857 - trunk/Lib/sandbox/timeseries
scipy-svn@scip...
scipy-svn@scip...
Tue Mar 20 12:47:44 CDT 2007
Author: mattknox_ca
Date: 2007-03-20 12:47:42 -0500 (Tue, 20 Mar 2007)
New Revision: 2857
Modified:
trunk/Lib/sandbox/timeseries/tdates.py
Log:
added get_freq_group function
Modified: trunk/Lib/sandbox/timeseries/tdates.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tdates.py 2007-03-20 17:47:20 UTC (rev 2856)
+++ trunk/Lib/sandbox/timeseries/tdates.py 2007-03-20 17:47:42 UTC (rev 2857)
@@ -33,7 +33,7 @@
import const as _c
import cseries
-from cseries import Date, thisday, check_freq, check_freq_str
+from cseries import Date, thisday, check_freq, check_freq_str, get_freq_group
today = thisday
__all__ = [
@@ -42,7 +42,7 @@
'datearray','date_array', 'date_array_fromlist', 'date_array_fromrange',
'day_of_week','day_of_year','day','month','quarter','year','hour','minute',
'second','thisday','today','prevbusday','period_break', 'check_freq',
-'check_freq_str'
+'check_freq_str','get_freq_group'
]
More information about the Scipy-svn
mailing list