snap-python icon indicating copy to clipboard operation
snap-python copied to clipboard

Implement the Directed Graph (DiGraph) class in SnapX

Open jihun-hong opened this issue 4 years ago • 1 comments

  • Implemented the DiGraph class within SnapX, but it still has some missing functionalities because other parts of SnapX are not implemented
  • Fix some errors in Graph class within SnapX
  • Add unit tests for DiGraph

jihun-hong avatar Feb 24 '21 13:02 jihun-hong

@jihun-hong I haven't seen any SnapX documentation at the main documentation website. Will you support reading and writing the nx.Graph, nx.DiGraph, and other NetworkX graph types to and from the TTable format with SnapX?

hcars avatar Apr 12 '21 16:04 hcars