[Scipy-svn] r2672 - trunk/Lib/sandbox/timeseries

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Feb 2 09:14:55 EST 2007


Author: mattknox_ca
Date: 2007-02-02 08:14:52 -0600 (Fri, 02 Feb 2007)
New Revision: 2672

Modified:
   trunk/Lib/sandbox/timeseries/tseries.py
Log:
added tsmasked to __all__ list

Modified: trunk/Lib/sandbox/timeseries/tseries.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tseries.py	2007-02-01 21:41:54 UTC (rev 2671)
+++ trunk/Lib/sandbox/timeseries/tseries.py	2007-02-02 14:14:52 UTC (rev 2672)
@@ -64,7 +64,7 @@
 'day_of_week','day_of_year','day','month','quarter','year','hour','minute','second',  
 'tofile','asrecords','flatten','adjust_endpoints','align_series','aligned',
 'mask_period','mask_inside_period','mask_outside_period',
-'convert','fill_missing_dates', 'stack'
+'convert','fill_missing_dates', 'stack', 'tsmasked'
            ]
 
 #...............................................................................




More information about the Scipy-svn mailing list