forked from pool/python-networkx
Accepting request 717963 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/717963 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=18
This commit is contained in:
commit
2213744759
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45e56f7ab6fe81652fb4bc9f44faddb0e9025f469f602df14e3b2551c2ea5c8b
|
||||
size 1700336
|
3
networkx-2.3.zip
Normal file
3
networkx-2.3.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8311ddef63cf5c5c5e7c1d0212dd141d9a1fe3f474915281b73597ed5f1d4e3d
|
||||
size 1743914
|
@ -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>
|
||||
|
||||
|
@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-networkx
|
||||
Version: 2.2
|
||||
Version: 2.3
|
||||
Release: 0
|
||||
Summary: Python package for the study of complex networks
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user