From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L8b4L-0004OI-9U for garchives@archives.gentoo.org; Fri, 05 Dec 2008 13:50:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BB12E046B; Fri, 5 Dec 2008 13:50:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0AB8BE046B for ; Fri, 5 Dec 2008 13:50:07 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 667B464570 for ; Fri, 5 Dec 2008 13:50:06 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L8b4G-0003xU-S5 for gentoo-commits@lists.gentoo.org; Fri, 05 Dec 2008 13:50:04 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/hcluster: metadata.xml X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml X-VCS-Directories: dev-python/hcluster X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Fri, 05 Dec 2008 13:50:04 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1e04d7d3-98a2-4c6e-b45b-f49bf8ca17ab X-Archives-Hash: 1dc8b79eecd29dc0476a62251372eff6 bicatali 08/12/05 13:50:04 Modified: metadata.xml Log: Now signing properly (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64) Revision Changes Path 1.2 dev-python/hcluster/metadata.xml file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluste= r/metadata.xml?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluste= r/metadata.xml?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluste= r/metadata.xml?r1=3D1.1&r2=3D1.2 Index: metadata.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/hcluster/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 5 Dec 2008 13:43:06 -0000 1.1 +++ metadata.xml 5 Dec 2008 13:50:04 -0000 1.2 @@ -1,17 +1,17 @@ - sci - - This library provides Python functions for agglomerative - clustering. Its features include - * generating hierarchical clusters from distance matrices - * computing distance matrices from observation vectors - * computing statistics on clusters - * cutting linkages to generate flat clusters - * and visualizing clusters with dendrograms.=20 - The interface is very similar to MATLAB's Statistics Toolbox API to - make code easier to port from MATLAB to Python/Numpy. The core - implementation of this library is in C for efficiency. - +sci + + This library provides Python functions for agglomerative + clustering. Its features include + * generating hierarchical clusters from distance matrices + * computing distance matrices from observation vectors + * computing statistics on clusters + * cutting linkages to generate flat clusters + * and visualizing clusters with dendrograms.=20 + The interface is very similar to MATLAB's Statistics Toolbox API to + make code easier to port from MATLAB to Python/Numpy. The core + implementation of this library is in C for efficiency. +