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 Kirchhoff index / Effective graph resistance #6926

Merged
merged 25 commits into from Dec 9, 2023
Merged

Add Kirchhoff index / Effective graph resistance #6926

merged 25 commits into from Dec 9, 2023

Commits on Sep 13, 2023

  1. Add Kirchhoff index

    Add the computation of the Kirchhoff index to networkx
    peijenburg committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    710ac08 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    peijenburg committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    78ed05e View commit details
    Browse the repository at this point in the history
  3. scipy not necessary

    peijenburg committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d593d21 View commit details
    Browse the repository at this point in the history
  4. scipy not necessary

    peijenburg committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ddc5623 View commit details
    Browse the repository at this point in the history
  5. style fixes

    peijenburg committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6da28ce View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. small doc change

    peijenburg committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9dc38a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. change digraph, add test

    peijenburg committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ff33147 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. vectorise final computation

    peijenburg committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9137fd8 View commit details
    Browse the repository at this point in the history
  2. style fix

    peijenburg committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0844bfb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. minor cleanup tests

    peijenburg committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8eedd21 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Add Kirchhoff index

    Add the computation of the Kirchhoff index to networkx
    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9de9a98 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4c1fdc7 View commit details
    Browse the repository at this point in the history
  3. scipy not necessary

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bd5ccb4 View commit details
    Browse the repository at this point in the history
  4. scipy not necessary

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    aed3857 View commit details
    Browse the repository at this point in the history
  5. style fixes

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8cd6a21 View commit details
    Browse the repository at this point in the history
  6. small doc change

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a5a34d1 View commit details
    Browse the repository at this point in the history
  7. change digraph, add test

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5eb87c4 View commit details
    Browse the repository at this point in the history
  8. vectorise final computation

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e764b01 View commit details
    Browse the repository at this point in the history
  9. style fix

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2e82f7b View commit details
    Browse the repository at this point in the history
  10. minor cleanup tests

    peijenburg authored and dschult committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6f3f238 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge branch 'Add-Kirchhoff-index' of https://github.com/peijenburg/n…

    …etworkx_me into Add-Kirchhoff-index
    peijenburg committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f2d85b9 View commit details
    Browse the repository at this point in the history
  2. fix

    peijenburg committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    579a7d3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'networkx:main' into Add-Kirchhoff-index

    peijenburg committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    776235b View commit details
    Browse the repository at this point in the history
  4. change name

    peijenburg committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e020186 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. remove return var

    peijenburg committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c06ac7e View commit details
    Browse the repository at this point in the history