1
0

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:
Dominique Leuenberger 2019-07-28 08:18:57 +00:00 committed by Git OBS Bridge
commit 2213744759
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45e56f7ab6fe81652fb4bc9f44faddb0e9025f469f602df14e3b2551c2ea5c8b
size 1700336

3
networkx-2.3.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8311ddef63cf5c5c5e7c1d0212dd141d9a1fe3f474915281b73597ed5f1d4e3d
size 1743914

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>

View File

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