-
Notifications
You must be signed in to change notification settings - Fork 30
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
Katz centrality #370
Commits on May 20, 2023
-
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 ).
Configuration menu - View commit details
-
Copy full SHA for 501c0fb - Browse repository at this point
Copy the full SHA 501c0fbView commit details -
The function katz_centrality was not mentionned in __all__ in file xgi/algorithms/centrality.py. Docstring was also completed in katz_centrality.
Configuration menu - View commit details
-
Copy full SHA for bc74c47 - Browse repository at this point
Copy the full SHA bc74c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 467b21a - Browse repository at this point
Copy the full SHA 467b21aView commit details -
fix: run usual contribution pipeline
Run pylint xgi/ --disable all --enable W0611, isort . and black .. Updated CHANGELOG.md.
Configuration menu - View commit details
-
Copy full SHA for d780062 - Browse repository at this point
Copy the full SHA d780062View commit details -
Configuration menu - View commit details
-
Copy full SHA for a756d2f - Browse repository at this point
Copy the full SHA a756d2fView commit details
Commits on May 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50a8ff7 - Browse repository at this point
Copy the full SHA 50a8ff7View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cab6280 - Browse repository at this point
Copy the full SHA cab6280View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ca759 - Browse repository at this point
Copy the full SHA b9ca759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a998a - Browse repository at this point
Copy the full SHA 23a998aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c57676 - Browse repository at this point
Copy the full SHA 2c57676View commit details -
Configuration menu - View commit details
-
Copy full SHA for a081015 - Browse repository at this point
Copy the full SHA a081015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93842ad - Browse repository at this point
Copy the full SHA 93842adView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f9d2a4 - Browse repository at this point
Copy the full SHA 9f9d2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2036572 - Browse repository at this point
Copy the full SHA 2036572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4c046 - Browse repository at this point
Copy the full SHA 1d4c046View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.