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

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Dec 11 14:03:14 EST 2006


Author: mattknox_ca
Date: 2006-12-11 13:03:11 -0600 (Mon, 11 Dec 2006)
New Revision: 2395

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-11 19:00:02 UTC (rev 2394)
+++ trunk/Lib/sandbox/timeseries/doc/todo.txt	2006-12-11 19:03:11 UTC (rev 2395)
@@ -7,15 +7,6 @@
 	- make the various Date data types actual numpy data types instead of
 	  an ugly hack (this is probably beyond my ability)
 
-	- add month(), year(), day_of_week(), etc... functions that take a
-	  TimeSeries object with dtype as one of the Date types and returns
-	  a TimeSeries object of integer type with the relevant info.
-	  This would make it easy to do things like retrieving all the values
-	  that occur on a Friday for a particular series, for example.
-
-	  I could write a brute force method for this right now fairly easily,
-	  but it would be very slow.
-	  
 	- add support for a few more frequency conversions that are missing
 	  in the dateOf function in tsdate.py
 	  




More information about the Scipy-svn mailing list