[python-dtcwt] 382/497: for the moment hide the OpenCL 3d transform

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:30 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 2e202edd7f6e3d40d2402d083c894adb6309bb7b
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Sat Feb 8 12:50:32 2014 +0000

    for the moment hide the OpenCL 3d transform
    
    According to @timseries, the OpenCL 3d transform implementation is not
    quite ready yet. Hide it for the moment by not telporting it into the
    dtcwt.opencl module but keep the source while development continues.
    Before merging the transform3d.py file should probably be removed to
    avoid confusion.
---
 dtcwt/opencl/__init__.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dtcwt/opencl/__init__.py b/dtcwt/opencl/__init__.py
index 8ad5e6d..80e799f 100644
--- a/dtcwt/opencl/__init__.py
+++ b/dtcwt/opencl/__init__.py
@@ -5,10 +5,8 @@ PyOpenCL be installed.
 """
 
 from .transform2d import Pyramid, Transform2d
-from .transform3d import Transform3d
 
 __all__ = [
     'Pyramid',
     'Transform2d',
-    'Transform3d',
 ]

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