[Python-modules-commits] [python-cluster] 01/05: record new upstream branch created by importing python-cluster_1.3.3.orig.tar.gz and merge it

Luciano Bello luciano at moszumanska.debian.org
Sun Apr 24 11:06:01 UTC 2016


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

luciano pushed a commit to branch master
in repository python-cluster.

commit 47af60d0ddf5b82e36ef56b992b8e6c7af9a1627
Merge: 9f502f2 2e12aa6
Author: Luciano Bello <luciano at debian.org>
Date:   Sun Apr 24 13:02:14 2016 +0200

    record new upstream branch created by importing python-cluster_1.3.3.orig.tar.gz and merge it

 .gitignore                                  |   8 +
 AUTHORS                                     |   2 +
 CHANGELOG                                   |  10 +
 INSTALL                                     |  27 +
 MANIFEST.in                                 |   5 +-
 PKG-INFO                                    |  53 --
 README => README.rst                        |  29 +-
 cluster.py                                  | 739 ----------------------------
 cluster/__init__.py                         |  25 +
 cluster/cluster.py                          | 162 ++++++
 cluster/linkage.py                          | 100 ++++
 cluster/matrix.py                           | 171 +++++++
 cluster/method/__init__.py                  |  17 +
 cluster/method/base.py                      |  69 +++
 cluster/method/hierarchical.py              | 208 ++++++++
 cluster/method/kmeans.py                    | 168 +++++++
 cluster/test/test_hierarchical.py           | 249 ++++++++++
 cluster/test/test_kmeans.py                 | 141 ++++++
 cluster/test/test_linkage.py                |  31 ++
 cluster/test/test_numpy.py                  |  36 ++
 cluster/util.py                             | 132 +++++
 cluster/version.txt                         |   1 +
 clusterTests.py                             | 190 -------
 debian/.git-dpm                             |  14 +-
 docs/Makefile                               | 177 +++++++
 docs/apidoc/cluster.matrix.rst              |   7 +
 docs/apidoc/cluster.method.base.rst         |   7 +
 docs/apidoc/cluster.method.hierarchical.rst |   7 +
 docs/apidoc/cluster.method.kmeans.rst       |   7 +
 docs/apidoc/cluster.rst                     |   7 +
 docs/apidoc/cluster.util.rst                |   7 +
 docs/changelog.rst                          |  13 +
 docs/conf.py                                | 260 ++++++++++
 docs/index.rst                              | 112 +++++
 fabfile.py                                  |  10 +
 makedist.sh                                 |   8 +
 pytest.ini                                  |   2 +
 setup.cfg                                   |   4 +-
 setup.py                                    |  50 +-
 39 files changed, 2249 insertions(+), 1016 deletions(-)

diff --cc debian/.git-dpm
index cf25da6,0000000..6a1338c
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 372fa2a8c1c71e7b214cfb7bbf8f768bf39e4835
- 372fa2a8c1c71e7b214cfb7bbf8f768bf39e4835
- 372fa2a8c1c71e7b214cfb7bbf8f768bf39e4835
- 372fa2a8c1c71e7b214cfb7bbf8f768bf39e4835
- python-cluster_1.1.1b3.orig.tar.gz
- 6e9db6d3d04fe208a9216fffad662a1fd14f3f39
- 38391
++2e12aa632a781353eb3028cbbc67d5ac9a260628
++2e12aa632a781353eb3028cbbc67d5ac9a260628
++2e12aa632a781353eb3028cbbc67d5ac9a260628
++2e12aa632a781353eb3028cbbc67d5ac9a260628
++python-cluster_1.3.3.orig.tar.gz
++b7afb22ba659577cd1743709fda44547f21dcdff
++49352
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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



More information about the Python-modules-commits mailing list