pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/42834 CVS commit: pkgsrc/math/py-networkx



The following reply was made to PR pkg/42834; it has been noted by GNATS.

From: OBATA Akio <obache%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42834 CVS commit: pkgsrc/math/py-networkx
Date: Wed, 3 Mar 2010 12:00:59 +0000

 Module Name:   pkgsrc
 Committed By:  obache
 Date:          Wed Mar  3 12:00:59 UTC 2010
 
 Modified Files:
        pkgsrc/math/py-networkx: Makefile PLIST distinfo
 
 Log Message:
 Update py-networkx to 1.0.1.
 Based on PR#42834 by Wen Heping.
 Update MASTER_SITES, set LICENSE=modified-bsd, 3-caulse BSD.
 
 ======================================================================
 Networkx-1.0.1
 
 Release date: 11 Jan 2010
 
 See: https://networkx.lanl.gov/trac/timeline
 
 Bug fix release for missing setup.py in manifest.
 
 ======================================================================
 Networkx-1.0
 
 Release date: 8 Jan 2010
 
 See: https://networkx.lanl.gov/trac/timeline
 New features
 
 This release has sigificant changes to parts of the graph API to allow graph, 
node, and edge attributes. See 
http://networkx.lanl.gov//reference/api_changes.html
 
         * Update Graph, DiGraph, and MultiGraph classes to allow attributes.
         * Default edge data is now an empty dictionary (was the integer 1)
         * Difference and intersection operators
         * Average shortest path
         * A* (A-Star) algorithm
         * PageRank, HITS, and eigenvector centrality
         * Read Pajek files
         * Line graphs
         * Minimum spanning tree (Kruskal¡Çs algorithm)
         * Dense and sparse Fruchterman-Reingold layout
         * Random clustered graph generator
         * Directed scale-free graph generator
         * Faster random regular graph generator
         * Improved edge color and label drawing with Matplotlib
         * and much more, see 
https://networkx.lanl.gov/trac/query?status=closed&group=milestone&milestone=networkx-1.0
 
 Examples
 
         * Update to work with networkx-1.0 API
         * Graph subclass example
 
 ======================================================================
 Networkx-0.99
 
 Release date: 18 November 2008
 
 See: https://networkx.lanl.gov/trac/timeline
 New features¢ù
 
 This release has sigificant changes to parts of the graph API. See 
http://networkx.lanl.gov//reference/api_changes.html
 
         * Update Graph and DiGraph classes to use weighted graphs as default 
Change in API for performance and code simplicity.
         * New MultiGraph and MultiDiGraph classes (replace XGraph and XDiGraph)
         * Update to use Sphinx documentation system http://networkx.lanl.gov/
         * Developer site at https://networkx.lanl.gov/trac/
         * Experimental LabeledGraph and LabeledDiGraph
         * Moved package and file layout to subdirectories.
 
 Bug fixes
 
         * handle root= option to draw_graphviz correctly
 
 Examples
 
         * Update to work with networkx-0.99 API
         * Drawing examples now use matplotlib.pyplot interface
         * Improved drawings in many examples
         * New examples - see http://networkx.lanl.gov/examples/
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-networkx/Makefile
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-networkx/PLIST
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-networkx/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index