summaryrefslogtreecommitdiff
path: root/doc/developer
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-05-30 17:55:54 -0700
committerGitHub <noreply@github.com>2021-05-30 17:55:54 -0700
commitd989f687e2f83e48fb4906836c3eb5c3e00e7d78 (patch)
tree03425956e232f3b4af187fb7e6d5ec0bfe769264 /doc/developer
parentfec20e0a6767eca1b40f19e1cf06387cdaea0f13 (diff)
downloadnetworkx-d989f687e2f83e48fb4906836c3eb5c3e00e7d78.tar.gz
Use scipy to compute eigenvalues (#4847)
* Use scipy to compute eigenvalues * Compute svd instead * Clean up * Document changes * Update test_hits to look at convergence failing Co-authored-by: Dan Schult <dschult@colgate.edu>
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/deprecations.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/developer/deprecations.rst b/doc/developer/deprecations.rst
index 4cc4a2c1..56d8978d 100644
--- a/doc/developer/deprecations.rst
+++ b/doc/developer/deprecations.rst
@@ -80,8 +80,7 @@ Version 3.0
* Remove ``readwrite/json_graph/jit.py`` and related tests.
* In ``utils/misc.py`` remove ``generate_unique_node`` and related tests.
* In ``algorithms/link_analysis/hits_alg.py`` remove ``hub_matrix`` and ``authority_matrix``
-* In ``algorithms/link_analysis/hits_alg.py``, replace ``hits`` with the
- implementation from ``hits_scipy`` and remove ``hits_numpy`` and ``hist_scipy``.
+* In ``algorithms/link_analysis/hits_alg.py``, remove ``hits_numpy`` and ``hist_scipy``.
* In ``networkx.classes`` remove the ``ordered`` module and the four ``Ordered``
classes defined therein.
* In ``utils/decorators.py`` remove ``preserve_random_state``.