[python-dtcwt] 377/497: Merge pull request #74 from rjw57/api-rework
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:29 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 ca269690f5c917ef821dd82ccd3bf70ac33c5558
Merge: c689e6a 7424625
Author: Rich Wareham <rjw57 at cantab.net>
Date: Sat Feb 8 12:13:39 2014 +0000
Merge pull request #74 from rjw57/api-rework
More API re-works
README.rst | 3 +
docs/2dtransform.rst | 12 +-
docs/3dtransform.rst | 4 +-
docs/backends.rst | 6 +-
docs/conf.py | 2 +-
docs/examples.rst | 4 +-
docs/gettingstarted.rst | 18 +-
docs/index.rst | 29 ----
docs/reference.rst | 46 ++++--
docs/registration.rst | 4 +-
docs/variant.rst | 18 +-
dtcwt/__init__.py | 6 +-
dtcwt/compat.py | 164 +++++++++++++++++-
dtcwt/keypoint.py | 20 +--
dtcwt/lowlevel.py | 74 ---------
dtcwt/numpy/__init__.py | 7 +-
dtcwt/numpy/common.py | 33 ++++
dtcwt/numpy/lowlevel.py | 383 ++++++++++++++++++++++---------------------
dtcwt/numpy/transform1d.py | 199 ++++++++++++++++++++++
dtcwt/numpy/transform2d.py | 142 ++++++----------
dtcwt/opencl/__init__.py | 4 +-
dtcwt/opencl/transform2d.py | 45 ++---
dtcwt/plotting.py | 16 +-
dtcwt/registration.py | 45 +++--
dtcwt/sampling.py | 2 +-
dtcwt/transform1d.py | 199 ----------------------
dtcwt/transform2d.py | 95 -----------
dtcwt/transform3d.py | 2 +-
matlab/gen_verif.m | 2 +-
scripts/benchmark_opencl.py | 6 +-
tests/testagainstmatlab.py | 2 +-
tests/testcoldfilt.py | 2 +-
tests/testcolfilter.py | 2 +-
tests/testcolifilt.py | 2 +-
tests/testopenclcoldfilt.py | 2 +-
tests/testopenclcolfilter.py | 2 +-
tests/testopenclcolifilt.py | 2 +-
tests/testxfm3.py | 2 +-
38 files changed, 787 insertions(+), 819 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