[python-dtcwt] 03/22: Merge tag 'upstream/0.12.0' into debian/master

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 15 13:06:37 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/master
in repository python-dtcwt.

commit cbf03cbd0a68290dfed313267dd2a90107377615
Merge: 94c8b24 df8115e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Sep 15 09:11:46 2017 +0100

    Merge tag 'upstream/0.12.0' into debian/master
    
    Upstream version 0.12.0
    
    # gpg: Signature made Fri 15 Sep 2017 09:11:42 BST
    # gpg:                using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
    # gpg:                issuer "ghisvail at gmail.com"
    # gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]

 .travis.yml                 |   8 +-
 README.rst                  |   5 +
 docs/backends.rst           |  65 ++-
 docs/conf.py                |   9 +-
 docs/reference.rst          |  20 +
 docs/requirements.txt       |   2 +-
 dtcwt/__init__.py           |   7 +
 dtcwt/_version.py           |   2 +-
 dtcwt/keypoint.py           |  22 +-
 dtcwt/numpy/transform2d.py  |  16 +-
 dtcwt/tf/__init__.py        |  16 +
 dtcwt/tf/common.py          |  75 ++++
 dtcwt/tf/lowlevel.py        | 475 +++++++++++++++++++++
 dtcwt/tf/transform1d.py     | 550 ++++++++++++++++++++++++
 dtcwt/tf/transform2d.py     | 969 ++++++++++++++++++++++++++++++++++++++++++
 dtcwt/utils.py              |  77 +++-
 tests/Speed Tests.ipynb     | 997 ++++++++++++++++++++++++++++++++++++++++++++
 tests/docs-requirements.txt |   1 +
 tests/requirements.txt      |   1 +
 tests/test_tfTransform1d.py | 375 +++++++++++++++++
 tests/test_tfTransform2d.py | 603 +++++++++++++++++++++++++++
 tests/test_tfcoldfilt.py    | 102 +++++
 tests/test_tfcolfilter.py   | 121 ++++++
 tests/test_tfcolifilt.py    | 124 ++++++
 tests/test_tfinputshapes.py | 173 ++++++++
 tests/test_tfrowdfilt.py    | 102 +++++
 tests/test_tfrowfilter.py   | 123 ++++++
 tests/tf-requirements.txt   |   2 +
 tests/util.py               |   3 +
 tox.ini                     |   8 +-
 30 files changed, 4988 insertions(+), 65 deletions(-)

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



More information about the debian-science-commits mailing list