<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/link_analysis, 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>Fix copyrights</title>
<updated>2015-04-21T16:51:07+00:00</updated>
<author>
<name>JGab</name>
<email>jean.gabriel.young@gmail.com</email>
</author>
<published>2015-04-21T16:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bc987a9a5e3de487b231bfb27e4d0ee929d924c6'/>
<id>bc987a9a5e3de487b231bfb27e4d0ee929d924c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary np.outer function for better performance in google_matrix</title>
<updated>2014-11-18T06:32:25+00:00</updated>
<author>
<name>jamalsenouci</name>
<email>jamalsenouci@gmail.com</email>
</author>
<published>2014-11-18T06:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=3fe93ead87e45745f7935a80038b843ea67ea5a0'/>
<id>3fe93ead87e45745f7935a80038b843ea67ea5a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to networkx.lanl.gov</title>
<updated>2014-10-21T16:12:56+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-10-21T16:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bb35c9216dd5f147c4c83873464cb269e240c43a'/>
<id>bb35c9216dd5f147c4c83873464cb269e240c43a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize negative entries to match pagerank algs</title>
<updated>2013-11-06T00:11:48+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-11-06T00:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=3e72b389e4ed2942a4df2ce07078bef1cb7e2bf5'/>
<id>3e72b389e4ed2942a4df2ce07078bef1cb7e2bf5</id>
<content type='text'>
Now pagerank_scipy() is the same as pagerank().
That is, both will possibly produce the same incorrect answer if you put in negative weights.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now pagerank_scipy() is the same as pagerank().
That is, both will possibly produce the same incorrect answer if you put in negative weights.
</pre>
</div>
</content>
</entry>
<entry>
<title>Match convergence tolerances</title>
<updated>2013-11-05T23:58:29+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-11-05T23:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=45476efc7bec4cb238f7c4b2fa23244c07a63fb7'/>
<id>45476efc7bec4cb238f7c4b2fa23244c07a63fb7</id>
<content type='text'>
Match convergence criteria to be the same for pagerank and pagerank_scipy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Match convergence criteria to be the same for pagerank and pagerank_scipy
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify input type. Remove multigraph guard.</title>
<updated>2013-11-05T22:11:12+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-11-05T22:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=6eb07bd5a327161920bb4c475cbbfe3dba32bc0c'/>
<id>6eb07bd5a327161920bb4c475cbbfe3dba32bc0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pagerank() degree should consider weights</title>
<updated>2013-11-05T22:03:06+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-11-05T22:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=364469153fdbd30d23b8cb667cc82a677ef7c49f'/>
<id>364469153fdbd30d23b8cb667cc82a677ef7c49f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some pagerank implementations work with multigraphs</title>
<updated>2013-11-05T22:01:23+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-11-05T22:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=200f553c94807a333b6ff519f2423e248c798fec'/>
<id>200f553c94807a333b6ff519f2423e248c798fec</id>
<content type='text'>
Remove restrictions on multigraphs in pagerank_numpy() and pagerank_scipy().
Clarify in comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove restrictions on multigraphs in pagerank_numpy() and pagerank_scipy().
Clarify in comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Describe conversion to directed graph</title>
<updated>2013-11-05T21:55:11+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2013-11-05T21:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=804dc908369c15cc256d26627c33a815e1d8655b'/>
<id>804dc908369c15cc256d26627c33a815e1d8655b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update author</title>
<updated>2013-11-03T16:01:37+00:00</updated>
<author>
<name>Brandon Liu</name>
<email>brandon.k.liu@gmail.com</email>
</author>
<published>2013-11-03T16:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cb5bdd4e62f520baacda29e435089df99e7e87b3'/>
<id>cb5bdd4e62f520baacda29e435089df99e7e87b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
