summaryrefslogtreecommitdiff
path: root/networkx/tests/test_relabel.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue #1539 Bug in relabel_nodes for isolated nodesDan Schult2015-05-221-0/+7
* add test for in-place replacement of self-loop node with node 0Ioannis Filippidis2014-10-311-0/+3
* whitespace cleanupAric Hagberg2013-01-201-6/+5
* Set relabel mapping as node attributes.Aric Hagberg2013-01-201-16/+19
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-2/+3
* Add check for self-loop to fix relabel-in-place fail.Aric Hagberg2012-01-101-0/+8
* Add more tests for relabel.Aric Hagberg2011-03-241-0/+10
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-221-0/+142