[Python-modules-commits] [python-networkx] branch master updated (422b991 -> 792b4b5)

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 3 00:29:28 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  422b991   suggest the -doc pkg in the module pkgs; Closes: #807126
       new  c4419e8   record new upstream branch created by importing python-networkx_1.11~rc1.orig.tar.gz
       new  6a40879   Import python-networkx_1.11~rc1.orig.tar.gz
       new  b75ac95   install doc in the right place for Debian
       new  0de3bdc   Don't created dirs for examples no more present
       new  a14dedc   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  e3d0feb   Using local MathJax.js script
       new  1f860f4   merge patched into master
       new  004fbbe   New upstream release candidate
       new  02fdd1c   extend packaging copyright years
       new  cc43163   removed, outdated
       new  4485b2d   update intersphinx mapping files
       new  6db58cc   drop BSD-style, not used
       new  792b4b5   move the general copyright notice on top, helps with lintian

The 13 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/README.source                               |   5 -
 debian/changelog                                   |  15 +-
 debian/copyright                                   |  52 ++--
 debian/patches/10_doc_relocation                   |   2 +-
 debian/patches/20_example_dirs_remove              |   2 +-
 debian/patches/30_use_local_objects.inv            |   4 +-
 debian/patches/using-local-mathjax.js.patch        |   4 +-
 debian/python.org_objects.inv                      | Bin 116332 -> 85476 bytes
 debian/scipy.org_numpy_objects.inv                 | Bin 56804 -> 59150 bytes
 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 +-
 64 files changed, 854 insertions(+), 415 deletions(-)
 delete mode 100644 debian/README.source
 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