summaryrefslogtreecommitdiff
path: root/doc/release/release_2.7.1.rst
blob: 109ef1790ce3894b9f89c2370a48a0b23d20ddd8 (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
.. _networkx_2.7.1:

NetworkX 2.7.1
==============

Release date: 5 March 2022

Supports Python 3.8, 3.9, and 3.10

Minor bug fixes.

Merged PRs
----------

A total of 7 changes have been committed.

- Designate 2.7 release
- Bump release version
- Fix release notes
- Change dev version to 2.7.1
- Fix line graph construction for heterogeneous nodes (#5357)
- Fix development banner (#5370)
- Simplify DelayedImportErrorModule (#5371)
- [nx_pylab] fix StopIteration, if empty dict is passed for labels. (#5372)

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

- Jarrod Millman
- Martin K. Scherer
- Stefan van der Walt
- jkudla