1
0

10 Commits

Author SHA256 Message Date
Dominique Leuenberger
31d15ec2d6 Accepting request 494504 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/494504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=11
2017-05-16 12:43:40 +00:00
Dominique Leuenberger
640bcafda5 Accepting request 419715 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/419715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=10
2016-08-18 07:17:56 +00:00
Dominique Leuenberger
873db18c5f Accepting request 376239 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/376239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=9
2016-03-26 14:24:45 +00:00
Dominique Leuenberger
ba1c08de49 Accepting request 330047 from devel:languages:python
- update to 1.10:
  * 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.
  * 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.
  * A enumerate_all_cliques function is added in the clique package
    (networkx.algorithms.clique) for enumerating all cliques
    (including nonmaximal ones) of undirected graphs.
  * 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.
  * 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.
  * 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.
  * Add a random generator for the duplication-divergence model.
  * 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 (forwarded request 330044 from tbechtold)

OBS-URL: https://build.opensuse.org/request/show/330047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=8
2015-09-11 07:03:58 +00:00
Dominique Leuenberger
36bf48451a Accepting request 318748 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/318748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=7
2015-08-01 09:36:57 +00:00
Dominique Leuenberger
d3bc88966d Accepting request 304708 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/304708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=6
2015-05-02 19:37:25 +00:00
Stephan Kulow
bd89816d4f Accepting request 259014 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/259014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=5
2014-11-02 15:46:18 +00:00
Stephan Kulow
27e1b82e59 Accepting request 258231 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/258231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=4
2014-10-25 06:33:20 +00:00
Stephan Kulow
88bb1bea57 Accepting request 249853 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/249853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=3
2014-09-17 15:26:53 +00:00
Stephan Kulow
30677eea5f Accepting request 227562 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/227562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=1
2014-03-30 06:28:38 +00:00