summaryrefslogtreecommitdiff
path: root/doc/release/release_dev.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-10-29 10:18:40 -0700
committerGitHub <noreply@github.com>2020-10-29 10:18:40 -0700
commitb6f61bae3a8da091b1b1e1e4e941593e21b3a37b (patch)
treecff36e4858d7cd1bebd9dd82697c5d8423f41332 /doc/release/release_dev.rst
parent44e805a8f6387be1317258257dc6e37087c41183 (diff)
downloadnetworkx-b6f61bae3a8da091b1b1e1e4e941593e21b3a37b.tar.gz
Deprecate nx_yaml (#4281)
Diffstat (limited to 'doc/release/release_dev.rst')
-rw-r--r--doc/release/release_dev.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst
index b24561fc..1e606469 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_dev.rst
@@ -37,13 +37,15 @@ Deprecations
------------
- [`#4238 <https://github.com/networkx/networkx/pull/4238>`_]
- Deprecate `to_numpy_matrix` and `from_numpy_matrix`.
+ Deprecate ``to_numpy_matrix`` and ``from_numpy_matrix``.
- [`#4279 <https://github.com/networkx/networkx/pull/4279>`_]
Deprecate ``networkx.utils.misc.is_iterator``.
Use ``isinstance(obj, collections.abc.Iterator)`` instead.
- [`#4280 <https://github.com/networkx/networkx/pull/4280>`_]
Deprecate ``networkx.utils.misc.is_list_of_ints`` as it is no longer used.
See ``networkx.utils.misc.make_list_of_ints`` for related functionality.
+- [`#4281 <https://github.com/networkx/networkx/pull/4281>`_]
+ Deprecate ``read_yaml`` and ``write_yaml``.
Contributors to this release
----------------------------