[python-dtcwt] 270/497: registration: limit public API

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:13 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 73ddb31a6f85db8011f459e292da9f72bef795e4
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Thu Jan 30 12:02:33 2014 +0000

    registration: limit public API
    
    Remove a lot of the internal functions from the public API. We can
    always add them later if people want them and they can still be
    import-ed.
---
 dtcwt/registration.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dtcwt/registration.py b/dtcwt/registration.py
index 9b586f0..ac059cc 100644
--- a/dtcwt/registration.py
+++ b/dtcwt/registration.py
@@ -23,13 +23,7 @@ import numpy as np
 __all__ = [
     'EXPECTED_SHIFTS',
 
-    'confidence',
     'estimatereg',
-    'normsample',
-    'normsamplehighpass',
-    'phasegradient',
-    'qtildematrices',
-    'solvetransform',
     'velocityfield',
     'warp',
     'warptransform',

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