summaryrefslogtreecommitdiff
path: root/doc/release/release_dev.rst
blob: 45084a9af2edd04b4f2571a0e5e309d9be358ca8 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
3.2 (unreleased)
================

Release date: TBD

Supports Python 3.9, 3.10, and 3.11.

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
----------

This release is the result of X of work with over X pull requests by
X contributors. Highlights include:


Improvements
------------

- [`#6654 <https://github.com/networkx/networkx/pull/6654>`_]
  Function ``cycle_basis`` switched from using Python sets to dicts so the
  results are now deterministic (not dependent on order reported by a set).

API Changes
-----------
- [`#6651 <https://github.com/networkx/networkx/pull/6651>`_]
  In `is_semiconnected`, the keyword argument `topo_order` has been removed.
  That argument resulted in silently incorrect results more often than not.



Deprecations
------------


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

<output of contribs.py>


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

<output of contribs.py>