<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/classes/tests/test_digraph.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>Change node lookups to G.node instead of G.adj</title>
<updated>2012-02-06T04:32:34+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2012-02-06T04:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=84112a6a6cb2544242e3e9e93ea994013ca27dc2'/>
<id>84112a6a6cb2544242e3e9e93ea994013ca27dc2</id>
<content type='text'>
This should help a small amount when playing with alternate
data structures.

Addreses:  #206, #583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should help a small amount when playing with alternate
data structures.

Addreses:  #206, #583
</pre>
</div>
</content>
</entry>
<entry>
<title>Split Graph class tests that rely on data structure or edge attributes.</title>
<updated>2011-07-29T03:53:53+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2011-07-29T03:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7cbf43c1ab6fdc28a977f4f2741243f6e18bee7c'/>
<id>7cbf43c1ab6fdc28a977f4f2741243f6e18bee7c</id>
<content type='text'>
This helps trying out different data structures.
Addresses #206, #457, #608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps trying out different data structures.
Addresses #206, #457, #608
</pre>
</div>
</content>
</entry>
<entry>
<title>Change degree() and friends to accept weight= keyword instead of weighted=</title>
<updated>2011-06-18T05:27:18+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2011-06-18T05:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=570509b772159dab14c582f39eb578c3802888b1'/>
<id>570509b772159dab14c582f39eb578c3802888b1</id>
<content type='text'>
weight gives the edge attribute.  weighted was simply boolean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
weight gives the edge attribute.  weighted was simply boolean.
</pre>
</div>
</content>
</entry>
<entry>
<title>DiGraph and MultiDigraph reverse(copy=True) methods don't make a proper copy of the graph.</title>
<updated>2011-06-09T21:49:51+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-06-09T21:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=08769906b2142e503efb5821a0b424085dbe1ec0'/>
<id>08769906b2142e503efb5821a0b424085dbe1ec0</id>
<content type='text'>
Addresses #567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #567
</pre>
</div>
</content>
</entry>
<entry>
<title>More imports cleanup and exceptions fixed.</title>
<updated>2011-02-11T02:27:49+00:00</updated>
<author>
<name>Loïc Séguin-C.</name>
<email>loicseguin@gmail.com</email>
</author>
<published>2011-02-11T02:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=d41d15f94e4efd0979f2551bc00c1216fc59e111'/>
<id>d41d15f94e4efd0979f2551bc00c1216fc59e111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reciprocal option in to_undirected().</title>
<updated>2010-09-29T04:02:11+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2010-09-29T04:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=e41e3c9c4bab24bce9f85f8a2c12ebda4bc19fbb'/>
<id>e41e3c9c4bab24bce9f85f8a2c12ebda4bc19fbb</id>
<content type='text'>
Addreses #441
* * *
Add tests for to_undirected(reciprocal=).

--HG--
extra : rebase_source : 136efa36d3d30d7b2cd90255219a224ad55783dc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addreses #441
* * *
Add tests for to_undirected(reciprocal=).

--HG--
extra : rebase_source : 136efa36d3d30d7b2cd90255219a224ad55783dc
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove iteritems 2ism and add test.</title>
<updated>2010-08-07T13:52:42+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-08-07T13:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=8cd58fc674678acd47078a135099467ade703624'/>
<id>8cd58fc674678acd47078a135099467ade703624</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401862
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401862
</pre>
</div>
</content>
</entry>
<entry>
<title>Merging py3k-1.2 branch into trunk. Addresses #348</title>
<updated>2010-08-02T14:50:33+00:00</updated>
<author>
<name>loicseguin</name>
<email>none@none</email>
</author>
<published>2010-08-02T14:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c585bf422f2ff040d2182c272f4dd3351626b9e9'/>
<id>c585bf422f2ff040d2182c272f4dd3351626b9e9</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401832
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove with_labels keyword from *degree() methods.</title>
<updated>2010-04-15T04:30:57+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-15T04:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4addc97325c44e51a976498593afd2e8106ce667'/>
<id>4addc97325c44e51a976498593afd2e8106ce667</id>
<content type='text'>
Addresses #337

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401690
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #337

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401690
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge attrgraph branch into trunk</title>
<updated>2009-08-11T17:36:07+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2009-08-11T17:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=870ca9b9298f92323504c2bbf234618ac11256d4'/>
<id>870ca9b9298f92323504c2bbf234618ac11256d4</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401364
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401364
</pre>
</div>
</content>
</entry>
</feed>
