From d35b6865f67c8505055a1b124ecc52db371ff23c Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 22 Aug 2022 06:31:11 -0700 Subject: Update release notes --- doc/release/index.rst | 1 + doc/release/release_2.8.6.rst | 46 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 42 insertions(+), 5 deletions(-) diff --git a/doc/release/index.rst b/doc/release/index.rst index a0b592be..5def917a 100644 --- a/doc/release/index.rst +++ b/doc/release/index.rst @@ -15,6 +15,7 @@ period. :maxdepth: 2 release_dev + release_2.8.6 release_2.8.5 release_2.8.4 release_2.8.3 diff --git a/doc/release/release_2.8.6.rst b/doc/release/release_2.8.6.rst index 0db7ba41..fbc43f2a 100644 --- a/doc/release/release_2.8.6.rst +++ b/doc/release/release_2.8.6.rst @@ -1,7 +1,7 @@ NetworkX 2.8.6 ============== -Release date: 21 August 2022 +Release date: 22 August 2022 Supports Python 3.8, 3.9, and 3.10. @@ -21,14 +21,38 @@ Minor documentation and bug fixes. Merged PRs ---------- - +- Add random_spanning_tree to documentation (#5810) +- DOC: Switch to enumerated list in quotient_graph docstring (#5837) +- Add warning to nx_agraph about layout nondeterminism. (#5832) +- Update docs to include description of the `return_seen` kwarg (#5891) +- Add cache reset for when G._node is changed (#5894) +- Allow classes to relabel nodes -- casting (#5903) +- Update lattice.py (#5914) +- Add to about_us.rst (#5919) +- Update precommit hooks (#5923) +- Remove old Appveyor cruft (#5924) +- signature change for `node_link` functions: for issue #5787 (#5899) +- Allow unsortable nodes in approximation.treewidth functions (#5921) +- Fix Louvain_partitions by yielding a copy of the sets in the partition gh-5901 (#5902) +- Adds ```nx.bfs_layers``` method (#5879) +- Add function bfs_layers to docs (#5932) +- Propose to make new node_link arguments keyword only. (#5928) +- Bump nodelink args deprecation expiration to v3.2 (#5933) +- Add examples to lowest common ancestors algorithms (#5531) +- Naive lowest common ancestor implementation (#5736) +- Add examples for the condensation function (#5452) +- Minor doc fixups (#5868) +- update all_pairs_lca docstrings (#5876) +- Improve LCA input validation (#5877) +- Replace LCA with naive implementations (#5883) +- Update release notes +- docstring update to lexicographical_topological_sort issue 5681 (#5930) +- Support matplotlb 3.6rc1 failure (#5937) Improvements ------------ -- [`#5663 `_] - Implements edge swapping for directed graphs. -- [`#5663 `_] +- [`#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. @@ -36,3 +60,15 @@ Improvements Contributors ------------ +- Tanmay Aeron +- Ross Barnowski +- Kevin Brown +- Matthias Bussonnier +- Tigran Khachatryan +- Dhaval Kumar +- Jarrod Millman +- Sultan Orazbayev +- Dan Schult +- Matt Schwennesen +- Dilara Tekinoglu +- kpetridis -- cgit v1.2.1