[Python-modules-commits] [python-networkx] branch master updated (1d4bcb6 -> ab1dfd0)

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


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

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

      from  1d4bcb6   releasing package python-networkx version 1.11~rc1-1
       new  d3215e2   record new upstream branch created by importing python-networkx_1.11~rc2.orig.tar.gz
       new  88a9a51   Import python-networkx_1.11~rc2.orig.tar.gz
       new  ebc732a   install doc in the right place for Debian
       new  a36c79f   Don't created dirs for examples no more present
       new  e84df28   Use a local copy of object.inv from doc.python.org and docs.scipy.org, instead of downloading them each time from the internet
       new  4766591   Using local MathJax.js script
       new  907fa71   merge patched into master
       new  325ef82   New upstream release candidate
       new  a8e57c2   update packaging copyright years
       new  ab1dfd0   releasing package python-networkx version 1.11~rc2-1

The 10 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 +-
 debian/.git-dpm                              |  14 ++--
 debian/changelog                             |   8 ++
 debian/copyright                             |   2 +-
 debian/patches/10_doc_relocation             |   2 +-
 debian/patches/20_example_dirs_remove        |   2 +-
 debian/patches/30_use_local_objects.inv      |   2 +-
 debian/patches/using-local-mathjax.js.patch  |   2 +-
 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 +-
 68 files changed, 582 insertions(+), 542 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