[python-dtcwt] 345/497: Merge pull request #73 from rjw57/api-rework

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:24 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 c689e6a12b1c5693049fcb610d1f3c741a25b2a0
Merge: 5174cba 9267117
Author: Rich Wareham <rjw57 at cantab.net>
Date:   Fri Feb 7 04:15:50 2014 +0000

    Merge pull request #73 from rjw57/api-rework
    
    First stage of API re-work

 README.rst                                         |  4 +
 docs/2dtransform.rst                               |  2 +-
 docs/3dtransform.rst                               |  2 +-
 docs/backends.rst                                  | 14 ++--
 docs/reference.rst                                 | 40 ++++-----
 docs/registration.rst                              |  2 +-
 docs/variant.rst                                   |  6 +-
 dtcwt/__init__.py                                  | 21 +----
 dtcwt/backend/__init__.py                          |  0
 dtcwt/backend/base.py                              | 96 ----------------------
 dtcwt/coeffs.py                                    |  5 ++
 dtcwt/compat.py                                    | 30 +++++++
 dtcwt/keypoint.py                                  |  2 +
 dtcwt/lowlevel.py                                  |  2 +-
 dtcwt/{backend/backend_numpy => numpy}/__init__.py |  2 +-
 dtcwt/{backend/backend_numpy => numpy}/lowlevel.py |  2 +
 .../backend_numpy => numpy}/transform2d.py         | 50 ++++++++++-
 .../{backend/backend_opencl => opencl}/__init__.py |  0
 .../{backend/backend_opencl => opencl}/lowlevel.py |  2 +-
 .../backend_opencl => opencl}/transform2d.py       | 14 ++--
 dtcwt/plotting.py                                  |  4 +-
 .../numpybackend.py => registration.py}            | 20 +++--
 dtcwt/registration/__init__.py                     | 22 -----
 dtcwt/sampling.py                                  |  2 +
 dtcwt/transform1d.py                               |  4 +-
 dtcwt/transform2d.py                               |  7 +-
 dtcwt/transform3d.py                               |  4 +-
 dtcwt/utils.py                                     |  2 +
 examples/3d_dtcwt_directionality.py                |  3 +-
 examples/image-registration.py                     |  2 +-
 examples/register_images.py                        |  4 +-
 examples/register_video.py                         |  2 +-
 scripts/benchmark_opencl.py                        | 16 ++--
 tests/testagainstmatlab.py                         |  3 +-
 tests/testcoeffs.py                                |  2 +-
 tests/testcolfilter.py                             |  2 +-
 tests/testifm1.py                                  |  2 +-
 tests/testifm2.py                                  |  3 +-
 tests/testopenclcoldfilt.py                        |  2 +-
 tests/testopenclcolfilter.py                       |  4 +-
 tests/testopenclcolifilt.py                        |  2 +-
 tests/testopenclxfm2.py                            |  6 +-
 tests/testregistration.py                          |  2 +-
 tests/testxfm1.py                                  |  3 +-
 tests/testxfm2.py                                  |  3 +-
 tests/testxfm3.py                                  |  3 +-
 tests/util.py                                      |  2 +-
 47 files changed, 196 insertions(+), 231 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