1
0

Accepting request 662473 from devel:languages:python:avocado

- Update to version 2.2:
  * Add support for Python 3.7. This is the last release to support
    Python 2.
  * Uniform random number generator (RNG) handling which defaults
    to global RNGs but allows specification of a single RNG for all
    random numbers in NX.
  * Improved GraphViews to ease subclassing and remove cyclic
    references which caused trouble with deepcopy and pickle.
  * New Graph method G.update(H)
- Run tests
- Update project url

OBS-URL: https://build.opensuse.org/request/show/662473
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-01-02 14:18:54 +00:00
committed by Git OBS Bridge
parent 25f0325bac
commit 9bd6d1619e
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 2 13:55:25 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 2.2:
* Add support for Python 3.7. This is the last release to support
Python 2.
* Uniform random number generator (RNG) handling which defaults
to global RNGs but allows specification of a single RNG for all
random numbers in NX.
* Improved GraphViews to ease subclassing and remove cyclic
references which caused trouble with deepcopy and pickle.
* New Graph method G.update(H)
- Run tests
- Update project url
-------------------------------------------------------------------
Sun Sep 2 17:28:03 UTC 2018 - arun@gmx.de