From owner-cvs-all@FreeBSD.ORG Fri Sep 26 23:21:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7F941065687; Fri, 26 Sep 2008 23:21:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B81F98FC08; Fri, 26 Sep 2008 23:21:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8QNLs1a008589; Fri, 26 Sep 2008 23:21:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8QNLsA6008582; Fri, 26 Sep 2008 23:21:54 GMT (envelope-from miwi) Message-Id: <200809262321.m8QNLsA6008582@repoman.freebsd.org> From: Martin Wilke Date: Fri, 26 Sep 2008 23:21:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/py-hcluster Makefile distinfo pkg-descr pkg-plist ports/science/py-hcluster/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 23:21:55 -0000 miwi 2008-09-26 23:21:54 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/py-hcluster Makefile distinfo pkg-descr pkg-plist science/py-hcluster/files patch-setup.py Log: py-hcluster 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. 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. WWW: http://code.google.com/p/scipy-cluster/ PR: ports/127515 Submitted by: Wen Heping Revision Changes Path 1.131 +1 -0 ports/science/Makefile 1.1 +23 -0 ports/science/py-hcluster/Makefile (new) 1.1 +3 -0 ports/science/py-hcluster/distinfo (new) 1.1 +12 -0 ports/science/py-hcluster/files/patch-setup.py (new) 1.1 +14 -0 ports/science/py-hcluster/pkg-descr (new) 1.1 +8 -0 ports/science/py-hcluster/pkg-plist (new)