Update dependency networkx to v3.3 #111
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.2.1
->==3.3
Release Notes
networkx/networkx (networkx)
v3.3
: NetworkX 3.3Compare Source
networkx 3.3
We're happy to announce the release of networkx 3.3!
API Changes
complete_multipartite_graph
(#7057).create
argument ofnonisomorphic_trees
(#7316).Enhancements
sort_neighbors
to all functions indepth_first_search.py
(#7196).max_level=
argument tolouvain_communities
to limit macro-iterations (#6909).@nx._dispatchable
usage since 3.2.1 (#7302)._dispatchable
objects into functions (#7298).PlanarEmbedding.copy()
useadd_edges_from()
from parent (closes #7223) (#7224).nx.generate_random_paths
(#7332).should_run
(#7257).weisfeiler_lehman_subgraph_hashes
(#6601).is_negatively_weighted
dispatchable (#7352).Bug Fixes
is
to compare nodes (#7041).nx.mycielski_graph(0)
(#7056).complete_multipartite_graph
(#7057).test_asadpour_tsp
and changelinprog
method (#7335).Documentation
neighbors
param (#7072).structuralholes.py::local_constraint
docstring (#7198).subgraph_is_monomorphic
andsubgraph_monomorphisms_iter
in docs (#7197)._dispatch
(#7194).cluster.py
(#7261).nb2plot
withmyst-nb
(#7237).LCF_graph
docstring (#7262).weisfeiler_lehman_subgraph_hashes
(#6601).backend.py
's docs (#7305).Maintenance
@not_implemented_for("directed")
tonumber_connected_components
(#7074).hits
to use"weight"
edge weight (#7081).write_graphml
: Small fix for object type description onTypeError
exception (#7109).core.py
(#7027).not_implemented_for("multigraph”)
tok_core
,k_shell
,k_crust
andk_corona
(#7121).__networkx_plugin__
(use__networkx_backend__
instead) (#7157).NodeNotFound
exceptions to_apply_prediction
andsimrank
, and ignored isolated nodes inpanther_similarity
(#7110)."networkx.plugins"
and"networkx.plugin_info"
entry-points (#7192).nx_pydot
now that pydot is actively maintained again (#7204)._dispatch
to_dispatchable
(#7193).seed
tognm_random_graph
incommunity/tests/test_label_propagation.py
(#7264).cluster.py
(#7261).nb2plot
withmyst-nb
(#7237).func_info
dictionary's keys (#7219).mutates_input=
andreturns_graph=
to_dispatchable
(#7191).single_target_shortest_path_length
(#7327).shortest_path
inconsisitent with warning (#7341).nx.config
dict for configuring dispatching and backends (#7225).seed
totest_richclub_normalized
(#7355).del config[key]
(#7391).Contributors
54 authors added to this release (alphabetically):
29 reviewers added to this release (alphabetically):
These lists are automatically generated, and may not be complete or may contain duplicates.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.