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
/
algorithms
/
components
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `topo_order` kwarg from `is_semiconnected` without deprecation. (#6651)
Ross Barnowski
2023-05-03
1
-9
/
+14
*
Test dispatching via nx-loopback backend (#6536)
Jim Kitchen
2023-03-28
1
-2
/
+6
*
Dispatch more BFS-based algorithms (#6467)
Erik Welch
2023-03-11
2
-0
/
+3
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
3
-0
/
+3
*
Enhance biconnected components to avoid indexing (#5974)
Morrison Turnansky
2022-09-12
1
-3
/
+9
*
Minor doc fixups (#5868)
Ross Barnowski
2022-07-15
1
-3
/
+6
*
Add examples for the condensation function (#5452)
kpetridis
2022-06-23
1
-0
/
+20
*
Compute `is_strongly_connected` lazily (#5793)
Matus Valo
2022-06-21
1
-1
/
+1
*
Compute `is_weakly_connected` lazily (#5795)
Matus Valo
2022-06-21
1
-1
/
+1
*
Dont compute all biconnected components in `is_biconnected()` (#5688)
Matus Valo
2022-06-09
1
-9
/
+14
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
8
-2
/
+11
*
Added examples in weakly_connected.py (#5593)
Nikita Sharma
2022-05-13
1
-0
/
+16
*
Added examples in connected and strongly connected functions (#5559)
Nikita Sharma
2022-05-09
2
-0
/
+27
*
Fixing Tarjan's strongly connected components algorithm implementation to hav...
Alejandro Candioti
2022-01-30
1
-1
/
+2
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-2
/
+2
*
Remove decorator dependency (#4739)
Kelly Boothby
2021-06-21
5
-14
/
+20
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-1
/
+1
*
fix typo (#4724)
Francesco Andreuzzi
2021-04-04
1
-1
/
+1
*
Delete old test (#4513)
Jarrod Millman
2021-01-03
1
-27
/
+0
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-7
/
+3
*
fix order of yield and seen.update in all cc routines (see #4331 & #3859 & 38...
Dan Schult
2020-11-12
4
-3
/
+28
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
3
-10
/
+22
*
Format w/ black
Jarrod Millman
2020-07-10
12
-126
/
+277
*
Deprecate context_manager reversed in favor of reversed_view (#3983)
Dan Schult
2020-06-02
1
-2
/
+1
*
Fix example in docstring (#3866)
RĂ¼diger Busche
2020-03-15
1
-1
/
+2
*
Make connected_components safe to component set mutation (#3859)
Kelly Boothby
2020-03-09
2
-4
/
+12
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
4
-8
/
+5
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
5
-5
/
+0
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
6
-6
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
6
-56
/
+0
*
Fix more documentation issues with exceptions
Jarrod Millman
2019-11-09
6
-21
/
+21
*
Remove unused imports
Jarrod Millman
2019-10-21
1
-1
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
5
-5
/
+0
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
2
-1
/
+2
*
Remove deprecated weakly_connected_component_subgraphs
Jarrod Millman
2019-10-12
1
-17
/
+0
*
Replace eq_, ok_ with assert
Jarrod Millman
2019-10-12
1
-10
/
+9
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
6
-34
/
+34
*
Changes to convert_matrix and others that depend on np.matrix
Dan Schult
2019-10-12
1
-1
/
+1
*
Remove deprecated functions and methods. add to release notes.
Dan Schult
2019-10-12
10
-207
/
+12
*
Revert "Remove deprecated weakly_connected_component_subgraphs"
Dan Schult
2019-10-12
1
-4
/
+17
*
Remove deprecated weakly_connected_component_subgraphs
Dan Schult
2019-10-12
1
-17
/
+4
*
Remove unused imports
Jarrod Millman
2019-10-12
3
-3
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
6
-107
/
+107
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
5
-47
/
+52
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Optimize the strongly connected components algorithm - Take 2 (#3519)
Omer Katz
2019-07-25
1
-7
/
+2
*
Optimize the strongly connected components algorithm. (#3516)
Omer Katz
2019-07-19
1
-6
/
+6
*
added topo_order parameter to functions that rely on topological_sort (#3447)
Anthony Labarre
2019-05-21
1
-3
/
+8
*
Update copyright
Jarrod Millman
2019-03-30
6
-6
/
+6
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
5
-9
/
+9
[next]