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

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Feb 28 16:04:33 EST 2007


Author: mattknox_ca
Date: 2007-02-28 15:04:30 -0600 (Wed, 28 Feb 2007)
New Revision: 2780

Modified:
   trunk/Lib/sandbox/timeseries/readme.txt
Log:
updated to reflect current state of things

Modified: trunk/Lib/sandbox/timeseries/readme.txt
===================================================================
--- trunk/Lib/sandbox/timeseries/readme.txt	2007-02-28 20:24:21 UTC (rev 2779)
+++ trunk/Lib/sandbox/timeseries/readme.txt	2007-02-28 21:04:30 UTC (rev 2780)
@@ -1,22 +1,12 @@
 Requirements and warnings:
 
-1. version 2.0.x of the mx DateTime module MUST be installed. Only "tested" with 2.0.3. The cseries
-   code requires access to a couple of the header files included with this module when compiling
-2. Only tested with numpy 1.0.1
-3. Only tested with Python 2.4.x
-4. Only tested on Windows and x86_64 Platform
-5. Requires maskedarray from the sandbox (not the standard masked array module with numpy)
+1. Only tested with numpy 1.0.1
+2. Only tested with Python 2.4.x
+3. Only tested on Windows and x86_64 Platform
+4. Requires maskedarray from the sandbox (not the standard masked array module with numpy)
    
 
 Instructions:
 
-1. read through the included example.py script in the examples subfolder. This illustrates
-   the basic functionality of the module. I recommend placing print statements after each
-   variable assignment, one at a time, to see the result of each item in the examples.
-   
-   Documentation is very limited, so the examples really are the best starting point.
-   
-2. Before you get too crazy and start modifying the examples and writing your own scripts,
-   please read todo.txt in the doc subdirectory for an outline of limitations in the current
-   module.
-   
+1. Check out the wiki. That is the main source of documentation for now.
+   http://www.scipy.org/TimeSeriesPackage




More information about the Scipy-svn mailing list