Update dependency networkx to v3.4.2 #591
Open
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.4.2
Release Notes
networkx/networkx (networkx)
v3.4.2
: NetworkX 3.4.2Compare Source
NetworkX 3.4.2
We're happy to announce the release of networkx 3.4.2!
Bug Fixes
Documentation
Maintenance
Contributors
6 authors added to this release (alphabetically):
4 reviewers added to this release (alphabetically):
These lists are automatically generated, and may not be complete or may contain duplicates.
v3.4.1
: NetworkX 3.4.1Compare Source
networkx 3.4.1
We're happy to announce the release of networkx 3.4.1!
Maintenance
Contributors
2 authors added to this release (alphabetically):
3 reviewers added to this release (alphabetically):
These lists are automatically generated, and may not be complete or may contain duplicates.
v3.4
: NetworkX 3.4Compare Source
networkx 3.4
We're happy to announce the release of networkx 3.4!
API Changes
forest_str
deprecation (#7414).colliders
andv_structures
and deprecatedcompute_v_structures
indag.py
(#7398).random_tree
deprecation (#7415).sort_neighbors
param ingeneric_bfs_edges
(#7417).edges
keyword/deprecatelink
keyword arguments inJSON
input-output (#7565).node_link_*
link defaults (#7652).Enhancements
nodelist
feature tofrom_numpy_array
(#7412).to_networkx_graph
(#7424).create_using
parameter for random graphs (#5672).Bug Fixes
complete_bipartite_graph
(#7399).from_pandas_edgelist
for MultiGraph given edge_key (#7466).colliders
andv_structures
and deprecatedcompute_v_structures
indag.py
(#7398).backend=
(#7494).to_agraph
from modifying graph argument (#7610).eigenvector_centrality_numpy
(#7549).Documentation
NetworkXPointlessConcept
exception (#7434).pairs.py
(#7416).shortest_path_length
so return is number instead of int (#7477).Backend and Configs
docs (#7404).dominance.py
[Issue #7522] (#7524).dorogovtsev_goltsev_mendes_graph()
(#7473).Introspection
section to backends docs (#7556).default_config
inget_info
's description (#7567).README.rst
(#7514).default
extras in README (#7574).to_scipy_sparse_array
(#7627).Maintenance
connectivity
module (#7367).flow_hierarchy
(#7393).random_tree
in package (#7411).non_randomness
(#7395).algorithms.bridges.bridges()
(#7471).polynomials.py
toneeds_numpy
(#7493).LoopbackDispatcher
toLoopbackBackendInterface
anddispatcher
tobackend_interface
(#7492).plot_image_segmentation_spectral_graph_partition
example compatible with scipy 1.14.0 (#7518).nx_pydot.graphviz_layout
for nodes with quoted/escaped chars (#7588).weisfeiler_lehman_graph_hash
: addnot_implemented_for("multigraph")
decorator (#7614).tools/team_list.py
(#7616).Other
Contributors
53 authors added to this release (alphabetically):
28 reviewers added to this release (alphabetically):
These lists are automatically generated, and may not be complete or may contain duplicates.
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):
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.