1
0

- Update to version 2.4

Highlights:
  * Remove deprecated code from 1.x
  * Support for Python 3.8
  * Switched to pytest for testing
  * Last release to support Python 3.5
  * Fifteen new fuctions, including onion decomposition and linear prufing
  * Three new generators, such as a directed joint degree generator
- Add numpy-38-test.patch, to correct test failure under Python 3.8  
- Update URL, upstream changed to tarballs from zipfiles.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=13
This commit is contained in:
2019-11-17 23:57:47 +00:00
committed by Git OBS Bridge
parent b400b5a6bb
commit 93aa5ab2bb
5 changed files with 93 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 17 23:53:12 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
- Update to version 2.4
Highlights:
* Remove deprecated code from 1.x
* Support for Python 3.8
* Switched to pytest for testing
* Last release to support Python 3.5
* Fifteen new fuctions, including onion decomposition and linear prufing
* Three new generators, such as a directed joint degree generator
- Add numpy-38-test.patch, to correct test failure under Python 3.8
- Update URL, upstream changed to tarballs from zipfiles.
-------------------------------------------------------------------
Tue Jul 23 17:28:58 UTC 2019 - Todd R <toddrme2178@gmail.com>