<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/readwrite, 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>Handle graph name attribute in relabel_nodes</title>
<updated>2016-05-19T01:23:00+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2016-05-19T01:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=2175d1dfef78de3e88de9042037ed98d2e219183'/>
<id>2175d1dfef78de3e88de9042037ed98d2e219183</id>
<content type='text'>
Fixes #2134
simplifies read_gml handling of "name" as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2134
simplifies read_gml handling of "name" as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed target_data to tdata.</title>
<updated>2016-05-16T07:43:49+00:00</updated>
<author>
<name>thegreathippo</name>
<email>thegreathippo@gmail.com</email>
</author>
<published>2016-05-16T07:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=6b2dbffd2132b4d7034f59d8a9b089f8c9ca848f'/>
<id>6b2dbffd2132b4d7034f59d8a9b089f8c9ca848f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix edge addition in read_shp function</title>
<updated>2016-05-01T17:45:57+00:00</updated>
<author>
<name>thegreathippo</name>
<email>thegreathippo@gmail.com</email>
</author>
<published>2016-05-01T17:45:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=ae0b522ef90353e6f4abec97fb2613ab02945a26'/>
<id>ae0b522ef90353e6f4abec97fb2613ab02945a26</id>
<content type='text'>
Originally, edges were added using the * syntax on a graph's add_edge
method; this worked because the object consisted of a 3-tuple (edge 1,
edge 2, attr_dict). However, with the removal of attr_dict, we now have
to unpack the tuple (and perform direct attribute assignment, just in
case).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Originally, edges were added using the * syntax on a graph's add_edge
method; this worked because the object consisted of a 3-tuple (edge 1,
edge 2, attr_dict). However, with the removal of attr_dict, we now have
to unpack the tuple (and perform direct attribute assignment, just in
case).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove attr_dict from add_node, add_edge</title>
<updated>2016-05-01T16:06:09+00:00</updated>
<author>
<name>thegreathippo</name>
<email>thegreathippo@gmail.com</email>
</author>
<published>2016-05-01T16:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=905fb5bbac7f01367e93c75961b5e6b2aababd95'/>
<id>905fb5bbac7f01367e93c75961b5e6b2aababd95</id>
<content type='text'>
In doing so, I found a few attr_dict assignments I missed, and cleaned
up in a few spots. I also made sure to use the update method rather than
keyword assignment in json_graph/adjacency.py to allow for some (likely
VERY corner) cases where edge and node attributes might not be strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In doing so, I found a few attr_dict assignments I missed, and cleaned
up in a few spots. I also made sure to use the update method rather than
keyword assignment in json_graph/adjacency.py to allow for some (likely
VERY corner) cases where edge and node attributes might not be strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change calls to add_edge method to pass values as keywords rather than a dict</title>
<updated>2016-04-27T01:05:11+00:00</updated>
<author>
<name>thegreathippo</name>
<email>thegreathippo@gmail.com</email>
</author>
<published>2016-04-27T01:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4dedb87338643b9344c89dbff9e3b71932fc2c0f'/>
<id>4dedb87338643b9344c89dbff9e3b71932fc2c0f</id>
<content type='text'>
I missed a few of these in my last pass, largely because they didn't
invoke attr_dict directly -- but rather, passed a dictionary object
(enclosed in {}).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I missed a few of these in my last pass, largely because they didn't
invoke attr_dict directly -- but rather, passed a dictionary object
(enclosed in {}).
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified all add_node, add_edge, and add_edges_from methods.</title>
<updated>2016-04-27T00:06:03+00:00</updated>
<author>
<name>thegreathippo</name>
<email>thegreathippo@gmail.com</email>
</author>
<published>2016-04-27T00:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1675a824d6cdb17c3144ef46ff52a0c2b53a11d1'/>
<id>1675a824d6cdb17c3144ef46ff52a0c2b53a11d1</id>
<content type='text'>
I also went through and modified all attr_dict references to either
directly assign keywords to node/edge attributes, or use the ** syntax
to unpack the dictionaries. The only case of these I couldn't do is
networkx.convert.py -- largely because I don't understand how multigraph
edges work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I also went through and modified all attr_dict references to either
directly assign keywords to node/edge attributes, or use the ** syntax
to unpack the dictionaries. The only case of these I couldn't do is
networkx.convert.py -- largely because I don't understand how multigraph
edges work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove attr_dict calls to graph's add_node; replace with **.</title>
<updated>2016-04-26T22:02:14+00:00</updated>
<author>
<name>thegreathippo</name>
<email>thegreathippo@gmail.com</email>
</author>
<published>2016-04-26T22:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=64902cb38713787585344cee5d9e5d89e51e2aeb'/>
<id>64902cb38713787585344cee5d9e5d89e51e2aeb</id>
<content type='text'>
Combing through the code for any point where it pushes a dictionary to
the add_node method rather than keywords; augmenting these arguments
with ** to turn them into keyword arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Combing through the code for any point where it pushes a dictionary to
the add_node method rather than keywords; augmenting these arguments
with ** to turn them into keyword arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>removed temporary files from test.</title>
<updated>2016-04-17T21:46:14+00:00</updated>
<author>
<name>Francois Malassenet</name>
<email>malassenet@gmail.com</email>
</author>
<published>2016-04-17T21:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=d73e21228eb211764dbba49f19f4bd0729fad6da'/>
<id>d73e21228eb211764dbba49f19f4bd0729fad6da</id>
<content type='text'>
implemented jfinkels' comment to_tuple
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implemented jfinkels' comment to_tuple
</pre>
</div>
</content>
</entry>
<entry>
<title>bad end of line fixed.</title>
<updated>2016-04-17T20:19:57+00:00</updated>
<author>
<name>Francois Malassenet</name>
<email>malassenet@gmail.com</email>
</author>
<published>2016-04-17T20:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=3f83627e08d2feb3e5b938202f4c4ffb23375542'/>
<id>3f83627e08d2feb3e5b938202f4c4ffb23375542</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>node_link_graph converts node lists into tuples</title>
<updated>2016-04-17T20:07:35+00:00</updated>
<author>
<name>Francois Malassenet</name>
<email>malassenet@gmail.com</email>
</author>
<published>2016-04-17T20:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=d74c2680d7fde4923bf730a80992a729201a8ca8'/>
<id>d74c2680d7fde4923bf730a80992a729201a8ca8</id>
<content type='text'>
added to_tuple to utils.misc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added to_tuple to utils.misc
</pre>
</div>
</content>
</entry>
</feed>
