<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/utils/rcm.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>Simplifies example function in documentation.</title>
<updated>2015-05-19T21:44:52+00:00</updated>
<author>
<name>Jeffrey Finkelstein</name>
<email>jeffrey.finkelstein@gmail.com</email>
</author>
<published>2015-05-19T21:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=6182e6bcd7e4c226b8217fed7d2a9095fd76c278'/>
<id>6182e6bcd7e4c226b8217fed7d2a9095fd76c278</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid quadratic behavior in connected_cuthill_mckee_ordering</title>
<updated>2014-08-04T17:57:59+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-08-04T17:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f4bddd223c50b3d1f2d53ef4d680cc424a8d146b'/>
<id>f4bddd223c50b3d1f2d53ef4d680cc424a8d146b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Cuthill-McKee ordering examples</title>
<updated>2014-08-04T17:42:49+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-08-04T17:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f87705397684e554bef82b1ad04fd58d041fe034'/>
<id>f87705397684e554bef82b1ad04fd58d041fe034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PEP8 issues in nx.utils.rcm</title>
<updated>2014-08-04T17:41:24+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-08-04T17:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=066a48fe49746ab0cd951fe0be0784a7f89ecfe2'/>
<id>066a48fe49746ab0cd951fe0be0784a7f89ecfe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use generator and min for performance</title>
<updated>2014-04-20T18:26:58+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2014-04-20T18:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=781c5799dd2e744dc789f7ddc07b67eb2e8427b6'/>
<id>781c5799dd2e744dc789f7ddc07b67eb2e8427b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change interface to RCM</title>
<updated>2014-04-20T14:46:34+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2014-04-20T14:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=44b6a09581c2c82ce91d2239c26711604cb6225c'/>
<id>44b6a09581c2c82ce91d2239c26711604cb6225c</id>
<content type='text'>
Allow a heuristic function to pick the start node for RCM instead of a specific node. Deprecate start= keyword for heuristic=
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow a heuristic function to pick the start node for RCM instead of a specific node. Deprecate start= keyword for heuristic=
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc, whitespace cleanup</title>
<updated>2014-04-20T13:35:41+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2014-04-20T13:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4cccc8f50cd39a62f1bab8a406df575f51645575'/>
<id>4cccc8f50cd39a62f1bab8a406df575f51645575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't copy subgraphs in cuthill_mckee_ordering().</title>
<updated>2013-03-17T03:50:28+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-03-17T03:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=a18f09972692b2473569f0c3a386e9fb53527e1a'/>
<id>a18f09972692b2473569f0c3a386e9fb53527e1a</id>
<content type='text'>
The connected_component_subgraphs() function used in the cuthill_mckee_ordering() makes a copy.  That causes new node objects to be created which might not be desirable when returning a node ordering if the hash changes when a new object is created. Fix by not copying nodes when forming a subgraph of connected nodes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The connected_component_subgraphs() function used in the cuthill_mckee_ordering() makes a copy.  That causes new node objects to be created which might not be desirable when returning a node ordering if the hash changes when a new object is created. Fix by not copying nodes when forming a subgraph of connected nodes.
</pre>
</div>
</content>
</entry>
<entry>
<title>skip doctest that uses numpy</title>
<updated>2011-09-25T15:50:17+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-09-25T15:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=04b085bb0c2ef06c9c6b6620a26e1f6903f686f6'/>
<id>04b085bb0c2ef06c9c6b6620a26e1f6903f686f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bad -- character.</title>
<updated>2011-09-24T14:28:10+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-09-24T14:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=47cba07e38391a30dda0f4692c7d539b24bc69b8'/>
<id>47cba07e38391a30dda0f4692c7d539b24bc69b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
