<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/classes, branch error-message-eccentricity</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Adds unit test for new use of string.format().</title>
<updated>2015-10-28T14:46:26+00:00</updated>
<author>
<name>Jeffrey Finkelstein</name>
<email>jeffrey.finkelstein@gmail.com</email>
</author>
<published>2015-10-28T14:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=2081f2e108bae68eebef89f7b996efd431760c2e'/>
<id>2081f2e108bae68eebef89f7b996efd431760c2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix, now raise NetworkXError instead of TypeError</title>
<updated>2015-10-27T20:47:17+00:00</updated>
<author>
<name>Antoine Mazières</name>
<email>antoine.mazieres@gmail.com</email>
</author>
<published>2015-10-27T20:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=85d3e4265fefc18bf77f8e2a58ced81325d17890'/>
<id>85d3e4265fefc18bf77f8e2a58ced81325d17890</id>
<content type='text'>
Instead of :

```
'dict' objects are unhashableTraceback (most recent call last):
  File "&lt;builtin&gt;/app_main.py", line 75, in run_toplevel
  File "mk_graph_file.py", line 34, in &lt;module&gt;
    if d['weight'] &gt; 3])
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1488, in subgraph
    for n in bunch:
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1815, in bunch_iter
    "Node %s in the sequence nbunch is not a valid node."%n)
TypeError: not all arguments converted during string formatting
```

You get:

```
'dict' objects are unhashableTraceback (most recent call last):
  File "&lt;builtin&gt;/app_main.py", line 75, in run_toplevel
  File "mk_graph_file.py", line 34, in &lt;module&gt;
    if d['weight'] &gt; 3])
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1488, in subgraph
    for n in bunch:
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1815, in bunch_iter
    "Node {} in the sequence nbunch is not a valid node.".format(n))
NetworkXError: Node ('java', 'performance', {'weight': 5}) in the sequence nbunch is not a valid node.
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of :

```
'dict' objects are unhashableTraceback (most recent call last):
  File "&lt;builtin&gt;/app_main.py", line 75, in run_toplevel
  File "mk_graph_file.py", line 34, in &lt;module&gt;
    if d['weight'] &gt; 3])
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1488, in subgraph
    for n in bunch:
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1815, in bunch_iter
    "Node %s in the sequence nbunch is not a valid node."%n)
TypeError: not all arguments converted during string formatting
```

You get:

```
'dict' objects are unhashableTraceback (most recent call last):
  File "&lt;builtin&gt;/app_main.py", line 75, in run_toplevel
  File "mk_graph_file.py", line 34, in &lt;module&gt;
    if d['weight'] &gt; 3])
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1488, in subgraph
    for n in bunch:
  File "/usr/local/lib/pypy2.7/dist-packages/networkx/classes/graph.py", line 1815, in bunch_iter
    "Node {} in the sequence nbunch is not a valid node.".format(n))
NetworkXError: Node ('java', 'performance', {'weight': 5}) in the sequence nbunch is not a valid node.
```</pre>
</div>
</content>
</entry>
<entry>
<title>    Fix some sphinx formatting errors</title>
<updated>2015-10-04T04:19:55+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-10-04T04:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=fdbf0ef15d4c5be0f695fc1b9a660082b7c95219'/>
<id>fdbf0ef15d4c5be0f695fc1b9a660082b7c95219</id>
<content type='text'>
    make all doc_strings raw format r''' '''
    correct underline lengths for headings
    fix latex issue in harmonic_centrality
    replace :ticket:, :url:, :doi:, :arxiv:  with links to webpages
    fix spacing with commas before colons so sphinx can parse well
    add "methods" heading in graph class rst files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    make all doc_strings raw format r''' '''
    correct underline lengths for headings
    fix latex issue in harmonic_centrality
    replace :ticket:, :url:, :doi:, :arxiv:  with links to webpages
    fix spacing with commas before colons so sphinx can parse well
    add "methods" heading in graph class rst files
</pre>
</div>
</content>
</entry>
<entry>
<title>minor changes related to _iter removal</title>
<updated>2015-08-07T19:27:17+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-08-07T19:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=59541f4f69f33e8f772be26f878860b1904bf7af'/>
<id>59541f4f69f33e8f772be26f878860b1904bf7af</id>
<content type='text'>
Mostly doc string tweaks for graph classes, tutorial.
Fixes of blockmodel and antigraph examples
api_changes and release_2.0 updates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly doc string tweaks for graph classes, tutorial.
Fixes of blockmodel and antigraph examples
api_changes and release_2.0 updates.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge master into iter_refactor</title>
<updated>2015-08-07T15:02:04+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-08-07T15:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=1dc16026a654e6bca3f8d182a18e213b7fb31871'/>
<id>1dc16026a654e6bca3f8d182a18e213b7fb31871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update classes doc</title>
<updated>2015-07-29T16:11:32+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-07-29T16:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=a42df76b765460ca457004e5bf35962b827e2fc4'/>
<id>a42df76b765460ca457004e5bf35962b827e2fc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Quick doc fixes</title>
<updated>2015-07-14T04:41:34+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-07-14T04:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=19b2e569e5693d9a6d3a089d815a2cb395b32641'/>
<id>19b2e569e5693d9a6d3a089d815a2cb395b32641</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 #1638 from MridulS/adjiter</title>
<updated>2015-07-04T02:59:50+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-07-04T02:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=743e99ac98ba32a9f9ea2c9d88689e34a2dbeaff'/>
<id>743e99ac98ba32a9f9ea2c9d88689e34a2dbeaff</id>
<content type='text'>
Update adjacency_iter() method to adjacency() and remove adjacency_list()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update adjacency_iter() method to adjacency() and remove adjacency_list()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1634 from MridulS/selfloops</title>
<updated>2015-07-04T02:03:43+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-07-04T02:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=306f66048032a454637b5ad369caf5745b3d23e9'/>
<id>306f66048032a454637b5ad369caf5745b3d23e9</id>
<content type='text'>
Make selfloop methods return iterator instead of list in graph class</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make selfloop methods return iterator instead of list in graph class</pre>
</div>
</content>
</entry>
<entry>
<title>Updates to degree method</title>
<updated>2015-07-03T17:35:33+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-07-03T17:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=3028cf31caa04becdf657869419dfd9a3f56b832'/>
<id>3028cf31caa04becdf657869419dfd9a3f56b832</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
