doc/release/api_1.4.rst
Release date: 23 January 2011
k-shell,k-crust,k-corona <networkx.algorithms.core>read GraphML files from yEd <networkx.readwrite.graphml>read/write GEXF format files <networkx.readwrite.gexf>find cycles in a directed graph <networkx.algorithms.cycles>DFS <networkx.algorithms.traversal.depth_first_search> and :mod:BFS <networkx.algorithms.traversal.breadth_first_search> algorithmschordal graph functions <networkx.algorithms.chordal.chordal_alg>Prim's algorithm for minimum spanning tree <networkx.algorithms.mst>r-ary tree generator <networkx.generators.classic>rich club coefficient <networkx.algorithms.richclub>Floyd's algorithm for all-pairs shortest path <networkx.algorithms.shortest_paths.dense>read GIS shapefiles <networkx.readwrite.nx_shp>functions to get and set node and edge attributes <networkx.classes.function>gnp_random_graph() <networkx.generators.random_graphs> now takes a
directed=True|False keyword instead of create_usinggnm_random_graph() <networkx.generators.random_graphs> now takes a
directed=True|False keyword instead of create_usingastar_path(), astar_path_length(), shortest_path(), shortest_path_length(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ bidirectional_shortest_path(), dijkstra_path(), dijkstra_path_length(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ bidirectional_dijkstra() ^^^^^^^^^^^^^^^^^^^^^^^^ These algorithms now raise an exception when a source and a target are specified and no path exist between these two nodes. The exception is a NetworkXNoPath exception.