Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-networkx for openSUSE:Factory checked in at 2023-07-30 20:57:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-networkx (Old) and /work/SRC/openSUSE:Factory/.python-networkx.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx" Sun Jul 30 20:57:35 2023 rev:36 rq:1101302 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes 2023-06-16 16:51:45.372604650 +0200 +++ /work/SRC/openSUSE:Factory/.python-networkx.new.32662/python-networkx.changes 2023-07-30 20:57:39.111176908 +0200 @@ -1,0 +2,26 @@ +Thu Jul 27 11:55:11 UTC 2023 - Markéta Machová <mmach...@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 + +------------------------------------------------------------------- Old: ---- networkx-2.8.8.tar.gz New: ---- networkx-3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-networkx.spec ++++++ --- /var/tmp/diff_new_pack.Q5yHfv/_old 2023-07-30 20:57:39.743180660 +0200 +++ /var/tmp/diff_new_pack.Q5yHfv/_new 2023-07-30 20:57:39.747180684 +0200 @@ -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 ++++++ networkx-2.8.8.tar.gz -> networkx-3.1.tar.gz ++++++ ++++ 36374 lines of diff (skipped)