[Scipy-svn] r2270 - in trunk/Lib/sandbox/pyem: . pyem

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Oct 12 09:45:57 EDT 2006


Author: cdavid
Date: 2006-10-12 08:45:51 -0500 (Thu, 12 Oct 2006)
New Revision: 2270

Added:
   trunk/Lib/sandbox/pyem/Changelog
Modified:
   trunk/Lib/sandbox/pyem/pyem/__init__.py
Log:
[pyem @ david at ar.media.kyoto-u.ac.jp-20060713105104-8b03dae07eb83f0a]
Add Changelog, put version to 0.3
David Cournapeau <david at ar.media.kyoto-u.ac.jp> | 2006-07-13 19:51:04 +0900 (Thu, 13 Jul 2006)

Added: trunk/Lib/sandbox/pyem/Changelog
===================================================================
--- trunk/Lib/sandbox/pyem/Changelog	2006-10-12 13:45:41 UTC (rev 2269)
+++ trunk/Lib/sandbox/pyem/Changelog	2006-10-12 13:45:51 UTC (rev 2270)
@@ -0,0 +1,9 @@
+pyem (0.3) Thu, 13 Jul 2006 19:48:54 +0900
+
+	* put version to 0.3
+	* Refactoring kmean code into new module. 
+	* Refactoring tests code into test module. 
+	* Replace matrixmultiply and outerproduct calls by dot to use fast BLAS if
+	available.
+
+-- David Cournapeau <david at ar.media.kyoto-u.ac.jp> 

Modified: trunk/Lib/sandbox/pyem/pyem/__init__.py
===================================================================
--- trunk/Lib/sandbox/pyem/pyem/__init__.py	2006-10-12 13:45:41 UTC (rev 2269)
+++ trunk/Lib/sandbox/pyem/pyem/__init__.py	2006-10-12 13:45:51 UTC (rev 2270)
@@ -1,4 +1,4 @@
 #! /usr/bin/env python
-# Last Change: Wed Jul 12 12:00 PM 2006 J
+# Last Change: Thu Jul 13 07:00 PM 2006 J
 
-version = '0.2'
+version = '0.3'




More information about the Scipy-svn mailing list