<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/traversal, 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>PEP8 changes for networkx/algorithms/traversal/tests/test_bfs.py</title>
<updated>2015-06-07T09:15:02+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-06-07T09:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=35288e31f3fbab70026c7296a0a927fd13ea9845'/>
<id>35288e31f3fbab70026c7296a0a927fd13ea9845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bfs test for directed graph in reverse direction</title>
<updated>2015-06-07T09:14:42+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-06-07T08:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5d653919bc81543e2534bdaed751aa3e1ae1e14d'/>
<id>5d653919bc81543e2534bdaed751aa3e1ae1e14d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1358: removed claim that source parameter is optional from BFS docstrings</title>
<updated>2015-02-19T11:48:19+00:00</updated>
<author>
<name>Arne Neumann</name>
<email>github@arne.cl</email>
</author>
<published>2015-02-19T11:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=090c32890948d2fff85d9ca45ffb5d572e077892'/>
<id>090c32890948d2fff85d9ca45ffb5d572e077892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve memory footprint of edge_dfs.</title>
<updated>2014-07-20T19:49:34+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-07-20T19:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c40f0a1309e9ba1f5fc90355e058b3ac49133e28'/>
<id>c40f0a1309e9ba1f5fc90355e058b3ac49133e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring.</title>
<updated>2014-07-19T21:10:24+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-07-19T21:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=8828e9dfb1117fa96ed16fc6427c1714ea50cc34'/>
<id>8828e9dfb1117fa96ed16fc6427c1714ea50cc34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug for reverse edge DFS.</title>
<updated>2014-07-19T21:05:22+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-07-19T21:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1323c92e5d3e105bb43f1dc52675fa38fcb86372'/>
<id>1323c92e5d3e105bb43f1dc52675fa38fcb86372</id>
<content type='text'>
Add comment on unit tests and hash randomization for partially ordered
output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add comment on unit tests and hash randomization for partially ordered
output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring changes for edge_dfs and company.</title>
<updated>2014-07-19T18:58:01+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-07-19T18:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=36b3d8d8a0a915c89ae5501287855b3547049320'/>
<id>36b3d8d8a0a915c89ae5501287855b3547049320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use import * in traversal submodule.</title>
<updated>2014-07-19T18:20:48+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-07-19T18:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f350b716157f787c7161b1e914e1210ff9ee4e2e'/>
<id>f350b716157f787c7161b1e914e1210ff9ee4e2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove enum import statement.</title>
<updated>2014-07-16T21:09:53+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-07-16T21:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=12d44d8373afc050d9a26fc97f3efd84120cab83'/>
<id>12d44d8373afc050d9a26fc97f3efd84120cab83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'forward' and 'reverse' strings to indicate traversal direction.</title>
<updated>2014-07-16T20:39:19+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-07-16T20:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=a1a842308ec7bea40645ebd371b53c4d3f515e37'/>
<id>a1a842308ec7bea40645ebd371b53c4d3f515e37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
