[python-dtcwt] 193/497: Merge pull request #31 from rjw57/backend-refactor

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:03 UTC 2015


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

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

commit 30e247fa287c10b4361eb181d0f1cebb88e6121e
Merge: afe3c3c b43b7aa
Author: Rich Wareham <rjw57 at cantab.net>
Date:   Mon Nov 11 10:19:53 2013 -0800

    Merge pull request #31 from rjw57/backend-refactor
    
    refactor backend support to actually separate functionality

 docs/reference.rst                                 |  26 +
 docs/variant.rst                                   |   2 +
 dtcwt/backend/__init__.py                          |  95 ++++
 dtcwt/backend/backend_numpy/__init__.py            |   5 +
 dtcwt/backend/backend_numpy/lowlevel.py            | 260 ++++++++++
 dtcwt/backend/backend_numpy/transform2d.py         | 338 +++++++++++++
 dtcwt/backend/backend_opencl/__init__.py           |   5 +
 .../{opencl => backend/backend_opencl}/lowlevel.py |   8 +-
 dtcwt/backend/backend_opencl/transform2d.py        | 214 ++++++++
 dtcwt/coeffs.py                                    |   6 +
 dtcwt/lowlevel.py                                  | 262 +---------
 dtcwt/opencl/__init__.py                           |   5 -
 dtcwt/opencl/transform2d.py                        | 176 -------
 dtcwt/sampling.py                                  |   2 +-
 dtcwt/transform1d.py                               |   3 +-
 dtcwt/transform2d.py                               | 541 +--------------------
 dtcwt/transform3d.py                               |   3 +-
 dtcwt/utils.py                                     |  71 ++-
 scripts/benchmark_opencl.py                        |  12 +-
 tests/testopenclcoldfilt.py                        |   2 +-
 tests/testopenclcolfilter.py                       |   2 +-
 tests/testopenclcolifilt.py                        |   2 +-
 tests/testopenclxfm2.py                            |   9 +-
 tests/testreflect.py                               |   2 +-
 tests/testxfm2.py                                  |   5 +
 tests/util.py                                      |   2 +-
 26 files changed, 1075 insertions(+), 983 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