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
/
utils
/
rcm.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
-0
/
+1
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-4
/
+2
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-2
/
+1
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-5
/
+0
*
Enable more doctests
Jarrod Millman
2019-10-18
1
-2
/
+2
*
psuedo -> pseudo (fixing typo)
Peleg Michaeli
2016-11-29
1
-2
/
+2
*
Solve merge conflicts
Mridul Seth
2015-08-13
1
-1
/
+4
|
\
|
*
Merge master into iter_refactor
Dan Schult
2015-08-07
1
-1
/
+4
*
|
Update single_source_shortest_path_length and all_pairs_shortest_path_length ...
Mridul Seth
2015-08-13
1
-1
/
+1
|
/
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-2
/
+2
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
Simplifies example function in documentation.
Jeffrey Finkelstein
2015-05-19
1
-4
/
+2
*
Avoid quadratic behavior in connected_cuthill_mckee_ordering
ysitu
2014-08-04
1
-18
/
+11
*
Fix Cuthill-McKee ordering examples
ysitu
2014-08-04
1
-2
/
+2
*
Fix PEP8 issues in nx.utils.rcm
ysitu
2014-08-04
1
-4
/
+8
*
Use generator and min for performance
Aric Hagberg
2014-04-20
1
-2
/
+2
*
Change interface to RCM
Aric Hagberg
2014-04-20
1
-34
/
+51
*
Doc, whitespace cleanup
Aric Hagberg
2014-04-20
1
-2
/
+2
*
Don't copy subgraphs in cuthill_mckee_ordering().
Aric Hagberg
2013-03-16
1
-2
/
+2
*
skip doctest that uses numpy
Aric Hagberg
2011-09-25
1
-2
/
+2
*
Remove bad -- character.
Aric Hagberg
2011-09-24
1
-2
/
+2
*
Update cuthill-mckee ordering with docs and example.
Aric Hagberg
2011-09-24
1
-31
/
+98
*
Move reverse Cuthill-McKee algorithm to utils.
Aric Hagberg
2011-09-21
1
-0
/
+83