summaryrefslogtreecommitdiff
path: root/doc/developer
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-07-05 00:57:50 -0700
committerGitHub <noreply@github.com>2022-07-05 11:57:50 +0400
commitd7454a8bbbaaf441cc2a8130faf79f7037b6c220 (patch)
tree175010033e7e220d45e9fe40c7d250ac655c0c94 /doc/developer
parentd8e76beada5e3a962ef95c4b549746e493bb662f (diff)
downloadnetworkx-d7454a8bbbaaf441cc2a8130faf79f7037b6c220.tar.gz
Clean up from PR #5779 (#5841)
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/deprecations.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/developer/deprecations.rst b/doc/developer/deprecations.rst
index 839ccd51..6b93926e 100644
--- a/doc/developer/deprecations.rst
+++ b/doc/developer/deprecations.rst
@@ -76,8 +76,6 @@ Version 3.0
* In ``algorithms/link_analysis/pagerank_alg.py``, remove the
``np.asmatrix`` wrappers on the return values of ``google_matrix`` and remove
the associated FutureWarning.
-* In ``convert_matrix.py`` remove ``from_scipy_sparse_matrix`` and
- ``to_scipy_sparse_matrix``.
* In ``linalg/attrmatrix.py`` remove the FutureWarning, update the
return type by removing ``np.asmatrix``, and update the docstring to
reflect that the function returns a ``numpy.ndarray`` instance.