Accepting request 1101302 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1101302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2023-07-30 18:57:35 +00:00 committed by Git OBS Bridge
commit 0659639456
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e
size 1960828

3
networkx-3.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jul 27 11:55:11 UTC 2023 - Markéta Machová <mmachova@suse.com>
- update to 3.1
* Better syncing between G._succ and G._adj for directed G. And
slightly better speed from all the core adjacency data structures.
* If your code sets G._succ or G._adj to new dictionary-like objects,
you no longer have to set them both. Setting either will ensure
the other is set as well.
* If you use the presence of the attribute _adj as a criteria for
the object being a Graph instance, that code may need updating.
* We have added an experimental plugin feature, which let users
choose alternate backends like GraphBLAS, CuGraph for computation.
* Improved integration with the general Scientific Python ecosystem.
* New drawing feature (module and tests) from NetworkX graphs to
the TikZ library of TeX/LaTeX.
* Added an improved subgraph isomorphism algorithm called VF2++.
* OrderedGraph and other Ordered classes are replaced by Graph
because Python dicts (and thus networkx graphs) now maintain order.
* The attrs keyword argument will be replaced with keyword only
arguments source, target, name, key and link for
json_graph/node_link functions.
* Supports Python 3.8, 3.9, 3.10, and 3.11.
* Stopped building PDF version of docs
* Use Ruff for linting
-------------------------------------------------------------------
Tue Jun 13 11:08:24 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-networkx
Version: 2.8.8
Version: 3.1
Release: 0
Summary: Python package for the study of complex networks
License: BSD-3-Clause