<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/readwrite, 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>Merge pull request #1486 from SanketDG/docfix</title>
<updated>2015-05-27T04:47:06+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2015-05-27T04:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=57e96144d58cb8d47fc0780aa798e110944798e6'/>
<id>57e96144d58cb8d47fc0780aa798e110944798e6</id>
<content type='text'>
fix documentation for write_gml()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix documentation for write_gml()</pre>
</div>
</content>
</entry>
<entry>
<title>handle geometric attributes properly and add simplify=False case to tests</title>
<updated>2015-05-04T19:49:19+00:00</updated>
<author>
<name>chrisnatali</name>
<email>chris.natali@gmail.com</email>
</author>
<published>2015-05-04T19:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=47c330545d57874fd5aef53e3f94b2bb8974e9b2'/>
<id>47c330545d57874fd5aef53e3f94b2bb8974e9b2</id>
<content type='text'>
fix docstring for read_shp and address PR comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix docstring for read_shp and address PR comments
</pre>
</div>
</content>
</entry>
<entry>
<title>parameterize simplification of line features in read_shp</title>
<updated>2015-05-01T18:15:10+00:00</updated>
<author>
<name>chrisnatali</name>
<email>chris.natali@gmail.com</email>
</author>
<published>2015-05-01T18:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5edc423e7edca66fc50156dd7e246d50ec8d59ee'/>
<id>5edc423e7edca66fc50156dd7e246d50ec8d59ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation fix for write_gml</title>
<updated>2015-04-28T16:51:53+00:00</updated>
<author>
<name>SanketDG</name>
<email>sanketdasgupta@gmail.com</email>
</author>
<published>2015-04-28T16:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=d6fea7b88911fec2d0ee9be235050ab9fa23206c'/>
<id>d6fea7b88911fec2d0ee9be235050ab9fa23206c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Merge pull request #1262 from jdrudolph/json-graph-attributes-as-dict</title>
<updated>2015-01-09T18:05:27+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg+github@gmail.com</email>
</author>
<published>2015-01-09T18:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c00cf03675a605dd687ef28f7ae312b90f83aedd'/>
<id>c00cf03675a605dd687ef28f7ae312b90f83aedd</id>
<content type='text'>
node-link repr. contains graph dict 'as is'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
node-link repr. contains graph dict 'as is'</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up shp using new dgal/ogr iterator interface for loops.</title>
<updated>2015-01-05T03:42:54+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-01-05T03:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=2d9a2a5456ad2affaa08db96635a6e6d256d9b10'/>
<id>2d9a2a5456ad2affaa08db96635a6e6d256d9b10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove xrange and map to fix python3 for test_shp.py</title>
<updated>2015-01-05T03:38:55+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-01-05T03:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=6c4be4cc9f54d442470eeff12681d9f636b04313'/>
<id>6c4be4cc9f54d442470eeff12681d9f636b04313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Travis testing of nx_shp.py under Python 2.7</title>
<updated>2014-11-04T21:06:43+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-11-04T05:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=dda332ea88ac344a4acd9d54579c3f838f82c126'/>
<id>dda332ea88ac344a4acd9d54579c3f838f82c126</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow selection of pickling protocol to use in write_gpickle</title>
<updated>2014-11-04T04:24:23+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-11-04T04:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=54f752d668df8618534a7067d2a0aa8540218a2c'/>
<id>54f752d668df8618534a7067d2a0aa8540218a2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
