summaryrefslogtreecommitdiff
path: root/networkx/relabel.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue #1539 Bug in relabel_nodes for isolated nodesDan Schult2015-05-221-0/+2
* bugfix: use ternary operator to replace node with self-loop in-placeIoannis Filippidis2014-10-311-4/+4
* MAINT: use reverse=True for some topological_sort callsalex2014-02-181-2/+1
* PEP-8 cleanupAric Hagberg2013-08-251-36/+36
* Document that node relabling uses consecutive integersAric Hagberg2013-08-251-3/+4
* Simplify notes and formatting of code/docsAric Hagberg2013-01-211-36/+31
* whitespace cleanupAric Hagberg2013-01-201-25/+25
* Set relabel mapping as node attributes.Aric Hagberg2013-01-201-13/+9
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-3/+4
* Add check for self-loop to fix relabel-in-place fail.Aric Hagberg2012-01-101-6/+8
* Fix doc for relabel functions.Aric Hagberg2011-03-271-1/+0
* Fix for relabel toposort to work with Python3.Aric Hagberg2011-03-261-1/+2
* Add more tests for relabel.Aric Hagberg2011-03-241-14/+8
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-221-0/+217