index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow dispatcher decorator without a name
nx-sparse
Jim Kitchen
2022-10-12
16
-89
/
+135
*
Dispatch more algorithms and improve auto-test capabilities
Jim Kitchen
2022-10-12
14
-4
/
+66
*
Rework the backend dispatching
Jim Kitchen
2022-10-12
5
-14
/
+134
*
Wrappers classes to dispatch to a backend
Mridul Seth
2022-10-12
4
-0
/
+34
*
Update deprecations after 3.0 dep sprint (#6031)
Jarrod Millman
2022-10-11
1
-53
/
+0
*
Minor updates to expanders generator tests (#6027)
Ross Barnowski
2022-10-11
1
-47
/
+46
*
Fixed test for average shortest path in the case of directed graphs (#6003)
Sebastiano Vigna
2022-10-09
2
-8
/
+16
*
Fix warnings from running tests in randomized order (#6014)
Ross Barnowski
2022-10-06
2
-4
/
+5
*
Fix defect and update docs for MappedQueue, related to gh-5681 (#5939)
Kevin Brown
2022-10-04
2
-12
/
+78
*
VF2++ for Directed Graphs (#5972)
Konstantinos Petridis
2022-10-04
10
-166
/
+1835
*
Update linters (#6006)
Jarrod Millman
2022-09-30
1
-1
/
+1
*
Fix steiner tree test (#5999)
Guy Aglionby
2022-09-27
1
-1
/
+1
*
Make all.py generator friendly (#5984)
ddelange
2022-09-21
3
-110
/
+86
*
Enhance biconnected components to avoid indexing (#5974)
Morrison Turnansky
2022-09-12
1
-3
/
+9
*
Add vf2pp_helpers subpackage to wheel (#5975)
Ross Barnowski
2022-09-11
1
-0
/
+0
*
Switch to relative import for vf2pp_helpers. (#5973)
Ross Barnowski
2022-09-09
1
-7
/
+5
*
Minor docstring touchups and test refactor for `is_path` (#5967)
Ross Barnowski
2022-09-08
2
-19
/
+15
*
Preliminary VF2++ Implementation (#5788)
Konstantinos Petridis
2022-09-06
14
-0
/
+4192
*
Change is_path to return False when node not in G instead of raising exceptio...
pmlpm1986
2022-09-06
2
-1
/
+10
*
Improved documentation for all_simple_paths (#5944)
pmlpm1986
2022-09-01
1
-1
/
+10
*
Updated networkx/classes/function.py . Solves Issue #5463 (#5474)
0ddoe_s
2022-08-23
1
-0
/
+28
*
Add Mehlhorn Steiner approximations (#5629)
Guy Aglionby
2022-08-23
2
-45
/
+266
*
[ENH] Find and verify a minimal D-separating set in DAG (#5898)
Adam Li
2022-08-23
4
-5
/
+398
*
Arf layout (#5910)
Casper van Elteren
2022-08-23
2
-1
/
+139
*
Further improvements to strategy_saturation_largest_first (#5935)
George Watkins
2022-08-23
2
-40
/
+63
*
See matplotlb 3.6rc1 failure (#5937)
Jarrod Millman
2022-08-21
1
-3
/
+3
*
docstring update to lexicographical_topological_sort issue 5681 (#5930)
Kevin Brown
2022-08-18
1
-9
/
+52
*
Propose to make new node_link arguments keyword only. (#5928)
Ross Barnowski
2022-08-17
1
-1
/
+9
*
Update mapping logic in `relabel_nodes` (#5912)
Ross Barnowski
2022-08-17
2
-13
/
+14
*
Bump nodelink args deprecation expiration to v3.2 (#5933)
Ross Barnowski
2022-08-17
2
-7
/
+7
*
Add function bfs_layers to docs (#5932)
Dan Schult
2022-08-17
2
-3
/
+3
*
Replace LCA with naive implementations (#5883)
Ross Barnowski
2022-08-13
2
-407
/
+50
*
Fix Louvain_partitions by yielding a copy of the sets in the partition gh-590...
Dan Schult
2022-08-13
2
-2
/
+16
*
Allow unsortable nodes in approximation.treewidth functions (#5921)
Dan Schult
2022-08-13
2
-12
/
+18
*
signature change for `node_link` functions: for issue #5787 (#5899)
Kevin Brown
2022-08-11
3
-44
/
+237
*
Remove old Appveyor cruft (#5924)
Jarrod Millman
2022-08-11
3
-8
/
+4
*
Adds ```nx.bfs_layers``` method (#5879)
Dhaval Kumar
2022-08-05
2
-17
/
+92
*
docstring updates for `union`, `disjoint_union`, and `compose` (#5892)
Kevin Brown
2022-08-04
1
-22
/
+53
*
Update lattice.py (#5914)
Tigran Khachatryan
2022-08-04
1
-1
/
+1
*
Allow classes to relabel nodes -- casting (#5903)
Dan Schult
2022-08-01
2
-2
/
+12
*
Add weight distance metrics (#5305)
Lucas H. McCabe
2022-07-28
2
-46
/
+398
*
Add cache reset for when G._node is changed (#5894)
Dan Schult
2022-07-25
2
-0
/
+28
*
Update docs to include description of the `return_seen` kwarg (#5891)
Sultan Orazbayev
2022-07-25
1
-2
/
+15
*
Fixed unused root argument in has_bridges (#5846)
Juanita Gomez
2022-07-22
4
-1
/
+74
*
strategy_saturation_largest_first now accepts partial colorings (#5888)
George Watkins
2022-07-22
2
-23
/
+87
*
Improve LCA input validation (#5877)
Ross Barnowski
2022-07-20
1
-8
/
+2
*
update all_pairs_lca docstrings (#5876)
Tanmay Aeron
2022-07-18
1
-12
/
+50
*
make lazy_import private and remove its internal use (#5878)
Dan Schult
2022-07-17
4
-12
/
+40
*
Attempt to reverse slowdown from hasattr needed for cached_property (#5836)
Dan Schult
2022-07-16
10
-37
/
+126
*
Move factory attributes to the class instead of instance. (#5850)
Dan Schult
2022-07-15
4
-16
/
+0
[next]