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
/
relabel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes issue #1539 Bug in relabel_nodes for isolated nodes
Dan Schult
2015-05-22
1
-0
/
+2
*
bugfix: use ternary operator to replace node with self-loop in-place
Ioannis Filippidis
2014-10-31
1
-4
/
+4
*
MAINT: use reverse=True for some topological_sort calls
alex
2014-02-18
1
-2
/
+1
*
PEP-8 cleanup
Aric Hagberg
2013-08-25
1
-36
/
+36
*
Document that node relabling uses consecutive integers
Aric Hagberg
2013-08-25
1
-3
/
+4
*
Simplify notes and formatting of code/docs
Aric Hagberg
2013-01-21
1
-36
/
+31
*
whitespace cleanup
Aric Hagberg
2013-01-20
1
-25
/
+25
*
Set relabel mapping as node attributes.
Aric Hagberg
2013-01-20
1
-13
/
+9
*
Fix/adjust/remove/modify tests that depend on dictionary ordering.
Aric Hagberg
2012-07-08
1
-3
/
+4
*
Add check for self-loop to fix relabel-in-place fail.
Aric Hagberg
2012-01-10
1
-6
/
+8
*
Fix doc for relabel functions.
Aric Hagberg
2011-03-27
1
-1
/
+0
*
Fix for relabel toposort to work with Python3.
Aric Hagberg
2011-03-26
1
-1
/
+2
*
Add more tests for relabel.
Aric Hagberg
2011-03-24
1
-14
/
+8
*
Add copy=True|False to relabel nodes in place.
Aric Hagberg
2011-03-22
1
-0
/
+217