summaryrefslogtreecommitdiff
path: root/doc/developer/deprecations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/deprecations.rst')
-rw-r--r--doc/developer/deprecations.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer/deprecations.rst b/doc/developer/deprecations.rst
index 59e789fc..459d84f5 100644
--- a/doc/developer/deprecations.rst
+++ b/doc/developer/deprecations.rst
@@ -77,5 +77,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 ``networkx.classes`` remove the ``ordered`` module and the four ``Ordered``
classes defined therein.