[med-svn] [python-multipletau] branch master updated (ba63baa -> 5840c93)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Fri Jul 22 13:43:47 UTC 2016


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

malex-guest pushed a change to branch master
in repository python-multipletau.

      from  ba63baa   d/control: remove python{3)-nose d/changelog: update, upload to unstable
       new  e8e55fb   Imported Upstream version 0.1.6+ds
       new  ae8f833   Merge tag 'upstream/0.1.6+ds'
       new  3000c98   Apply cme fix dpkg
       new  67939be   Update changelog
       new  aa8f337   Add python-pytest-runner to Build-Depends
       new  a56a0a7   Add unicode_readme.patch drop numpy_1.11.0.patch
       new  6f7a2de   Update d/source/options to exclude _version_save.py rubbish
       new  0f29139   Export PYBUILD_TEST_PYTEST and add python-pytest to Build-Depends
       new  5840c93   Update changelog, remove comments from d/rules, upload to unstable

The 9 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:
 .gitignore                                         |  48 ---
 .travis.yml                                        |   3 +-
 CHANGELOG.md => CHANGELOG                          |   9 +-
 MANIFEST.in                                        |   6 +-
 README.md                                          |  51 ---
 README.rst                                         |  68 ++++
 README.txt                                         |  16 -
 debian/changelog                                   |  11 +
 debian/control                                     |   6 +-
 debian/copyright                                   |   3 +-
 debian/patches/series                              |   2 +-
 debian/patches/unicode_readme.patch                |  21 ++
 debian/rules                                       |   4 +-
 debian/source/options                              |   2 +-
 doc/README.md                                      |   9 -
 examples/compare_correlation_methods.png           | Bin 80520 -> 90946 bytes
 examples/compare_correlation_methods.py            |  78 ++---
 multipletau/__init__.py                            |   6 +-
 multipletau/_multipletau.py                        | 358 +++++++++++----------
 multipletau/_version.py                            | 132 +++++++-
 setup.cfg                                          |   3 +
 setup.py                                           |  53 +--
 tests/README.md                                    |   5 +-
 tests/data/test_autocorrelate.py_test_ac_m.npy     | Bin 0 -> 7776 bytes
 .../test_autocorrelate.py_test_ac_normalize.npy    | Bin 0 -> 2304 bytes
 .../data/test_autocorrelate.py_test_ac_simple.npy  | Bin 0 -> 2304 bytes
 tests/data/test_correlate.py_test_cc_m.npy         | Bin 0 -> 16400 bytes
 tests/data/test_correlate.py_test_cc_normalize.npy | Bin 0 -> 2304 bytes
 tests/data/test_correlate.py_test_cc_simple.npy    | Bin 0 -> 4528 bytes
 tests/test_ac_cc.py                                | 139 ++++++++
 tests/test_autocorrelate.py                        | 254 +++++++++++++++
 tests/test_basic.py                                |  26 +-
 tests/test_correlate.py                            | 300 +++++++++++++++++
 tests/test_ref_numpy.py                            | 180 +++++++++++
 34 files changed, 1391 insertions(+), 402 deletions(-)
 delete mode 100644 .gitignore
 rename CHANGELOG.md => CHANGELOG (51%)
 delete mode 100644 README.md
 create mode 100644 README.rst
 delete mode 100644 README.txt
 create mode 100644 debian/patches/unicode_readme.patch
 create mode 100644 tests/data/test_autocorrelate.py_test_ac_m.npy
 create mode 100644 tests/data/test_autocorrelate.py_test_ac_normalize.npy
 create mode 100644 tests/data/test_autocorrelate.py_test_ac_simple.npy
 create mode 100644 tests/data/test_correlate.py_test_cc_m.npy
 create mode 100644 tests/data/test_correlate.py_test_cc_normalize.npy
 create mode 100644 tests/data/test_correlate.py_test_cc_simple.npy
 create mode 100644 tests/test_ac_cc.py
 create mode 100644 tests/test_autocorrelate.py
 create mode 100644 tests/test_correlate.py
 create mode 100644 tests/test_ref_numpy.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git



More information about the debian-med-commit mailing list