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

Add capacity keyword arguments to graph creation #975

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 15, 2024

  1. Add capacity keyword arguments to graph creation

    This adds `initial_node_count` and `initial_edge_count` optional keyword
    arguments to the Python-space constructors of `PyGraph` and `PyDiGraph`
    to expose the `with_capacity` constructor from Rust space.  This also
    easily allows these to be used during pickling operations.
    jakelishman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9b0c146 View commit details
    Browse the repository at this point in the history
  2. Correct release note

    jakelishman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cbbecea View commit details
    Browse the repository at this point in the history
  3. Run formatting

    jakelishman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    55ee436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8660eea View commit details
    Browse the repository at this point in the history