[Python-modules-commits] [python-igraph] branch master updated (a6b1c3c -> a559c1f)

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Nov 25 04:54:42 UTC 2015


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

takaki pushed a change to branch master
in repository python-igraph.

      from  a6b1c3c   Update Vcs fields for git migration
       new  c15dfb3   Import python-igraph_0.7.1.post6.orig.tar.gz
       new  975e4f6   record new upstream branch created by importing python-igraph_0.7.1.post6.orig.tar.gz and merge it
       new  1bf4488   new upstream
       new  cf3d56a   debian/watch: use pypi.debian.net
       new  745e386   policy 3.9.6
       new  4ffc08d   debian/rules: support python3
       new  2197fbe   remove utility script for python3
       new  a559c1f   prepare release

The 8 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:
 MANIFEST.in                        |    6 -
 PKG-INFO                           |    8 +-
 debian/.git-dpm                    |   14 +-
 debian/changelog                   |   11 +-
 debian/control                     |    2 +-
 debian/rules                       |    4 +
 debian/watch                       |    2 +-
 igraph/__init__.py                 |  549 +++++++++----
 igraph/app/shell.py                |   24 +-
 igraph/clustering.py               |  121 +--
 igraph/compat.py                   |   14 +-
 igraph/configuration.py            |   73 +-
 igraph/drawing/__init__.py         |   68 +-
 igraph/drawing/colors.py           |    7 +-
 igraph/drawing/edge.py             |  220 ++++-
 igraph/drawing/graph.py            |  260 +++---
 igraph/drawing/text.py             |   45 +-
 igraph/drawing/utils.py            |   41 +-
 igraph/drawing/vertex.py           |   98 +++
 igraph/layout.py                   |   20 +-
 igraph/{ => remote}/nexus.py       |   14 +-
 igraph/statistics.py               |   26 +-
 igraph/summary.py                  |   10 +-
 igraph/test/__init__.py            |   56 +-
 igraph/test/attributes.py          |  141 ++--
 igraph/test/basic.py               |  306 +++----
 igraph/test/bipartite.py           |  111 +--
 igraph/test/cliques.py             |   48 +-
 igraph/test/colortests.py          |   26 +-
 igraph/test/conversion.py          |   42 +-
 igraph/test/decomposition.py       |  166 ++--
 igraph/test/edgeseq.py             |  229 ++++--
 igraph/test/flow.py                |  201 +++--
 igraph/test/foreign.py             |   93 +--
 igraph/test/games.py               |  108 ++-
 igraph/test/generators.py          |   80 +-
 igraph/test/indexing.py            |   26 +-
 igraph/test/isomorphism.py         |  165 +++-
 igraph/test/iterators.py           |    4 +-
 igraph/test/layouts.py             |  118 ++-
 igraph/test/operators.py           |  105 ++-
 igraph/test/rng.py                 |    6 +-
 igraph/test/separators.py          |   32 +-
 igraph/test/spectral.py            |   12 +-
 igraph/test/structural.py          |  325 ++++----
 igraph/test/utils.py               |   67 ++
 igraph/test/vertexseq.py           |  215 +++--
 igraph/utils.py                    |   37 +-
 python_igraph.egg-info/PKG-INFO    |    8 +-
 python_igraph.egg-info/SOURCES.txt |   11 +-
 scripts/epydoc-patched             |    2 +
 scripts/epydoc.cfg                 |    4 +-
 scripts/mkdoc.sh                   |    2 +-
 setup.cfg                          |    4 -
 setup.py                           |  876 ++++++++++++++++++--
 src/attributes.c                   |  173 +++-
 src/attributes.h                   |   11 +
 src/common.h                       |    8 +
 src/convert.c                      |  751 +++++++++++------
 src/convert.h                      |   16 +-
 src/edgeobject.c                   |  170 +++-
 src/edgeobject.h                   |    5 +
 src/edgeseqobject.c                |   19 +-
 src/filehandle.c                   |   50 +-
 src/filehandle.h                   |    1 +
 src/graphobject.c                  | 1571 +++++++++++++++++++++++++++---------
 src/graphobject.h                  |    5 +
 src/igraphmodule.c                 |   16 +-
 src/py2compat.c                    |   38 +
 src/py2compat.h                    |   13 +-
 src/vertexobject.c                 |  169 +++-
 src/vertexobject.h                 |    5 +
 src/vertexseqobject.c              |   20 +-
 test/doctests.py                   |    2 +-
 74 files changed, 6052 insertions(+), 2254 deletions(-)
 create mode 100644 igraph/drawing/vertex.py
 rename igraph/{ => remote}/nexus.py (98%)
 create mode 100644 igraph/test/utils.py

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



More information about the Python-modules-commits mailing list