<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git, branch beam-log-2</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>Corrects logarithm base in example</title>
<updated>2016-07-05T13:19:04+00:00</updated>
<author>
<name>jfinkels</name>
<email>jfinkels@users.noreply.github.com</email>
</author>
<published>2016-07-05T13:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b2a46b9b37d7d5dc1688d29fddf873c0e3f896af'/>
<id>b2a46b9b37d7d5dc1688d29fddf873c0e3f896af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2172 from mcognetta/turan_graph</title>
<updated>2016-07-03T00:36:23+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg+github@gmail.com</email>
</author>
<published>2016-07-03T00:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=023da239fb5f76eca2107db312db39fa4f4c206b'/>
<id>023da239fb5f76eca2107db312db39fa4f4c206b</id>
<content type='text'>
Turan graph</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turan graph</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2129 from jfinkels/beam-search</title>
<updated>2016-07-03T00:21:32+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg+github@gmail.com</email>
</author>
<published>2016-07-03T00:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=fb286ea9d0c5372532178b203441d80f622ac78f'/>
<id>fb286ea9d0c5372532178b203441d80f622ac78f</id>
<content type='text'>
Adds beam search traversal algorithm with example</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds beam search traversal algorithm with example</pre>
</div>
</content>
</entry>
<entry>
<title>Adding isomorphism test to turan_test</title>
<updated>2016-06-27T00:01:48+00:00</updated>
<author>
<name>mcognetta</name>
<email>cognetta.marco@gmail.com</email>
</author>
<published>2016-06-27T00:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=768cb76487151442c13d6eeaf268aba534d5fe41'/>
<id>768cb76487151442c13d6eeaf268aba534d5fe41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update classic.py</title>
<updated>2016-06-27T00:00:33+00:00</updated>
<author>
<name>mcognetta</name>
<email>cognetta.marco@gmail.com</email>
</author>
<published>2016-06-27T00:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=89e626a575c9a374db677aa2216498db269730b9'/>
<id>89e626a575c9a374db677aa2216498db269730b9</id>
<content type='text'>
Better docs and renaming the graph before it is returned</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better docs and renaming the graph before it is returned</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2167 from mcognetta/update_classic_generators</title>
<updated>2016-06-20T13:58:46+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2016-06-20T13:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f9155aa7eccecd7f312edea8ecb184c5041f2f3c'/>
<id>f9155aa7eccecd7f312edea8ecb184c5041f2f3c</id>
<content type='text'>
Changed classic generators to use generators instead of lists</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed classic generators to use generators instead of lists</pre>
</div>
</content>
</entry>
<entry>
<title>Changed barbell_graph and ladder_graph to use the pairwise function instead of generators when applicable</title>
<updated>2016-06-19T23:16:09+00:00</updated>
<author>
<name>Marco Cognetta</name>
<email>cognetta.marco@gmail.com</email>
</author>
<published>2016-06-19T23:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5ba2d5925146bc187d3031f8db09b827372ea0cc'/>
<id>5ba2d5925146bc187d3031f8db09b827372ea0cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated barbell_graph and ladder_graph to use generators only instead of creating a list and storing it in memory to generate the vertices and edges.</title>
<updated>2016-06-19T04:50:44+00:00</updated>
<author>
<name>Marco Cognetta</name>
<email>cognetta.marco@gmail.com</email>
</author>
<published>2016-06-19T04:50:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=447499fc9e85d40c7d7e5a026439b30de1c7093d'/>
<id>447499fc9e85d40c7d7e5a026439b30de1c7093d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for Turan Graph Code</title>
<updated>2016-06-16T04:21:26+00:00</updated>
<author>
<name>mcognetta</name>
<email>cognetta.marco@gmail.com</email>
</author>
<published>2016-06-16T04:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=8fe2e5aa36c1354e99da7fee7e1739e3a8396235'/>
<id>8fe2e5aa36c1354e99da7fee7e1739e3a8396235</id>
<content type='text'>
Added tests to test_classic.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added tests to test_classic.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2083 from Michael-E-Rose/betweenness-sorting</title>
<updated>2016-06-15T21:47:59+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg+github@gmail.com</email>
</author>
<published>2016-06-15T21:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=fc1d3928612a688eb9f8713ac13f5a2e69657166'/>
<id>fc1d3928612a688eb9f8713ac13f5a2e69657166</id>
<content type='text'>
Sort centralities together and outsource dispersion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sort centralities together and outsource dispersion</pre>
</div>
</content>
</entry>
</feed>
