summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-07-18 14:13:09 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-07-18 14:13:09 -0700
commit922ab3b6515d6e774446611412787cf1360e0376 (patch)
tree3dbe940863dfef01aad44e20ae5bf1f9a8ae5334
parent7c79e6753a639cf13e8c39b3e0fb62925f03fa8b (diff)
downloadnetworkx-922ab3b6515d6e774446611412787cf1360e0376.tar.gz
Add 2.8.5 release notes
-rw-r--r--doc/release/index.rst1
-rw-r--r--doc/release/release_2.8.5.rst58
2 files changed, 59 insertions, 0 deletions
diff --git a/doc/release/index.rst b/doc/release/index.rst
index 30316b6d..a0b592be 100644
--- a/doc/release/index.rst
+++ b/doc/release/index.rst
@@ -15,6 +15,7 @@ period.
:maxdepth: 2
release_dev
+ release_2.8.5
release_2.8.4
release_2.8.3
release_2.8.2
diff --git a/doc/release/release_2.8.5.rst b/doc/release/release_2.8.5.rst
new file mode 100644
index 00000000..fc179239
--- /dev/null
+++ b/doc/release/release_2.8.5.rst
@@ -0,0 +1,58 @@
+NetworkX 2.8.5
+==============
+
+Release date: 18 July 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>`_.
+
+Highlights
+----------
+
+Minor documentation and bug fixes.
+
+Merged PRs
+----------
+
+- Bump release version
+- Check that nodes have "pos" attribute in geometric_edges (#5707)
+- Correct louvain formula, solve infinite loops (#5713)
+- Add more comprehensive tests for pydot (#5792)
+- Compute `is_strongly_connected` lazily (#5793)
+- Compute `is_weakly_connected` lazily (#5795)
+- Updated astar docstring (#5797)
+- Fix typo in bipartite closeness_centrality and thought-o in tests (#5800)
+- Fix pydot colon check node-to-str conversion (#5809)
+- Temporary fix for failing tests w/ scipy1.9. (#5816)
+- Update distance parameter description. (#5819)
+- Fix #5817 (#5822)
+- Attempt to reverse slowdown from hasattr needed for cached_property (#5836)
+- Update tests in base class and simple rename in convert.py (#5848)
+- Move factory attributes to the class instead of instance. (#5850)
+- Point to the latest URL for the description. (#5852)
+- Gallery example: Morse code alphabet as a prefix tree (#5867)
+- make lazy_import private and remove its internal use (#5878)
+- Run CI against v2.8 branch
+- CI: add explicit path while installing pygraphviz wheels on macOS in GHA (#5805)
+- Deploy docs on v2.8 branch
+
+Contributors
+------------
+
+- Ross Barnowski
+- Shaked Brody
+- Lior
+- Jarrod Millman
+- Tomoya Nishide
+- Dimitrios Papageorgiou
+- Dan Schult
+- Matt Schwennesen
+- Mridul Seth
+- Matus Valo