[Python-modules-commits] [python-networkx] branch upstream updated (6a40879 -> 88a9a51)

Sandro Tosi morph at moszumanska.debian.org
Thu Jan 28 20:07:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a change to branch upstream
in repository python-networkx.

      from  6a40879   Import python-networkx_1.11~rc1.orig.tar.gz
       new  88a9a51   Import python-networkx_1.11~rc2.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                     |   4 +-
 doc/source/install.rst                       |   2 +-
 doc/source/reference/api_1.11.rst            |  12 ++-
 doc/source/reference/legal.rst               |   2 +-
 doc/source/reference/news.rst                |   1 +
 doc/source/tutorial/tutorial.rst             | 104 ++++++++++++-------------
 examples/advanced/heavy_metal_umlaut.py      |  10 +--
 examples/algorithms/blockmodel.py            |  17 ++--
 examples/algorithms/krackhardt_centrality.py |  10 +--
 examples/algorithms/rcm.py                   |   8 +-
 examples/basic/properties.py                 |   4 +-
 examples/basic/read_write.py                 |   9 ++-
 examples/drawing/atlas.py                    |  65 ++++++++--------
 examples/drawing/chess_masters.py            |  35 ++++-----
 examples/drawing/circular_tree.py            |  19 +++--
 examples/drawing/degree_histogram.py         |   7 +-
 examples/drawing/edge_colormap.py            |   8 +-
 examples/drawing/ego_graph.py                |   2 +-
 examples/drawing/four_grids.py               |  13 ++--
 examples/drawing/giant_component.py          |  38 +++++----
 examples/drawing/house_with_colors.py        |   2 +-
 examples/drawing/knuth_miles.py              |  13 ++--
 examples/drawing/labels_and_colors.py        |  10 +--
 examples/drawing/lanl_routes.py              |  60 +++++++-------
 examples/drawing/node_colormap.py            |   4 +-
 examples/drawing/sampson.py                  |   8 +-
 examples/drawing/unix_email.py               |  15 ++--
 examples/drawing/weighted_graph.py           |   4 +-
 examples/graph/atlas.py                      |  65 ++++++++--------
 examples/graph/atlas2.py                     |  25 +++---
 examples/graph/degree_sequence.py            |  10 +--
 examples/graph/erdos_renyi.py                |   6 +-
 examples/graph/expected_degree_sequence.py   |   5 +-
 examples/graph/football.py                   |   5 +-
 examples/graph/knuth_miles.py                |  13 ++--
 examples/graph/napoleon_russian_campaign.py  |  11 +--
 examples/graph/roget.py                      |  13 ++--
 examples/graph/unix_email.py                 |  15 ++--
 examples/graph/words.py                      |  13 ++--
 examples/javascript/force.py                 |   8 +-
 examples/multigraph/chess_masters.py         |  35 ++++-----
 examples/pygraphviz/pygraphviz_attributes.py |  17 ++--
 examples/pygraphviz/pygraphviz_draw.py       |  11 +--
 examples/pygraphviz/pygraphviz_simple.py     |  19 ++---
 examples/pygraphviz/write_dotfile.py         |  40 ++++++----
 examples/subclass/antigraph.py               |  22 +++---
 examples/subclass/printgraph.py              |  25 +++---
 networkx.egg-info/PKG-INFO                   |   4 +-
 networkx.egg-info/requires.txt               |   2 +-
 networkx/classes/graph.py                    |   9 ++-
 networkx/convert.py                          |   4 +-
 networkx/convert_matrix.py                   |   2 +-
 networkx/drawing/__init__.py                 |   4 +-
 networkx/drawing/layout.py                   |  12 +--
 networkx/drawing/nx_agraph.py                |  36 +++++----
 networkx/drawing/nx_pydot.py                 | 112 ++++++++++++---------------
 networkx/drawing/nx_pylab.py                 |   6 +-
 networkx/drawing/tests/test_agraph.py        |  14 ++--
 networkx/drawing/tests/test_pydot.py         |  31 ++++----
 networkx/release.py                          |   4 +-
 networkx/version.py                          |   8 +-
 61 files changed, 562 insertions(+), 530 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-networkx.git



More information about the Python-modules-commits mailing list