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 functions for community detection (please help!).
Add functionalities for graph visualization.
This and that...
Identify further functions which could be accelarated using Numba package, and write the Numba-based duplicates.
Write a function for the Dijkstra algorithm.
Identify and modify all functions whose unweighted version could be improved using Boolean operators: ReciprocalDegree(), RichClub(), MatchingIndex(), ConnectedComponents(), K_Core(), K_Shells(), Modularity(), etc.
Support for weighted network metrics (ACHTUNG!! I won't accept just any algorithm for weighted networks, since many do not make sense.)
I/O support to more graph formats: igraph, graphML (.xml), DOT (.dot), etc.