From owner-cvs-all@FreeBSD.ORG Thu Oct 28 13:20:08 2010 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 B1CD5106564A; Thu, 28 Oct 2010 13:20:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A1CF28FC21; Thu, 28 Oct 2010 13:20:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SDK8k1051792; Thu, 28 Oct 2010 13:20:08 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SDK87P051791; Thu, 28 Oct 2010 13:20:08 GMT (envelope-from wen) Message-Id: <201010281320.o9SDK87P051791@repoman.freebsd.org> From: Wen Heping Date: Thu, 28 Oct 2010 13:20:08 +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/math Makefile ports/math/py-apgl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 13:20:08 -0000 wen 2010-10-28 13:20:08 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/py-apgl Makefile distinfo pkg-descr pkg-plist Log: Another Python Graph Library is a simple, fast and easy to use graph library with some machine learning features. The main features are as follows: * Directed, undirected and multigraphs designed under a hierarchical class structure * Sparse and Dense graph structures using numpy and scipy for fast linear algebra computations * Many operations on graphs such as subgraphs, search, Floyd-Warshall, Dijkstras algorithm * Erdos-Renyi, Small-World and Albert-Barabasi random graphs * Write to Pajek, and simple CSV files * Some machine learning features - data preprocessing, kernels, PCA, KCCA, wrappers for LibSVM, and some mlpy learning algorithms * Unit tested using the Python unittest framework WWW: http://packages.python.org/apgl/ Revision Changes Path 1.676 +1 -0 ports/math/Makefile 1.1 +24 -0 ports/math/py-apgl/Makefile (new) 1.1 +3 -0 ports/math/py-apgl/distinfo (new) 1.1 +16 -0 ports/math/py-apgl/pkg-descr (new) 1.1 +497 -0 ports/math/py-apgl/pkg-plist (new)