forked from pool/python-networkx
Accepting request 717962 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to version 2.3 Highlights: * Dropped support for Python 2. We are no longer supporting Python 2.7 and we will start changing code to take advantage of Python 3 features we couldn't before. * Added some Moral Graph analysis functions. * Enable matplotlib drawing using curved arrows via connectionstyle parameter. * Remove ticks and axes labels from matplotlib plots. * Two new generators of Harary Graphs. * Added Dual Barabasi-Albert model * Added VoteRank algorithm * Added Equitable coloring algorithms * Added planar layout algorithms * Les Miserables network example * Javascript example update OBS-URL: https://build.opensuse.org/request/show/717962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 17:28:58 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to version 2.3
|
||||
Highlights:
|
||||
* Dropped support for Python 2. We are no longer supporting Python 2.7 and we will
|
||||
start changing code to take advantage of Python 3 features we couldn't before.
|
||||
* Added some Moral Graph analysis functions.
|
||||
* Enable matplotlib drawing using curved arrows via connectionstyle parameter.
|
||||
* Remove ticks and axes labels from matplotlib plots.
|
||||
* Two new generators of Harary Graphs.
|
||||
* Added Dual Barabasi-Albert model
|
||||
* Added VoteRank algorithm
|
||||
* Added Equitable coloring algorithms
|
||||
* Added planar layout algorithms
|
||||
* Les Miserables network example
|
||||
* Javascript example update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 11:33:30 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user