[med-svn] [python-multipletau] branch upstream updated (566e0a1 -> e8e55fb)
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Fri Jul 22 13:43:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a change to branch upstream
in repository python-multipletau.
from 566e0a1 Imported Upstream version 0.1.5+ds
new e8e55fb Imported Upstream version 0.1.6+ds
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:
.gitignore | 48 ---
.travis.yml | 3 +-
CHANGELOG.md => CHANGELOG | 9 +-
MANIFEST.in | 6 +-
README.md | 51 ---
README.rst | 68 ++++
README.txt | 16 -
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 +++++++++++
27 files changed, 1350 insertions(+), 394 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 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