diff options
| author | Jarrod Millman <jarrod.millman@gmail.com> | 2022-07-05 00:57:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 11:57:50 +0400 |
| commit | d7454a8bbbaaf441cc2a8130faf79f7037b6c220 (patch) | |
| tree | 175010033e7e220d45e9fe40c7d250ac655c0c94 /doc/developer | |
| parent | d8e76beada5e3a962ef95c4b549746e493bb662f (diff) | |
| download | networkx-d7454a8bbbaaf441cc2a8130faf79f7037b6c220.tar.gz | |
Clean up from PR #5779 (#5841)
Diffstat (limited to 'doc/developer')
| -rw-r--r-- | doc/developer/deprecations.rst | 2 |
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. |
