[python-dtcwt] 379/497: add 3d transform to dtcwt module
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 c901a5225eb20486d97aa1189d07b071deeed4d6
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Sat Feb 8 12:28:25 2014 +0000
add 3d transform to dtcwt module
---
dtcwt/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dtcwt/__init__.py b/dtcwt/__init__.py
index 50bbfcb..dff5ee4 100644
--- a/dtcwt/__init__.py
+++ b/dtcwt/__init__.py
@@ -1,7 +1,8 @@
-from .numpy import Transform1d, Transform2d, Pyramid
+from .numpy import Transform1d, Transform2d, Transform3d, Pyramid
__all__ = [
'Transform1d',
'Transform2d',
+ 'Transform3d',
'Pyramid',
]
--
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