You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_nodes should be renamed to add_nodes_from and add_edges should be made add_edges_from to provide familiarity to NetworkX users migrating from Python. Additionally, support for remove_node, remove_nodes_from, remove_edge and remove_edges_from should be provided.
However, the graph format must be finalised first (please see the issue referenced).
Description
add_nodes
should be renamed toadd_nodes_from
andadd_edges
should be madeadd_edges_from
to provide familiarity to NetworkX users migrating from Python. Additionally, support forremove_node
,remove_nodes_from
,remove_edge
andremove_edges_from
should be provided.However, the graph format must be finalised first (please see the issue referenced).
The text was updated successfully, but these errors were encountered: