<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/tests/test_relabel.py, branch docdraft</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Fixes issue #1539 Bug in relabel_nodes for isolated nodes</title>
<updated>2015-05-22T18:45:16+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-05-22T18:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=32452dc2b33e444fca3330e0d611b1ff8325e193'/>
<id>32452dc2b33e444fca3330e0d611b1ff8325e193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for in-place replacement of self-loop node with node 0</title>
<updated>2014-10-31T20:18:18+00:00</updated>
<author>
<name>Ioannis Filippidis</name>
<email>jfilippidis@gmail.com</email>
</author>
<published>2014-10-31T20:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=39813b032a19be74aad181485b393d30f88d426b'/>
<id>39813b032a19be74aad181485b393d30f88d426b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace cleanup</title>
<updated>2013-01-20T15:11:46+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-01-20T15:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bfafc13e16b4164170f9f97d28fdb59f49e72f80'/>
<id>bfafc13e16b4164170f9f97d28fdb59f49e72f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set relabel mapping as node attributes.</title>
<updated>2013-01-20T15:08:57+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-01-20T15:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=816d22524c45f0d7d0b8e3c7821537559bb46c71'/>
<id>816d22524c45f0d7d0b8e3c7821537559bb46c71</id>
<content type='text'>
Use node attribute (specified as "label_attribute") in convert_node_labels_to_integers() instead of adding a mapping dict attribute to the Graph object.
Addresses #820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use node attribute (specified as "label_attribute") in convert_node_labels_to_integers() instead of adding a mapping dict attribute to the Graph object.
Addresses #820
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix/adjust/remove/modify tests that depend on dictionary ordering.</title>
<updated>2012-07-08T16:09:17+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2012-07-08T16:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b094906673e9fa5c941aaea5f4e8e005253c9d8b'/>
<id>b094906673e9fa5c941aaea5f4e8e005253c9d8b</id>
<content type='text'>
Addresses #741

There may still be more that need fixing since

1) NumPy and some other optional packages do not yet work with Python3.3 so those tests weren't checked

2) Finding these errors by running the tests is nondeterministic itself (e.g. passes 4 times and fails on the 5th).  And inspecting all of the tests by hand is error-prone too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #741

There may still be more that need fixing since

1) NumPy and some other optional packages do not yet work with Python3.3 so those tests weren't checked

2) Finding these errors by running the tests is nondeterministic itself (e.g. passes 4 times and fails on the 5th).  And inspecting all of the tests by hand is error-prone too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for self-loop to fix relabel-in-place fail.</title>
<updated>2012-01-11T00:26:06+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2012-01-11T00:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=558c0fcf9b6e09cf4c10709265c4a9454f39230a'/>
<id>558c0fcf9b6e09cf4c10709265c4a9454f39230a</id>
<content type='text'>
Fixes #674
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #674
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more tests for relabel.</title>
<updated>2011-03-25T03:00:08+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-03-25T03:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4182ea50cb5a7d7b362c1decd4c1bcba05a6a56f'/>
<id>4182ea50cb5a7d7b362c1decd4c1bcba05a6a56f</id>
<content type='text'>
Fixes #525
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #525
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copy=True|False to relabel nodes in place.</title>
<updated>2011-03-22T12:56:23+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-03-22T12:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=77b5a1d8e1e35417516ea281d3f9293af76a8acc'/>
<id>77b5a1d8e1e35417516ea281d3f9293af76a8acc</id>
<content type='text'>
Addreses #525

--HG--
rename : networkx/tests/test_convert.py =&gt; networkx/tests/test_relabel.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addreses #525

--HG--
rename : networkx/tests/test_convert.py =&gt; networkx/tests/test_relabel.py
</pre>
</div>
</content>
</entry>
</feed>
