doc/release/release_2.8.6.rst
Release date: 22 August 2022
Supports Python 3.8, 3.9, and 3.10.
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
For more information, please visit our website <https://networkx.org/>_
and our :ref:gallery of examples <examples_gallery>.
Please send comments and questions to the networkx-discuss mailing list <http://groups.google.com/group/networkx-discuss>_.
Minor documentation and bug fixes.
return_seen kwarg (#5891)node_link functions: for issue #5787 (#5899)nx.bfs_layers method (#5879)#5883 <https://github.com/networkx/networkx/pull/5883>_]
Replace the implementation of lowest_common_ancestor and
all_pairs_lowest_common_ancestor with a "naive" algorithm to fix
several bugs and improve performance.