<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/mst.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>Handle unorderable nodes in functions using heapq</title>
<updated>2014-05-31T04:49:08+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-05-31T04:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c306fb3a92b792133dee7f84be22a8b11a8c88d4'/>
<id>c306fb3a92b792133dee7f84be22a8b11a8c88d4</id>
<content type='text'>
Dijkstra implementations in networkx.algorithms.centrality.betweenness
and networkx.algorithms.shortest_paths.weighted are affected. The Prim
implementation in networkx.algorithms.mst is also affected.

Although the A* implementation in astar.py already handles unorderable
nodes, it is also modified to avoid expensive hashing for tie breaking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dijkstra implementations in networkx.algorithms.centrality.betweenness
and networkx.algorithms.shortest_paths.weighted are affected. The Prim
implementation in networkx.algorithms.mst is also affected.

Although the A* implementation in astar.py already handles unorderable
nodes, it is also modified to avoid expensive hashing for tie breaking.
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8 format {betweenness,mst,test_weighted,weighted}.py with automation</title>
<updated>2014-05-31T04:47:05+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-05-31T04:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=d3100b6f0edffec3dcc261bdff4883d08ed81c18'/>
<id>d3100b6f0edffec3dcc261bdff4883d08ed81c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Even more imports cleanup and exceptions fixed.</title>
<updated>2011-02-11T02:55:34+00:00</updated>
<author>
<name>Loïc Séguin-C.</name>
<email>loicseguin@gmail.com</email>
</author>
<published>2011-02-11T02:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=23f8793979fdeafe7ca95ffef2480743fa136043'/>
<id>23f8793979fdeafe7ca95ffef2480743fa136043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change names to avoid conflicts</title>
<updated>2011-01-16T15:06:56+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-01-16T15:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=397546a5bbb3f30564c7d57580655ca36b6e27ae'/>
<id>397546a5bbb3f30564c7d57580655ca36b6e27ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Even better while loops.</title>
<updated>2010-11-17T01:23:09+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2010-11-17T01:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7b69a2b6d434f8b97d93027f399658b7bde9ac46'/>
<id>7b69a2b6d434f8b97d93027f399658b7bde9ac46</id>
<content type='text'>
Addresses #421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #421
</pre>
</div>
</content>
</entry>
<entry>
<title>Better while loop in prim_mst_edges.</title>
<updated>2010-10-24T14:40:16+00:00</updated>
<author>
<name>Loïc Séguin-C.</name>
<email>loicseguin@gmail.com</email>
</author>
<published>2010-10-24T14:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5ef3bb74f4dff3e307bdfc037b9e2e14d569f7f6'/>
<id>5ef3bb74f4dff3e307bdfc037b9e2e14d569f7f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Prim's algorithm for mst. Fixes #421</title>
<updated>2010-10-24T03:20:00+00:00</updated>
<author>
<name>Loïc Séguin-C.</name>
<email>loicseguin@gmail.com</email>
</author>
<published>2010-10-24T03:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5684edf4e3e637f15e57922ee1d34ef5eb8fbf76'/>
<id>5684edf4e3e637f15e57922ee1d34ef5eb8fbf76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update (failing) MST doctests</title>
<updated>2010-10-18T14:53:38+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2010-10-18T14:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=fd6931e93b47d282be5419399b1c1d776271e128'/>
<id>fd6931e93b47d282be5419399b1c1d776271e128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow speification of attribute to use as weight in MST.</title>
<updated>2010-10-17T03:57:44+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2010-10-17T03:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=618fc2acb11f4f66edca6c6aabd766e264dc8c34'/>
<id>618fc2acb11f4f66edca6c6aabd766e264dc8c34</id>
<content type='text'>
Allow optional data=True|False keyword for mst edges.
Propagate all graph/node/edge attributes of original graph to spanning tree.
Fixes #416
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow optional data=True|False keyword for mst edges.
Propagate all graph/node/edge attributes of original graph to spanning tree.
Fixes #416
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nx prefix to doctests</title>
<updated>2010-08-21T01:06:02+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-08-21T01:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=625babe15b86cb8527116498413302850c86655e'/>
<id>625babe15b86cb8527116498413302850c86655e</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401931
</pre>
</div>
</content>
</entry>
</feed>
