summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEfrem Braun <efrem.braun@gmail.com>2023-04-21 14:16:11 -0400
committerGitHub <noreply@github.com>2023-04-21 11:16:11 -0700
commit8b87a5b099e2ff9769d8074b350dc27c96434d8e (patch)
treec3f4c14590d4a1c0cca13ad0810c19556979ca6d /doc
parent636dd01445424e185a3275ee414da32165284606 (diff)
downloadnetworkx-8b87a5b099e2ff9769d8074b350dc27c96434d8e.tar.gz
Make cycle_basis() deterministic (#6654)
Replace sets with dict keys to make cycle_basis deterministic with respect to node ordering. Co-authored-by: Dan Schult <dschult@colgate.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/release/release_dev.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst
index 59bffe0c..36021135 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_dev.rst
@@ -23,6 +23,9 @@ X contributors. Highlights include:
Improvements
------------
+- [`#6654 <https://github.com/networkx/networkx/pull/6654>`_]
+ Function ``cycle_basis`` switched from using Python sets to dicts so the
+ results are now deterministic (not dependent on order reported by a set).
API Changes
-----------