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

Extending basic graph formation #9

Closed
1 of 6 tasks
ajeetdsouza opened this issue Nov 30, 2017 · 1 comment
Closed
1 of 6 tasks

Extending basic graph formation #9

ajeetdsouza opened this issue Nov 30, 2017 · 1 comment

Comments

@ajeetdsouza
Copy link

Description

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).

  • Relevant Issues : Support for basic graph formation #8
  • Relevant PRs : (optional)
  • Type of issue :
    • User mode :
      • Installation
      • Feature request
      • Bug in existing feature
    • Developer mode :
      • Code quality
      • Tests
      • Documentation
@universato
Copy link
Member

Done!
I added alias (remove_nodes_from and remove_edges_from)
Graph has also add_nodes_from and add_edges_from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants