summaryrefslogtreecommitdiff
path: root/networkx/tests/test_convert.py
Commit message (Expand)AuthorAgeFilesLines
* Split matrix conversion functions into new moduleAric Hagberg2013-11-121-9/+2
* Remove deprecated "from_whatever()" in favor of to_networkx_graph().Aric Hagberg2011-06-041-9/+9
* Remove spurious prints.Aric Hagberg2011-06-031-2/+0
* Don't rely on node ordering when converting from digraphs to multigraphs. Ch...Aric Hagberg2011-06-031-0/+22
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-221-115/+0
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-0/+319