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

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 3 00:29:31 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  d79cae6   Imported Upstream version 1.10
       new  6a40879   Import python-networkx_1.11~rc1.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                                           |   2 +-
 doc/gh-pages.py                                    |   4 +-
 doc/requirements.txt                               |   2 +-
 doc/source/bibliography.rst                        |  12 +-
 doc/source/conf.py                                 |   2 +-
 doc/source/install.rst                             |   3 +-
 doc/source/reference/api_1.11.rst                  |  30 +++
 doc/source/reference/api_1.5.rst                   |   2 +-
 doc/source/reference/api_1.6.rst                   |   2 +-
 doc/source/reference/api_changes.rst               |   1 +
 doc/source/reference/classes.digraph.rst           |   3 +
 doc/source/reference/classes.graph.rst             |   4 +
 doc/source/reference/classes.multidigraph.rst      |   4 +
 doc/source/reference/classes.multigraph.rst        |   4 +
 doc/source/reference/drawing.rst                   |   1 +
 doc/source/reference/news.rst                      | 100 +++++--
 doc/source/templates/gallery.html                  |  53 ----
 examples/drawing/atlas.py                          |  87 ++++++-
 examples/drawing/chess_masters.py                  | 166 +++++++++++-
 examples/drawing/chess_masters_WCC.pgn.bz2         | Bin 39 -> 100224 bytes
 examples/drawing/knuth_miles.txt.gz                | Bin 27 -> 20317 bytes
 examples/drawing/unix_email.mbox                   |  85 +++++-
 networkx.egg-info/PKG-INFO                         |   2 +-
 networkx.egg-info/SOURCES.txt                      |   2 +-
 networkx/algorithms/assortativity/connectivity.py  |   7 +-
 networkx/algorithms/bipartite/projection.py        |  10 +-
 networkx/algorithms/centrality/betweenness.py      |   4 +-
 .../algorithms/centrality/betweenness_subset.py    |   4 +-
 networkx/algorithms/centrality/eigenvector.py      |   4 +-
 networkx/algorithms/centrality/harmonic.py         |   7 +-
 networkx/algorithms/centrality/katz.py             |   2 +-
 networkx/algorithms/flow/__init__.py               |  10 -
 networkx/algorithms/flow/capacityscaling.py        |  17 +-
 networkx/algorithms/flow/mincost.py                |  28 +-
 networkx/algorithms/flow/networksimplex.py         |  13 +-
 networkx/algorithms/link_analysis/hits_alg.py      |   4 +-
 networkx/algorithms/matching.py                    |   2 +-
 networkx/algorithms/mis.py                         |   2 +-
 networkx/algorithms/richclub.py                    |   2 +-
 networkx/algorithms/shortest_paths/weighted.py     |   6 +-
 networkx/classes/digraph.py                        |   5 +-
 networkx/classes/function.py                       |   4 +-
 networkx/classes/graph.py                          |  11 +-
 networkx/classes/multidigraph.py                   |   5 +-
 networkx/classes/multigraph.py                     |  15 +-
 networkx/drawing/layout.py                         | 289 +++++++++------------
 networkx/drawing/nx_pylab.py                       |  14 +-
 networkx/drawing/tests/test_layout.py              | 115 +++++++-
 networkx/generators/stochastic.py                  |   4 +-
 networkx/linalg/algebraicconnectivity.py           |   2 +-
 networkx/readwrite/gml.py                          |   2 +-
 networkx/readwrite/nx_shp.py                       |   1 +
 networkx/release.py                                |   3 +-
 networkx/version.py                                |   8 +-
 54 files changed, 813 insertions(+), 358 deletions(-)
 create mode 100644 doc/source/reference/api_1.11.rst
 delete mode 100644 doc/source/templates/gallery.html
 mode change 120000 => 100644 examples/drawing/atlas.py
 mode change 120000 => 100644 examples/drawing/chess_masters.py
 mode change 120000 => 100644 examples/drawing/chess_masters_WCC.pgn.bz2
 mode change 120000 => 100644 examples/drawing/knuth_miles.txt.gz
 mode change 120000 => 100644 examples/drawing/unix_email.mbox

-- 
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