18
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bidirectional dijkstra optimization: from 1.1x to 25x faster (#8206) More... 1 day ago
Add hyper_wiener_index function (#8184) More... 2 days ago
MAINT: Ignore graph hashing warnings in tests (#8205) More... 6 days ago
Add GEXF 1.3 to the recognized GEXF versions (#8196) More... 8 days ago
trust rank implementation and testing (#8165) More... 13 days ago
MAINT: remove `try except` for `tomllib` in `generate_requirements` (#8198) More... 15 days ago
MAINT: use `matrix_power` from `scipy.sparse` in `number_of_walks` (#8197) More... 15 days ago
Ensure PlanarEmbedding is pickleable More... 22 days ago
Avoid re-exploring nodes in Kosaraju's SCC algorithm (#8056) More... 23 days ago
Add benchmarks for is_regular. (#8173) More... 26 days ago
chore: make benchmarking and release requirements extras in `pyproject.toml` (#8172) More... 26 days ago
enh: short-circuit in `is_regular` for directed graphs (#8138) More... 26 days ago
3d facebook plot example (#6893) More... 27 days ago
Faster `intersection_array` computation for checking distance-regularity (#7181) More... 28 days ago
Testing sentinel-node trick (#8171) More... 29 days ago
Use `pytest.raises` as a context (#8170) More... 30 days ago
Add directed star graph (#8151) More... about 1 month ago
refactor: simplify `k_factor` (#8139) More... about 1 month ago
DOC: Adding Notes on Multi-Target Shortest Path Queries (#8169) More... about 1 month ago
test: clean up `k_factor` tests (#8140) More... about 1 month ago
Add benchmarks for multisrc_dijkstra over many small graphs. (#8164) More... about 1 month ago
Add `all_triangles` generator yielding all unique triangles in a graph (#8135) More... about 1 month ago
Optimizing Dijkstra's paths to target (~50x faster for graphs with multiple-hops shortest path) (#8023) More... about 1 month ago
feat(drawing): add missing connection styles in `draw_networkx_edge_labels` and `display` (#8108) More... about 1 month ago
Correct the docs for `display()` keyword `node_pos` (#8153) More... about 1 month ago
Ensure that backend names are valid Python identifiers (#8160) More... about 1 month ago
Optimise harmonic centrality (#8158) More... about 1 month ago
MAINT: Weekly cron job to run dispatch test with an extensive matrix (#8154) More... about 1 month ago
Fix issues with urls in HITS reference docs (#8156) More... about 1 month ago
optimise `is_reachable()` (#8112) More... about 1 month ago