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

Katz centrality #370

Merged
merged 15 commits into from
May 31, 2023
Merged

Katz centrality #370

merged 15 commits into from
May 31, 2023

Commits on May 20, 2023

  1. feat: new algorithm computing Katz-centrality

    New function in , computes the Katz-centrality for hypergraph.
    This commit does not passe all tests yet (bug with the namespace when importing ).
    acombretrenouard committed May 20, 2023
    Configuration menu
    Copy the full SHA
    501c0fb View commit details
    Browse the repository at this point in the history
  2. fix: fixing namespace issue

    The function katz_centrality was not mentionned in __all__ in file xgi/algorithms/centrality.py.
    Docstring was also completed in katz_centrality.
    acombretrenouard committed May 20, 2023
    Configuration menu
    Copy the full SHA
    bc74c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    467b21a View commit details
    Browse the repository at this point in the history
  4. fix: run usual contribution pipeline

    Run pylint xgi/ --disable all --enable W0611, isort . and black ..
    Updated CHANGELOG.md.
    acombretrenouard committed May 20, 2023
    Configuration menu
    Copy the full SHA
    d780062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a756d2f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    50a8ff7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    cab6280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ca759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a998a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c57676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a081015 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93842ad View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    9f9d2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2036572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d4c046 View commit details
    Browse the repository at this point in the history