Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 2ffb6fd671 Update py-networkx to 1.10, based on PR 50383 by Derouiche.
API changes

    [#1501] connected_components, weakly_connected_components, and strongly_connected_components return now a generator of sets of nodes. Previously the generator was of lists of nodes. This PR also refactored the connected_components and weakly_connected_components implementations making them faster, especially for large graphs.
    [#1547] The func_iter functions in Di/Multi/Graphs classes are slated for removal in NetworkX 2.0 release. func will behave like func_iter and return an iterator instead of list. These functions are deprecated in NetworkX 1.10 release.

New functionalities

    [#823] A enumerate_all_cliques function is added in the clique package (networkx.algorithms.clique) for enumerating all cliques (including nonmaximal ones) of undirected graphs.
    [#1105] A coloring package (networkx.algorithms.coloring) is created for graph coloring algorithms. Initially, a greedy_color function is provided for coloring graphs using various greedy heuristics.
    [#1193] A new generator edge_dfs, added to networkx.algorithms.traversal, implements a depth-first traversal of the edges in a graph. This complements functionality provided by a depth-first traversal of the nodes in a graph. For multigraphs, it allows the user to know precisely which edges were followed in a traversal. All NetworkX graph types are supported. A traversal can also reverse edge orientations or ignore them.
    [#1194] A find_cycle function is added to the networkx.algorithms.cycles package to find a cycle in a graph. Edge orientations can be optionally reversed or ignored.
    [#1210] Add a random generator for the duplication-divergence model.
    [#1241] A new networkx.algorithms.dominance package is added for dominance/dominator algorithms on directed graphs. It contains a immediate_dominators function for computing immediate dominators/dominator trees and a dominance_frontiers function for computing dominance frontiers.
    [#1269] The GML reader/parser and writer/generator are rewritten to remove the dependence on pyparsing and enable handling of arbitrary graph data.
    [#1280] The network simplex method in the networkx.algorithms.flow package is rewritten to improve its performance and support multi- and disconnected networks. For some cases, the new implementation is two or three orders of magnitude faster than the old implementation.
    [#1286] Added the Margulis–Gabber–Galil graph to networkx.generators.
    [#1306] Added the chordal p-cycle graph, a mildly explicit algebraic construction of a family of 3-regular expander graphs. Also, moves both the existing expander graph generator function (for the Margulis-Gabber-Galil expander) and the new chordal cycle graph function to a new module, networkx.generators.expanders.
    [#1314] Allow overwriting of base class dict with dict-like: OrderedGraph, ThinGraph, LogGraph, etc.
    [#1321] Added to_pandas_dataframe and from_pandas_dataframe.
    [#1322] Added the Hopcroft–Karp algorithm for finding a maximum cardinality matching in bipartite graphs.
    [#1336] Expanded data keyword in G.edges and added default keyword.
    [#1338] Added support for finding optimum branchings and arborescences.
    [#1340] Added a from_pandas_dataframe function that accepts Pandas DataFrames and returns a new graph object. At a minimum, the DataFrame must have two columns, which define the nodes that make up an edge. However, the function can also process an arbitrary number of additional columns as edge attributes, such as ‘weight’.
    [#1354] Expanded layout functions to add flexibility for drawing subsets of nodes with distinct layouts and for centering each layout around given coordinates.
    [#1356] Added ordered variants of default graph class.
    [#1360] Added harmonic centrality to network.algorithms.centrality.
    [#1390] The generators.bipartite have been moved to algorithms.bipartite.generators. The functions are not imported in the main namespace, so to use it, the bipartite package has to be imported.
    [#1391] Added Kanevsky’s algorithm for finding all minimum-size separating node sets in an undirected graph. It is implemented as a generator of node cut sets.
    [#1399] Added power function for simple graphs
    [#1405] Added fast approximation for node connectivity based on White and Newman’s approximation algorithm for finding node independent paths between two nodes.
    [#1413] Added transitive closure and antichains function for directed acyclic graphs in algorithms.dag. The antichains function was contributed by Peter Jipsen and Franco Saliola and originally developed for the SAGE project.
    [#1425] Added generator function for the complete multipartite graph.
    [#1427] Added nonisomorphic trees generator.
    [#1436] Added a generator function for circulant graphs to the networkx.generators.classic module.
    [#1437] Added function for computing quotient graphs; also created a new module, networkx.algorithms.minors.
    [#1438] Added longest_path and longest_path_length for DAG.
    [#1439] Added node and edge contraction functions to networkx.algorithms.minors.
    [#1445] Added a new modularity matrix module to networkx.linalg, and associated spectrum functions to the networkx.linalg.spectrum module.
    [#1447] Added function to generate all simple paths starting with the shortest ones based on Yen’s algorithm for finding k shortest paths at algorithms.simple_paths.
    [#1455] Added the directed modularity matrix to the networkx.linalg.modularity_matrix module.
    [#1474] Adds triadic_census function; also creates a new module, networkx.algorithms.triads.
    [#1476] Adds functions for testing if a graph has weighted or negatively weighted edges. Also adds a function for testing if a graph is empty. These are is_weighted, is_negatively_weighted, and is_empty.
    [#1481] Added Johnson’s algorithm; one more algorithm for shortest paths. It solves all pairs shortest path problem. This is johnson at algorithms.shortest_paths
    [#1414] Added Moody and White algorithm for identifying k_components in a graph, which is based on Kanevsky’s algorithm for finding all minimum-size node cut-sets (implemented in all_node_cuts #1391).
    [#1415] Added fast approximation for k_components to the networkx.approximation package. This is based on White and Newman approximation algorithm for finding node independent paths between two nodes (see #1405).

Removed functionalities

    [#1236] The legacy ford_fulkerson maximum flow function is removed. Use edmonds_karp instead.

Miscellaneous changes

    [#1192] Support for Python 2.6 is dropped.
2015-11-01 09:58:28 +00:00
archivers Changes 5.3.6: 2015-10-12 12:35:32 +00:00
audio Re-add patches 2015-11-01 09:14:26 +00:00
benchmarks Reset maintainer 2015-10-11 10:56:43 +00:00
biology Add bwa. 2015-10-14 17:13:44 +00:00
bootstrap If "/usr/bin/bash" is installed under Solaris always prefer it over the 2015-06-13 13:15:39 +00:00
cad Switch from x11/Xaw3d to newer x11/libXaw3d. 2015-10-14 20:17:24 +00:00
chat Update to 1.0.13. Changes: 2015-10-13 18:05:31 +00:00
comms Update Asterisk to 11.20.0: this is mainly a bug fix release. 2015-10-27 08:49:01 +00:00
converters Retire tex2rtf, a wxWidgets tool that seem to no longer be maintained. 2015-10-24 19:16:25 +00:00
cross Sort. 2015-10-15 04:38:54 +00:00
databases Update to 4.15.1. No changelog or release notes found anywhere. 2015-10-31 11:41:10 +00:00
devel Update p5-enum to 1.11: 2015-11-01 09:06:38 +00:00
distfiles
doc Updated math/py-sympy to 0.7.6.1 2015-11-01 09:54:25 +00:00
editors Changes 4.1: 2015-10-19 09:15:54 +00:00
emulators Add 8086tiny 2015-10-11 00:54:08 +00:00
filesystems update openafs to 1.6.15 2015-10-28 19:43:01 +00:00
finance Update to 2.6.9: 2015-10-14 16:16:50 +00:00
fonts Remove the Latin-1 umlaut from the header comment of the patch. It messes 2015-10-27 20:20:31 +00:00
games Retire binary-only Quake 3 variants. 2015-10-24 21:39:33 +00:00
geography Update py-geojson to 1.3.1. 2015-10-26 18:22:43 +00:00
graphics Update cogl to 1.22.0 2015-10-29 22:55:01 +00:00
ham Update 3.23.03 to 3.23.04 2015-10-26 03:46:18 +00:00
inputmethod Don't litter /tmp with 200MB of debug logs after build. 2015-10-30 12:21:17 +00:00
lang Update DESCR of Lua 5.x and LuaJIT 2.0 packages 2015-10-31 21:37:52 +00:00
licenses add NVIDIA firmware license 2015-10-18 12:24:54 +00:00
mail Update p5-Email-Valid to 1.198: 2015-11-01 09:07:35 +00:00
math Update py-networkx to 1.10, based on PR 50383 by Derouiche. 2015-11-01 09:58:28 +00:00
mbone Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
meta-pkgs Mark xephyr as not for Darwin for now. 2015-10-23 10:58:28 +00:00
misc Remove qt5-dbus dependency 2015-11-01 09:15:13 +00:00
mk Make sure the pbulk user is created with /bin/sh as shell, 2015-10-29 22:12:04 +00:00
multimedia Set LIBDIR during configure. Fixes install on Linux. 2015-11-01 00:32:48 +00:00
net Remove qt5-dbus dependency 2015-11-01 09:15:13 +00:00
news Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
packages
parallel libtool can be found at least 3 levels deep. 2015-09-23 12:02:50 +00:00
pkgtools Removed checkline_spellcheck 2015-10-27 21:23:36 +00:00
print Switch from x11/Xaw3d to newer x11/libXaw3d. 2015-10-14 20:17:24 +00:00
regress Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
security fix typo 2015-10-31 18:18:33 +00:00
shells Try to avoid people changing my email address from under me. 2015-09-09 22:04:55 +00:00
sysutils Add patch entries from previous security commit. Pointed out by 2015-10-30 07:46:36 +00:00
templates Add a list of options to generated README.html files. Patch from 2015-10-03 13:17:57 +00:00
textproc As written by Kristaps via private mail, Ingo Schwarze now 2015-10-31 21:53:24 +00:00
time Update to p5-DateTime-TimeZone to 1.94: 2015-10-25 09:03:38 +00:00
wm libhack is also installed on Linux 2015-10-28 23:34:42 +00:00
www Update to 2.44 2015-10-30 12:53:37 +00:00
x11 Fix coredump on trying to print JIS X 0213:2004 kanji with 8x16 fontList. 2015-10-30 15:53:00 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.