[Scipy-svn] r3360 - trunk

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Sep 22 23:44:35 EDT 2007


Author: jarrod.millman
Date: 2007-09-22 22:44:32 -0500 (Sat, 22 Sep 2007)
New Revision: 3360

Modified:
   trunk/TOCHANGE.txt
Log:
more documentation


Modified: trunk/TOCHANGE.txt
===================================================================
--- trunk/TOCHANGE.txt	2007-09-23 03:12:52 UTC (rev 3359)
+++ trunk/TOCHANGE.txt	2007-09-23 03:44:32 UTC (rev 3360)
@@ -7,6 +7,7 @@
 
 .. Contents::
 
+
 General
 --------
 
@@ -14,14 +15,35 @@
 * 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
+* Get rid of sandbox
+ * move packages to
+  * scipy
+  * scikits
+  * or a branch
 
-Handling Data IO
-----------------
 
+Documentation
+-------------
+
+* use new docstring format
+
+
+Packages
+--------
+
+* consider reorganizing the namespace
+ * scipy.tests, scipy.misc, scipy.stsci
+
+IO (scipy.io)
++++++++++++++
+
 * io rewritten to use internal writing capabilities of arrays
 
-Image Processing
-----------------
+Image Processing (scipy.ndimage)
+++++++++++++++++++++++++++++++++
 
 
+Statistical Analysis (scipy.stats)
+++++++++++++++++++++++++++++++++++
 
+* add statistical models




More information about the Scipy-svn mailing list