Skip to content

Commit d9ff82f

Browse files
jarrodmillmanAlex-Markham
authored andcommitted
Update developer deprecation todo list (networkx#6985)
* Remove old note about pagerank deprecations Make pagerank numpy and scipy private functions networkx#5772 networkx#5772 * Remove note about copy deprecations Remove copy methods for Filter* coreviews networkx#5776 networkx#5776 * Remove note about to_pandas_edgelist deprecation Remove unused deprecated argument from to_pandas_edgelist networkx#5778 networkx#5778 * Remove note about unused 'name' parameter deprecation Remove unused 'name' parameter from /operators/binary.py networkx#5741 networkx#5741 * Remove note about google_matrix return type deprecation Update return type of google_matrix to numpy.ndarray networkx#5762 networkx#5762 * Remove note about attrmatrix return type Update return type of attrmatrix networkx#5764 networkx#5764 * Remove not about removing extrema_bounding Remove deprecated function extrema_bounding networkx#5757 networkx#5757 * Remove note about min_weight_matching deprecation Remove deprecated maxcardinality parameter from min_weight_matching networkx#6146 networkx#6146 * Move note about pending removal Rename function join as join_trees networkx#6908 networkx#6908 * Move pydot pending removal release
1 parent e947656 commit d9ff82f

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

doc/developer/deprecations.rst

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,9 @@ Todo
4141

4242
Make sure to review ``networkx/conftest.py`` after removing deprecated code.
4343

44-
Version 3.0
45-
~~~~~~~~~~~
46-
47-
* Remove ``copy`` method in the coreview Filtered-related classes and related tests.
48-
* In ``algorithms/link_analysis/pagerank_alg.py`` replace ``pagerank`` with ``pagerank_scipy``.
49-
* In ``algorithms/link_analysis/pagerank_alg.py`` rename ``pagerank_numpy`` as ``_pagerank_numpy``.
50-
* In ``convert_matrix.py`` remove ``order`` kwarg from ``to_pandas_edgelist`` and docstring
51-
* In ``algorithms/operators/binary.py`` remove ``name`` kwarg from ``union`` and docstring.
52-
* In ``algorithms/link_analysis/pagerank_alg.py``, remove the
53-
``np.asmatrix`` wrappers on the return values of ``google_matrix`` and remove
54-
the associated FutureWarning.
55-
* In ``linalg/attrmatrix.py`` remove the FutureWarning, update the
56-
return type by removing ``np.asmatrix``, and update the docstring to
57-
reflect that the function returns a ``numpy.ndarray`` instance.
58-
* In ``algorithms/distance_measures.py`` remove ``extrema_bounding``.
59-
* In ``algorithms/matching.py``, remove parameter ``maxcardinality`` from ``min_weight_matching``.
60-
61-
62-
Version 3.2
63-
~~~~~~~~~~~
64-
* Remove pydot functionality ``drawing/nx_pydot.py``, if pydot is still not being maintained. See #5723
65-
* Remove renamed function ``join()`` in ``algorithms/tree/operations.py`` and
66-
in ``doc/reference/algorithms/trees.rst``
67-
6844
Version 3.3
6945
~~~~~~~~~~~
46+
* Remove pydot functionality ``drawing/nx_pydot.py``, if pydot is still not being maintained. See #5723
7047
* Remove the ``forest_str`` function from ``readwrite/text.py``. Replace
7148
existing usages with ``write_network_text``.
7249
* Change ``single_target_shortest_path_length`` in ``algorithms/shortest_path/unweighted.py``
@@ -82,3 +59,5 @@ Version 3.4
8259
* Remove ``MultiDiGraph_EdgeKey`` class from ``algorithms/tree/branchings.py``.
8360
* Remove ``Edmonds`` class from ``algorithms/tree/branchings.py``.
8461
* Remove ``normalized`` kwarg from ``algorithms.s_metric``
62+
* Remove renamed function ``join()`` in ``algorithms/tree/operations.py`` and
63+
in ``doc/reference/algorithms/trees.rst``

0 commit comments

Comments
 (0)