1
0

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:
Todd R
2019-07-23 17:32:08 +00:00
committed by Git OBS Bridge
parent 4eed028211
commit b400b5a6bb
4 changed files with 23 additions and 4 deletions

View File

@@ -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>