summaryrefslogtreecommitdiff
path: root/doc/release/release_2.8.2.rst
blob: 702f0884d06a6e5fa1b7b2d459b40174b975abd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
NetworkX 2.8.2
==============

Release date: 21 May 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
----------

- Fix doc deploy
- Bump release version
- MAINT: Update dfs_test with more comprehensive tests (#5654)
- Bump release version
- Fix __setstate__ for OutEdgeView subclasses, read _adjdict from state (#5657)
- Add examples & improve documentation of voterank (#5500)

Contributors
------------

- Jarrod Millman
- Mridul Seth
- Dilara Tekinoglu