sknetwork-team / scikit-network

Graph Algorithms
Other
606 stars 66 forks source link

data.load_edge_list is missing in 0.26.0 version #525

Closed JiaruiWang closed 2 years ago

JiaruiWang commented 2 years ago

Description

skn.data.load_edge_list is missing from the package. Documentation and tutorial for it are also unavailable. https://scikit-network.readthedocs.io/en/latest/tutorials/data/index.html#datatag

What I Did

installed 0.26.0

Had to roll back to 0.25.0

tbonald commented 2 years ago

Please use skn.data.from_edge_list (for edge list) or skn.data.from_adjacency_list (for adjacency list) instead. Thanks.