[Scipy-svn] r2946 - trunk/Lib/cluster

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Apr 26 08:47:55 EDT 2007


Author: cdavid
Date: 2007-04-26 07:47:51 -0500 (Thu, 26 Apr 2007)
New Revision: 2946

Modified:
   trunk/Lib/cluster/vq.py
Log:
Add kmeans2 to the official functions of vq (necessary for epydoc)

Modified: trunk/Lib/cluster/vq.py
===================================================================
--- trunk/Lib/cluster/vq.py	2007-04-26 12:24:16 UTC (rev 2945)
+++ trunk/Lib/cluster/vq.py	2007-04-26 12:47:51 UTC (rev 2946)
@@ -17,7 +17,7 @@
 """
 __docformat__ = 'restructuredtext'
 
-__all__ = ['whiten', 'vq', 'kmeans']
+__all__ = ['whiten', 'vq', 'kmeans', 'kmeans2']
 
 import warnings
 




More information about the Scipy-svn mailing list