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

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Oct 12 09:48:32 EDT 2006


Author: cdavid
Date: 2006-10-12 08:48:27 -0500 (Thu, 12 Oct 2006)
New Revision: 2282

Modified:
   trunk/Lib/sandbox/pyem/Changelog
   trunk/Lib/sandbox/pyem/pyem/__init__.py
Log:
[pyem @ david at ar.media.kyoto-u.ac.jp-20061003093442-055f09da0906059c]
Bump to 0.5.3
David Cournapeau <david at ar.media.kyoto-u.ac.jp> | 2006-10-03 18:34:42 +0900 (Tue, 03 Oct 2006)

Modified: trunk/Lib/sandbox/pyem/Changelog
===================================================================
--- trunk/Lib/sandbox/pyem/Changelog	2006-10-12 13:48:08 UTC (rev 2281)
+++ trunk/Lib/sandbox/pyem/Changelog	2006-10-12 13:48:27 UTC (rev 2282)
@@ -1,6 +1,7 @@
-pyem (0.5.2) Tue, 03 Oct 2006 18:28:13 +0900
+pyem (0.5.3) Tue, 03 Oct 2006 18:28:13 +0900
 
 	* Update tests so that they work within the numpy test framework
+	* Update version to 0.5.3
 
 -- 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:48:08 UTC (rev 2281)
+++ trunk/Lib/sandbox/pyem/pyem/__init__.py	2006-10-12 13:48:27 UTC (rev 2282)
@@ -1,12 +1,12 @@
 #! /usr/bin/env python
-# Last Change: Thu Sep 28 01:00 PM 2006 J
+# Last Change: Tue Oct 03 06:00 PM 2006 J
 
 from info import __doc__
 
 from numpy.testing import NumpyTest
 test = NumpyTest().test
 
-version = '0.5.2'
+version = '0.5.3'
 
 from gauss_mix import GmParamError, GM
 from gmm_em import GmmParamError, GMM, EM




More information about the Scipy-svn mailing list