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
/
approximation
/
kcomponents.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-1
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-4
/
+2
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
1
-2
/
+3
*
Minor improvements from general code readthrough (#5414)
Ross Barnowski
2022-03-25
1
-1
/
+1
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-1
/
+1
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-2
/
+2
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-1
/
+0
*
Fixed docs + added decorator for k_components approx (#4474)
tom
2020-12-20
1
-3
/
+5
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-1
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-8
/
+10
*
Fix exception causes and messages in 12 modules (#4012)
Ram Rachum
2020-06-22
1
-2
/
+2
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-8
/
+8
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-6
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-2
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-4
/
+4
*
Import ABCs from collections.abc (#3171)
Jonathan Barnoud
2018-12-02
1
-1
/
+2
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-2
/
+2
*
Dictionary comprehensions from #1700 merged conflicts (#2768)
Dan Schult
2017-11-25
1
-3
/
+2
*
Removed unused imports (#2653)
James Lamb
2017-10-01
1
-2
/
+0
*
Fix links (#2663)
Jarrod Millman
2017-09-11
1
-40
/
+45
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-1
/
+1
*
Next attempt to meld graphviews with base classes (#2593)
Dan Schult
2017-08-12
1
-2
/
+17
*
Some changes to reduce the really long parts of tests (#2561)
Dan Schult
2017-08-02
1
-0
/
+1
*
WIP Add reversed view and to_(un)directed view (#2565)
Dan Schult
2017-07-31
1
-1
/
+1
*
Add adj property to AntiGraph class in kcomponents.py (#2560)
Dan Schult
2017-07-27
1
-5
/
+45
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
1
-8
/
+8
*
Add graph view classes for nodes/edge/degrees (#2458)
Dan Schult
2017-06-13
1
-29
/
+15
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-2
/
+1
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-1
/
+1
*
Remove commented out code
Mridul Seth
2015-06-27
1
-36
/
+6
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-40
/
+50
*
Update removal of nodes_iter()
Mridul Seth
2015-06-12
1
-2
/
+2
*
Remove the exact parameter from approximation.k_components.
Jordi Torrents
2015-06-03
1
-23
/
+8
*
Improve AntiGraph.
Jordi Torrents
2015-06-03
1
-4
/
+3
*
Fix import in docstring example.
Jordi Torrents
2015-06-03
1
-1
/
+1
*
Add fast approximation for k-(node)-components.
Jordi Torrents
2015-06-03
1
-0
/
+366