<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/readwrite/graphml.py, 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>Ensure that write_gexf and write_graphml output XML declaration</title>
<updated>2014-07-04T05:38:40+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-07-04T05:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=806489a34006f2754e92a3d4ef680ba4bc424150'/>
<id>806489a34006f2754e92a3d4ef680ba4bc424150</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate XML header in GEXF/GraphML output</title>
<updated>2014-05-21T13:06:56+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-05-21T13:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=3cd7a969ffd5fc4c6b3d89deeb1385f80e6d075c'/>
<id>3cd7a969ffd5fc4c6b3d89deeb1385f80e6d075c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #1063.</title>
<updated>2014-02-21T01:05:29+00:00</updated>
<author>
<name>chebee7i</name>
<email>chebee7i@gmail.com</email>
</author>
<published>2014-02-21T01:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=dbdbc490a7ccc5e68d523aeeb739dcd692a22559'/>
<id>dbdbc490a7ccc5e68d523aeeb739dcd692a22559</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in docstring (copy/paste error).</title>
<updated>2013-02-05T19:16:20+00:00</updated>
<author>
<name>Chris</name>
<email>ccianci@appliedminds.com</email>
</author>
<published>2013-02-05T19:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5b8bc04e1bb7f416255e3eda161aa094b28ef0ae'/>
<id>5b8bc04e1bb7f416255e3eda161aa094b28ef0ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement parse_graphml()</title>
<updated>2013-02-04T18:22:52+00:00</updated>
<author>
<name>Chris</name>
<email>ccianci@appliedminds.com</email>
</author>
<published>2013-02-04T18:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f52f22cad16ed46cffc21c684a9be67de877ac9f'/>
<id>f52f22cad16ed46cffc21c684a9be67de877ac9f</id>
<content type='text'>
Similar to other formats (e.g., 'parse_gml()'), provide for parsing
graph out of graphml stored in a string (not a file, as is currently
done by 'read_graphml()').
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to other formats (e.g., 'parse_gml()'), provide for parsing
graph out of graphml stored in a string (not a file, as is currently
done by 'read_graphml()').
</pre>
</div>
</content>
</entry>
<entry>
<title>Trailing whitespace.</title>
<updated>2013-02-04T17:13:39+00:00</updated>
<author>
<name>Chris</name>
<email>ccianci@appliedminds.com</email>
</author>
<published>2013-02-04T17:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=23a37bd2f2039a6379643a62c1f05b223b711d76'/>
<id>23a37bd2f2039a6379643a62c1f05b223b711d76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing cruft from file.</title>
<updated>2012-12-28T15:49:43+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2012-12-28T15:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=9c1d5d6731796f65f404c11bfa7e93e9d002a023'/>
<id>9c1d5d6731796f65f404c11bfa7e93e9d002a023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fallback to string type in GraphML reader if none given in &lt;key&gt;</title>
<updated>2012-10-28T22:14:46+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2012-10-28T22:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f5785810f444f2092a479a258a5f0e8077a9f91f'/>
<id>f5785810f444f2092a479a258a5f0e8077a9f91f</id>
<content type='text'>
Addresses #784

Is there any harm in guessing the type as a string and use warnings.warn to notify the user that something is suspicious with the GraphML file?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #784

Is there any harm in guessing the type as a string and use warnings.warn to notify the user that something is suspicious with the GraphML file?
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds labels of yEd curved edges</title>
<updated>2012-10-08T13:50:25+00:00</updated>
<author>
<name>Viktor Holmberg</name>
<email>vho@spotify.com</email>
</author>
<published>2012-10-08T13:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=22d92d87e00ca04445a926503d6beef985bccdfb'/>
<id>22d92d87e00ca04445a926503d6beef985bccdfb</id>
<content type='text'>
This commit makes it so that labels of curved edges, which were
previously discarded, are added to the graph.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit makes it so that labels of curved edges, which were
previously discarded, are added to the graph.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow updates in graphml defaults.</title>
<updated>2012-04-16T02:40:09+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2012-04-16T02:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=df381f669cd2fb58251f5a38888660bf5b843293'/>
<id>df381f669cd2fb58251f5a38888660bf5b843293</id>
<content type='text'>
Fixes #683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #683
</pre>
</div>
</content>
</entry>
</feed>
