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

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Mar 1 14:04:04 EST 2007


Author: mattknox_ca
Date: 2007-03-01 13:04:00 -0600 (Thu, 01 Mar 2007)
New Revision: 2801

Modified:
   trunk/Lib/sandbox/timeseries/tseries.py
Log:
removed out of date comment at top of tseries.py

Modified: trunk/Lib/sandbox/timeseries/tseries.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tseries.py	2007-03-01 17:51:29 UTC (rev 2800)
+++ trunk/Lib/sandbox/timeseries/tseries.py	2007-03-01 19:04:00 UTC (rev 2801)
@@ -1,22 +1,12 @@
-# pylint: disable-msg=W0201, W0212
 """
-Core classes for time/date related arrays.
-
-The `DateArray` class provides a base for the creation of date-based objects,
-using days as the base units. This class could be adapted easily to objects
-with a smaller temporal resolution (for example, using one hour, one second as the
-base unit).
-
 The `TimeSeries` class provides  a base for the definition of time series.
 A time series is defined here as the combination of two arrays:
     
     - an array storing the time information (as a `DateArray` instance);
-    - an array storing the data (as a `MaskedArray` instance.
+    - an array storing the data (as a `MaskedArray` instance.)
 
 These two classes were liberally adapted from `MaskedArray` class.
 
-
-
 :author: Pierre GF Gerard-Marchant & Matt Knox
 :contact: pierregm_at_uga_dot_edu - mattknox_ca_at_hotmail_dot_com
 :version: $Id$




More information about the Scipy-svn mailing list