Skip to content

Adding algorightms to Gallery - #714

Merged
maximelucas merged 4 commits into
devfrom
more_gallery
May 28, 2026
Merged

Adding algorightms to Gallery#714
maximelucas merged 4 commits into
devfrom
more_gallery

Conversation

@maximelucas

Copy link
Copy Markdown
Collaborator

Added four algorithms to the Gallery: communities, largest component, node centrality and edge centrality.

@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov

codecov Bot commented Apr 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.65%. Comparing base (820b770) to head (4a727d8).
⚠️ Report is 20 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #714      +/-   ##
==========================================
- Coverage   93.79%   93.65%   -0.15%     
==========================================
  Files          66       66              
  Lines        5142     5170      +28     
==========================================
+ Hits         4823     4842      +19     
- Misses        319      328       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maximelucas
maximelucas changed the base branch from main to dev April 28, 2026 08:16

@leotrs leotrs left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice additions Max! All four examples run cleanly and the typo fixes are welcome.

One small suggestion: the three examples using random_hypergraph trigger a "much slower than fast_random_hypergraph" warning when run. Worth swapping to fast_random_hypergraph in plot_clique_centrality.py, plot_largest_component.py, and plot_node_edge_centrality.py so the gallery output stays clean. Up to you whether to do it here or in a follow-up.

@maximelucas maximelucas linked an issue May 28, 2026 that may be closed by this pull request
@maximelucas
maximelucas merged commit 6223e7e into dev May 28, 2026
27 of 29 checks passed
@maximelucas
maximelucas deleted the more_gallery branch May 28, 2026 10:10
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

Successfully merging this pull request may close these issues.

add examples to Gallery

2 participants