- update to 2.8.7:
* Fixed unused root argument in has_bridges (#5846) * docstring updates for `union`, `disjoint_union`, and `compose` (#5892) * Updated networkx/classes/function.py . Solves Issue #5463 (#5474) * Improved documentation for all_simple_paths (#5944) * Change is_path to return False when node not in G instead of raising exception (#5943) * Minor docstring touchups and test refactor for `is_path` (#5967) * Update documentation header links for latest pydata-sphinx-theme (#5966) * Fix failing example due to mpl 3.6 colorbar. (#5994) * Add Tidelift security vulnerability link (#6001) * Update linters (#6006) * ``is_path`` used to raise a `KeyError` when the ``path`` argument contained a node that was not in the Graph. The behavior has been updated so that ``is_path`` returns `False` in this case rather than raising the exception. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=49
This commit is contained in:
parent
46bb8aec67
commit
d1477ddc67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd2b7730300860cbd2dafe8e5af89ff5c9a65c3975b352799d87a6238b4301a6
|
||||
size 1957238
|
3
networkx-2.8.7.tar.gz
Normal file
3
networkx-2.8.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:815383fd52ece0a7024b5fd8408cc13a389ea350cd912178b82eed8b96f82cd3
|
||||
size 1958634
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 09:32:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.8.7:
|
||||
* Fixed unused root argument in has_bridges (#5846)
|
||||
* docstring updates for `union`, `disjoint_union`, and `compose` (#5892)
|
||||
* Updated networkx/classes/function.py . Solves Issue #5463 (#5474)
|
||||
* Improved documentation for all_simple_paths (#5944)
|
||||
* Change is_path to return False when node not in G instead of raising exception (#5943)
|
||||
* Minor docstring touchups and test refactor for `is_path` (#5967)
|
||||
* Update documentation header links for latest pydata-sphinx-theme (#5966)
|
||||
* Fix failing example due to mpl 3.6 colorbar. (#5994)
|
||||
* Add Tidelift security vulnerability link (#6001)
|
||||
* Update linters (#6006)
|
||||
* ``is_path`` used to raise a `KeyError` when the ``path`` argument contained
|
||||
a node that was not in the Graph. The behavior has been updated so that
|
||||
``is_path`` returns `False` in this case rather than raising the exception.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 10 13:23:22 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
Name: python-networkx
|
||||
Version: 2.8.6
|
||||
Version: 2.8.7
|
||||
Release: 0
|
||||
Summary: Python package for the study of complex networks
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user