18
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve docs for `all_neighbors()` (#8166) More... about 14 hours ago
BUG: Raise on directed graphs in `nx.find_cliques_recursive` (#8211) More... 1 day ago
STY: Variable rename proposal in bidirectional_dijkstra (#8210) More... 2 days ago
Bidirectional dijkstra optimization: from 1.1x to 25x faster (#8206) More... 2 days ago
Add hyper_wiener_index function (#8184) More... 3 days ago
MAINT: Ignore graph hashing warnings in tests (#8205) More... 7 days ago
Add GEXF 1.3 to the recognized GEXF versions (#8196) More... 9 days ago
trust rank implementation and testing (#8165) More... 14 days ago
MAINT: remove `try except` for `tomllib` in `generate_requirements` (#8198) More... 16 days ago
MAINT: use `matrix_power` from `scipy.sparse` in `number_of_walks` (#8197) More... 16 days ago
Ensure PlanarEmbedding is pickleable More... 23 days ago
Avoid re-exploring nodes in Kosaraju's SCC algorithm (#8056) More... 23 days ago
Add benchmarks for is_regular. (#8173) More... 27 days ago
chore: make benchmarking and release requirements extras in `pyproject.toml` (#8172) More... 27 days ago
enh: short-circuit in `is_regular` for directed graphs (#8138) More... 27 days ago
3d facebook plot example (#6893) More... 28 days ago
Faster `intersection_array` computation for checking distance-regularity (#7181) More... 29 days ago
Testing sentinel-node trick (#8171) More... 30 days ago
Use `pytest.raises` as a context (#8170) More... about 1 month 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