mailr9434 - in /1.3: data/ generic_fns/ generic_fns/structure/ maths_fns/ prompt/ specific_fns/


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 02, 2009 - 20:15:
Author: bugman
Date: Wed Sep  2 20:15:21 2009
New Revision: 9434

URL: http://svn.gna.org/viewcvs/relax?rev=9434&view=rev
Log:
Updated the package __all__ lists.


Modified:
    1.3/data/__init__.py
    1.3/generic_fns/__init__.py
    1.3/generic_fns/structure/__init__.py
    1.3/maths_fns/__init__.py
    1.3/prompt/__init__.py
    1.3/specific_fns/__init__.py

Modified: 1.3/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/__init__.py?rev=9434&r1=9433&r2=9434&view=diff
==============================================================================
--- 1.3/data/__init__.py (original)
+++ 1.3/data/__init__.py Wed Sep  2 20:15:21 2009
@@ -37,10 +37,15 @@
 from version import version
 
 
-__all__ = [ 'data_classes',
+__all__ = [ 'align_tensor',
+            'data_classes',
             'diff_tensor',
-            'diff_tensor_auto_objects',
-            'main' ]
+            'main',
+            'mol_res_spin',
+            'pipe_container',
+            'prototype',
+            'relax_xml'
+]
 
 
 class Relax_data_store(dict):

Modified: 1.3/generic_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/__init__.py?rev=9434&r1=9433&r2=9434&view=diff
==============================================================================
--- 1.3/generic_fns/__init__.py (original)
+++ 1.3/generic_fns/__init__.py Wed Sep  2 20:15:21 2009
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2008 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2009 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -21,28 +21,41 @@
 
###############################################################################
 
 
-__all__ = [ 'angles',
+__all__ = [ 'align_tensor',
+            'angles',
             'dasha',
             'diffusion_tensor',
             'eliminate',
             'fix',
+            'frame_order',
             'frq',
             'grace',
             'intensity',
             'main',
             'minimise',
             'model_selection',
+            'mol_res_spin',
             'molmol',
             'monte_carlo',
+            'noesy',
             'nuclei',
             'palmer',
+            'pcs',
+            'pipes',
+            'pymol',
+            'rdc',
             'relax_data',
+            'relax_re',
+            'reset',
             'results',
             'runs',
             'selection',
             'sequence',
+            'spectrum',
             'state',
             'structure',
             'temperature',
             'value',
-            'vmd' ]
+            'vmd',
+            'xplor'
+]

Modified: 1.3/generic_fns/structure/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/__init__.py?rev=9434&r1=9433&r2=9434&view=diff
==============================================================================
--- 1.3/generic_fns/structure/__init__.py (original)
+++ 1.3/generic_fns/structure/__init__.py Wed Sep  2 20:15:21 2009
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2008 Edward d'Auvergne                                       
 #
+# Copyright (C) 2008-2009 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -38,7 +38,7 @@
 
 __all__ = [ 'api_base',
             'geometric',
-            'internal_pdb',
+            'internal',
             'main',
             'mass',
             'scientific' ]

Modified: 1.3/maths_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/__init__.py?rev=9434&r1=9433&r2=9434&view=diff
==============================================================================
--- 1.3/maths_fns/__init__.py (original)
+++ 1.3/maths_fns/__init__.py Wed Sep  2 20:15:21 2009
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2005, 2008 Edward d'Auvergne                            
 #
+# Copyright (C) 2003-2005, 2008-2009 Edward d'Auvergne                       
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -24,13 +24,24 @@
 """Package containing all of relax's number crunching code."""
 
 
-__all__ = [ 'chi2',
+__all__ = [ 'alignment_tensor',
+            'chi2',
+            'consistency_tests',
             'correlation_time',
             'direction_cosine',
+            'frame_order_matrix_ops',
+            'frame_order_models',
+            'jw_mapping',
             'jw_mf_comps',
             'jw_mf',
+            'kronecker_product',
             'mf',
+            'n_state_model',
+            'pcs',
+            'potential',
+            'rdc',
             'ri_comps',
             'ri_prime',
             'ri',
+            'rotation_matrix',
             'weights' ]

Modified: 1.3/prompt/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/__init__.py?rev=9434&r1=9433&r2=9434&view=diff
==============================================================================
--- 1.3/prompt/__init__.py (original)
+++ 1.3/prompt/__init__.py Wed Sep  2 20:15:21 2009
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2005 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2005, 2009 Edward d'Auvergne                            
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -21,15 +21,20 @@
 
###############################################################################
 
 
-__all__ = ['angles',
+__all__ = ['align_tensor',
+           'angles',
+           'base_class',
+           'check',
            'command',
            'consistency_tests',
            'dasha',
            'deselect',
            'diffusion_tensor',
+           'doc_string',
            'dx',
            'eliminate',
            'fix',
+           'frame_order',
            'frq',
            'gpl',
            'grace',
@@ -39,19 +44,27 @@
            'minimisation',
            'model_free',
            'model_selection',
+           'molecule',
            'molmol',
            'monte_carlo',
+           'n_state_model',
            'noe',
            'nuclei',
            'palmer',
+           'pcs',
+           'pipe',
            'pymol',
+           'rdc',
            'relax_data',
            'relax_fit',
            'reset',
-           'pipe',
+           'residue',
+           'results',
            'rw',
            'select',
            'sequence',
+           'spectrum',
+           'spin',
            'state',
            'structure',
            'tab_completion',

Modified: 1.3/specific_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/__init__.py?rev=9434&r1=9433&r2=9434&view=diff
==============================================================================
--- 1.3/specific_fns/__init__.py (original)
+++ 1.3/specific_fns/__init__.py Wed Sep  2 20:15:21 2009
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004, 2006-2008 Edward d'Auvergne                            
 #
+# Copyright (C) 2004, 2006-2009 Edward d'Auvergne                            
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -27,9 +27,12 @@
 # The available modules.
 __all__ = [ 'base_class',
             'consistency_tests',
+            'frame_order',
             'hybrid',
             'jw_mapping',
             'model_free',
             'n_state_model',
             'noe',
-            'relax_fit']
+            'relax_fit',
+            'setup'
+]




Related Messages


Powered by MHonArc, Updated Wed Sep 02 21:20:10 2009