[python-dtcwt] branch debian/master updated (c5b3b3c -> d1e30be)

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 change to branch debian/master
in repository python-dtcwt.

      from  c5b3b3c   Release to unstable.
       new  00b52f2   Sign tags on gbp import
       new  94c8b24   Upgrade watch file to version 4
      adds  df8115e   New upstream version 0.12.0
       new  cbf03cb   Merge tag 'upstream/0.12.0' into debian/master
       new  71baa27   Drop superfluous Testsuite field
       new  d9fa858   Bump debhelper version to 10
       new  67c0cf2   Move pyopencl dependency to Suggests
       new  8fa6bdc   Fixup the upstream name in copyright
       new  1c3bfaa   Update the copyright dates
       new  71326c5   Update the BSD-2-Clause paragraph
       new  6d0b637   Update the binary package descriptions
       new  c585064   Fixup the proxy settings for the docs
       new  bd63af3   Add new dependency on the Sphinx RTD theme
       new  9bd6b22   Build the docs with Python 3
       new  14292ce   Add support for the nodoc build profile
       new  fbbba75   Add the Build-Using metadata for the docs
       new  9487b62   Add recommended get-orig-source target
       new  93d2486   Simplify integration with the system MathJax
       new  4d3a979   Add new test dependency on scipy
       new  9ad85eb   Add support for the nocheck build profile
       new  81c4d58   Run autopkgtests for all supported Python versions
       new  2c3d2ef   Bump standards version to 4.1.0
       new  d1e30be   Release to unstable

The 22 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:
 .travis.yml                             |   8 +-
 README.rst                              |   5 +
 debian/changelog                        |  29 +
 debian/compat                           |   2 +-
 debian/control                          |  63 +-
 debian/copyright                        |  40 +-
 debian/gbp.conf                         |   1 +
 debian/patches/use-system-mathjax.patch |  13 +-
 debian/python-dtcwt-doc.links           |   1 -
 debian/rules                            |  10 +-
 debian/tests/control                    |  26 +-
 debian/watch                            |   8 +-
 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/{numpy => tf}/__init__.py         |   7 +-
 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 +-
 40 files changed, 5098 insertions(+), 139 deletions(-)
 delete mode 100644 debian/python-dtcwt-doc.links
 copy dtcwt/{numpy => tf}/__init__.py (50%)
 create mode 100644 dtcwt/tf/common.py
 create mode 100644 dtcwt/tf/lowlevel.py
 create mode 100644 dtcwt/tf/transform1d.py
 create mode 100644 dtcwt/tf/transform2d.py
 create mode 100644 tests/Speed Tests.ipynb
 create mode 100644 tests/test_tfTransform1d.py
 create mode 100644 tests/test_tfTransform2d.py
 create mode 100644 tests/test_tfcoldfilt.py
 create mode 100644 tests/test_tfcolfilter.py
 create mode 100644 tests/test_tfcolifilt.py
 create mode 100644 tests/test_tfinputshapes.py
 create mode 100644 tests/test_tfrowdfilt.py
 create mode 100644 tests/test_tfrowfilter.py
 create mode 100644 tests/tf-requirements.txt

-- 
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