[Scipy-svn] r3356 - trunk

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Sep 22 22:24:00 EDT 2007


Author: jarrod.millman
Date: 2007-09-22 21:23:56 -0500 (Sat, 22 Sep 2007)
New Revision: 3356

Modified:
   trunk/TOCHANGE.txt
Log:
converting to reST markup


Modified: trunk/TOCHANGE.txt
===================================================================
--- trunk/TOCHANGE.txt	2007-09-23 02:16:58 UTC (rev 3355)
+++ trunk/TOCHANGE.txt	2007-09-23 02:23:56 UTC (rev 3356)
@@ -1,7 +1,27 @@
-Changes that should be made someday:
+=================================================
+Development Plans for SciPy 1.0
+=================================================
 
-* io rewritten to use internal writing capabilities of arrays
+See http://www.scipy.org/scipy/scipy/wiki/GetCode
+for updates of this document.
+
+.. Contents::
+
+General
+--------
+
 * distributions heavy use of extract and insert (could use fancy indexing?) -- but we should wait until we learn how slow fancy indexing is....)
 * Use of old Numeric C-API.  Using it means an extra C-level function call, but ...
 * Make use of type addition to extend certain ufuncs with cephes quad types
 * Use finfo(foo).bar instead of limits.foo_bar
+
+Handling Data IO
+----------------
+
+* io rewritten to use internal writing capabilities of arrays
+
+Image Processing
+----------------
+
+
+




More information about the Scipy-svn mailing list