[Scipy-svn] r2429 - trunk/Lib/sandbox/timeseries/doc

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Dec 15 16:32:24 EST 2006


Author: mattknox_ca
Date: 2006-12-15 15:32:21 -0600 (Fri, 15 Dec 2006)
New Revision: 2429

Modified:
   trunk/Lib/sandbox/timeseries/doc/todo.txt
Log:


Modified: trunk/Lib/sandbox/timeseries/doc/todo.txt
===================================================================
--- trunk/Lib/sandbox/timeseries/doc/todo.txt	2006-12-15 21:30:04 UTC (rev 2428)
+++ trunk/Lib/sandbox/timeseries/doc/todo.txt	2006-12-15 21:32:21 UTC (rev 2429)
@@ -20,10 +20,6 @@
 	  
 	  This should also be an attribute of each TimeSeries object that would
 	  provide the default behaviour if the basis option was not specified.
-	  
-	- add an "ignore" option to the convert method to specify whether to
-	  ignore masked values in the calculation or not (current behaviour is
-	  to ignore masked values).
 
 	- support for wider variety of standard numpy/ma functions
 
@@ -40,15 +36,7 @@
 	  whole periods of the higher frequency. For example, if converting weekly to
 	  monthly, some weeks overlap more than one month.
 
-	- Perhaps change frequency conversion code to simply group data in the C code,
-	  (eg. if going from daily to monthly, create a 2 dimensional array
-	  where each column represents one month's worth of data), and then
-	  perform mathematical operation on the python side (eg. sum/average/etc
-	  the columns to reduce back to a 1-d array). This would not work well
-	  for the scenario described in the previous bullet, but would work nicely
-	  for a lot of scenarios.
 
-
 Wishlist:
 
 	- currently, the code relies on the mx.DateTime module (both the python,




More information about the Scipy-svn mailing list