<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/classes, 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>"Warning" is not a numpydoc section</title>
<updated>2015-06-13T20:22:22+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2015-06-13T20:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=8cb2a233172739e0d263b0e2ed6a37a15f4dae8d'/>
<id>8cb2a233172739e0d263b0e2ed6a37a15f4dae8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2015-06-13T19:44:12+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2015-06-13T19:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7e9017b86da7c0709caa9e7b90e0584b5cd3f906'/>
<id>7e9017b86da7c0709caa9e7b90e0584b5cd3f906</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:networkx/networkx</title>
<updated>2015-04-29T23:07:56+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2015-04-29T23:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=dba4dae244134e276f3bdedd903140af8ccfe3d4'/>
<id>dba4dae244134e276f3bdedd903140af8ccfe3d4</id>
<content type='text'>
Conflicts:
	doc/source/reference/api_2.0.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	doc/source/reference/api_2.0.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify content of is_empty() function</title>
<updated>2015-04-29T20:40:36+00:00</updated>
<author>
<name>Thodoris Sotiropoulos</name>
<email>theosotr@windowslive.com</email>
</author>
<published>2015-04-29T20:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=29bd0dab945a7b4c60d87f6c185cbecab1bda913'/>
<id>29bd0dab945a7b4c60d87f6c185cbecab1bda913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc example errors</title>
<updated>2015-04-29T10:13:45+00:00</updated>
<author>
<name>Thodoris Sotiropoulos</name>
<email>theosotr@windowslive.com</email>
</author>
<published>2015-04-29T10:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4829851b422e3e808260ebd46035084591565f48'/>
<id>4829851b422e3e808260ebd46035084591565f48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add is_empty() and update is_weighted() to cover empty graph.</title>
<updated>2015-04-29T05:50:43+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2015-04-29T05:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=89c24c15b85e62249682f10e4902178bbaf5bde2'/>
<id>89c24c15b85e62249682f10e4902178bbaf5bde2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename to is_negatively_weighted, minor docstring edits.</title>
<updated>2015-04-29T05:32:23+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2015-04-29T05:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=d5ee4c4d4fea25ccd8c6f51747d38510f34d8b25'/>
<id>d5ee4c4d4fea25ccd8c6f51747d38510f34d8b25</id>
<content type='text'>
Also add unit tests for corner cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add unit tests for corner cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up non_edges for dense and complete graphs</title>
<updated>2015-04-28T19:26:55+00:00</updated>
<author>
<name>Raf Guns</name>
<email>rafguns@gmail.com</email>
</author>
<published>2015-04-23T19:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0c3eb7c9c0d609ec62ae396a96f639d78d57eef3'/>
<id>0c3eb7c9c0d609ec62ae396a96f639d78d57eef3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and speed up nx.non_edges</title>
<updated>2015-04-28T19:26:53+00:00</updated>
<author>
<name>Raf Guns</name>
<email>rafguns@gmail.com</email>
</author>
<published>2015-04-21T19:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=af334856d64a6eb7b19217153d028eb59a113bc1'/>
<id>af334856d64a6eb7b19217153d028eb59a113bc1</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 else</title>
<updated>2015-04-28T13:30:34+00:00</updated>
<author>
<name>Thodoris Sotiropoulos</name>
<email>theosotr@windowslive.com</email>
</author>
<published>2015-04-28T13:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b7c4c590fd552b4cfd8dcf45d2b657f8e124d838'/>
<id>b7c4c590fd552b4cfd8dcf45d2b657f8e124d838</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
