mailr22574 - in /branches/double_rotor: ./ specific_analyses/ specific_analyses/consistency_tests/ specific_analyses/jw_mapping/...


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

Header


Content

Posted by edward on March 28, 2014 - 10:06:
Author: bugman
Date: Fri Mar 28 10:06:51 2014
New Revision: 22574

URL: http://svn.gna.org/viewcvs/relax?rev=22574&view=rev
Log:
Merged revisions 22568-22573 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r22568 | bugman | 2014-03-27 17:31:03 +0100 (Thu, 27 Mar 2014) | 5 lines
  
  Redesign and major clean up of the specific_analyses.jw_mapping package.
  
  The code has been broken up into separate modules.
........
  r22569 | bugman | 2014-03-27 17:48:15 +0100 (Thu, 27 Mar 2014) | 5 lines
  
  Fix for the default value table documentation in the 
specific_analyses.jw_mapping package.
  
  This was broken in the last commit.
........
  r22570 | bugman | 2014-03-27 19:21:40 +0100 (Thu, 27 Mar 2014) | 3 lines
  
  Updates for the rest of relax for the redesign of the 
specific_analyses.jw_mapping package.
........
  r22571 | bugman | 2014-03-27 20:27:21 +0100 (Thu, 27 Mar 2014) | 6 lines
  
  Redesign and major clean up of the specific_analyses.consistency_tests 
package.
  
  The code has been broken up into separate modules.  This matches the similar
  specific_analyses.jw_mapping package.
........
  r22572 | bugman | 2014-03-28 09:25:56 +0100 (Fri, 28 Mar 2014) | 6 lines
  
  Redesign and major clean up of the specific_analyses.relax_fit package.
  
  The code has been broken up into separate modules.  The rest of relax has 
been updated to handle the
  changes.
........
  r22573 | bugman | 2014-03-28 09:30:32 +0100 (Fri, 28 Mar 2014) | 6 lines
  
  Removed the empty documentation strings from the specific analysis API base 
class.
  
  These are being gradually shifted into the specific_analyses.*.uf modules, 
so do not belong in the
  API object.
........

Added:
    branches/double_rotor/specific_analyses/consistency_tests/api.py
      - copied unchanged from r22573, 
trunk/specific_analyses/consistency_tests/api.py
    branches/double_rotor/specific_analyses/consistency_tests/uf.py
      - copied unchanged from r22573, 
trunk/specific_analyses/consistency_tests/uf.py
    branches/double_rotor/specific_analyses/jw_mapping/api.py
      - copied unchanged from r22573, 
trunk/specific_analyses/jw_mapping/api.py
    branches/double_rotor/specific_analyses/jw_mapping/uf.py
      - copied unchanged from r22573, trunk/specific_analyses/jw_mapping/uf.py
    branches/double_rotor/specific_analyses/relax_fit/api.py
      - copied unchanged from r22573, trunk/specific_analyses/relax_fit/api.py
    branches/double_rotor/specific_analyses/relax_fit/optimisation.py
      - copied unchanged from r22573, 
trunk/specific_analyses/relax_fit/optimisation.py
    branches/double_rotor/specific_analyses/relax_fit/parameters.py
      - copied unchanged from r22573, 
trunk/specific_analyses/relax_fit/parameters.py
    branches/double_rotor/specific_analyses/relax_fit/uf.py
      - copied unchanged from r22573, trunk/specific_analyses/relax_fit/uf.py
Modified:
    branches/double_rotor/   (props changed)
    branches/double_rotor/specific_analyses/api_base.py
    branches/double_rotor/specific_analyses/consistency_tests/__init__.py
    branches/double_rotor/specific_analyses/jw_mapping/__init__.py
    branches/double_rotor/specific_analyses/relax_fit/__init__.py
    branches/double_rotor/specific_analyses/setup.py
    branches/double_rotor/test_suite/unit_tests/_specific_analyses/test_api.py
    branches/double_rotor/user_functions/consistency_tests.py
    branches/double_rotor/user_functions/grace.py
    branches/double_rotor/user_functions/jw_mapping.py
    branches/double_rotor/user_functions/relax_fit.py
    branches/double_rotor/user_functions/value.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/double_rotor/specific_analyses/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/specific_analyses/api_base.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: 
branches/double_rotor/specific_analyses/consistency_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/specific_analyses/consistency_tests/__init__.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/specific_analyses/jw_mapping/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/specific_analyses/jw_mapping/__init__.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/specific_analyses/relax_fit/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/specific_analyses/relax_fit/__init__.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/specific_analyses/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/specific_analyses/setup.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: 
branches/double_rotor/test_suite/unit_tests/_specific_analyses/test_api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/unit_tests/_specific_analyses/test_api.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/user_functions/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/user_functions/consistency_tests.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/user_functions/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/user_functions/grace.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/user_functions/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/user_functions/jw_mapping.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/user_functions/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/user_functions/relax_fit.py?rev=22574&r1=22573&r2=22574&view=diff

Modified: branches/double_rotor/user_functions/value.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/user_functions/value.py?rev=22574&r1=22573&r2=22574&view=diff




Related Messages


Powered by MHonArc, Updated Fri Mar 28 10:20:02 2014