1
0

Accepting request 632809 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/632809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=14
This commit is contained in:
2018-09-04 20:56:20 +00:00
committed by Git OBS Bridge
parent c40c8700fd
commit 25f0325bac
4 changed files with 43 additions and 17 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Sep 2 17:28:03 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
* removed devel from noarch package
- update to version 2.1:
* Highlights
+ Arrows for drawing DiGraph edges are vastly improved! And an
example to show them.
+ More than 12 new functions for graph generation, manipulation
and/or new graph algorithms.
o Add a large clique size heuristic function (#2830)
o Add rooted product function (#2825)
o Label Propagation Community Detection (#2821)
o Minimum cycle basis (#2823)
o Add Mycielski Operator (#2785)
o Adds prefix_tree, dag_to_branching, and example. (#2784)
o Add inverse_line_graph generator from #2241 (#2782)
o Steiner tree and metric closure. (#2252)
o Add flow based node and edge disjoint paths. (#2063)
o Update geometric networks with new models (#2498)
o Graph edit distance (#2729)
o Added function for finding a k-edge-augmentation (#2572)
+ G.name is no longer processed by graph operators. It remains as
a property mechanism to access G.graph['name'] but the user is
in charge of updating or changing it for copies, subgraphs,
unions and other graph operations.
-------------------------------------------------------------------
Tue Oct 31 03:14:26 UTC 2017 - arun@gmx.de