Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 9E47063B882 for ; Fri, 13 Jul 2012 14:00:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7872914A461; Fri, 13 Jul 2012 14:00:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8370614A45F for ; Fri, 13 Jul 2012 14:00:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PQ8Q2E2CPxDS for ; Fri, 13 Jul 2012 14:00:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F07BB14A458 for ; Fri, 13 Jul 2012 14:00:32 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D5AA6175DD; Fri, 13 Jul 2012 14:00:32 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 13 Jul 2012 14:00:32 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/py-networkx To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20120713140032.D5AA6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Fri Jul 13 14:00:32 UTC 2012 Modified Files: pkgsrc/math/py-networkx: Makefile PLIST distinfo Log Message: Update to 1.7 Release Log Networkx-1.7 Release date: 4 July 2012 Highlights New functions for k-clique community finding, flow hierarchy, union, disjoint union, compose, and intersection operators that work on lists of graphs, and creating the biadjacency matrix of a bipartite graph. New approximation algorithms for dominating set, edge dominating set, independent set, max clique, and min-weighted vertex cover. Many bug fixes and other improvements. For full details of the tickets closed for this release (added features and bug fixes) see: https://networkx.lanl.gov/trac/query?status=closed&group=milestone&milestone=networkx-1.7 API Changes See Version 1.7 notes and API changes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-networkx/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-networkx/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-networkx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.