summaryrefslogtreecommitdiff
path: root/doc/release/release_dev.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-10-23 15:37:48 -0700
committerGitHub <noreply@github.com>2021-10-23 15:37:48 -0700
commit0c503e31ba0062dc9a4ed47c380481aa8d6978c8 (patch)
treeef389b7ba52dec39941978824c7e0e833f17ab9e /doc/release/release_dev.rst
parent27d362b9a752adf38d7db1828a48f50bb41c84bd (diff)
downloadnetworkx-0c503e31ba0062dc9a4ed47c380481aa8d6978c8.tar.gz
Drop Py37 (#5143)
* Drop Py37 * XML serialization issue * Use math.comb Co-authored-by: Simone Gasperini <simone.gasperini2@studio.unibo.it> * Run pyupgrade --py38-plus * Run black * More documentation * Deprecate euclidean Co-authored-by: Simone Gasperini <simone.gasperini2@studio.unibo.it>
Diffstat (limited to 'doc/release/release_dev.rst')
-rw-r--r--doc/release/release_dev.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst
index a779ab16..5101f209 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_dev.rst
@@ -3,7 +3,7 @@ Next Release
Release date: TBD
-Supports Python ...
+Supports Python 3.8, 3.9, and ...
NetworkX is a Python package for the creation, manipulation, and study of the
structure, dynamics, and functions of complex networks.
@@ -31,6 +31,8 @@ X contributors. Highlights include:
.. _gh-4946: https://github.com/networkx/networkx/pull/4946#issuecomment-914623654
+- Dropped support for Python 3.7.
+
Improvements
------------
@@ -50,6 +52,8 @@ Deprecations
Deprecate the ``random_state`` alias in favor of ``np_random_state``
- [`#5114 <https://github.com/networkx/networkx/pull/5114>`_]
Deprecate the ``name`` kwarg from ``union`` as it isn't used.
+- [`#5143 <https://github.com/networkx/networkx/pull/5143>`_]
+ Deprecate ``euclidean`` in favor of ``math.dist``.
Merged PRs