Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the compatibility of NetworkX #62

Closed
yecol opened this issue Jan 5, 2021 · 2 comments · Fixed by #249
Closed

Improve the compatibility of NetworkX #62

yecol opened this issue Jan 5, 2021 · 2 comments · Fixed by #249

Comments

@yecol
Copy link
Collaborator

yecol commented Jan 5, 2021

Currently the compatibility of NetworkX API is in preview.
We will make it solid in these aspects:

  • graph manipulations
  • built-in algorithms for large graphs in the distributed setting
@acezen
Copy link
Collaborator

acezen commented Apr 8, 2021

0.4.0 release tasks:

  • allow tuple/float/bool node type.
  • make project_to_simple implicit and make the session of nx.Graph same with gs.Graph (if transform)
  • improve the compatibility of api of Graph and DiGraph, and full pass the Graph/DiGraph tests of NetworkX.
    • implement deepcopy of to_directed and to_undirected in c++;
    • implement GraphView in C++ (including to_directed/to_undirected/reverse).
    • induce subgraph/edgeSubgraph
    • keep a record of the self-loop number in graph.
  • improve document of networkx module.
    • tutorial
    • document
  • remove the experiment tag
  • case study of algorithms.

@yecol
Copy link
Collaborator Author

yecol commented Jul 12, 2021

break-down to detailed issues.

@yecol yecol closed this as completed Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants