mailr3714 - in /branches/N_state_model: ./ generic_fns/ test_suite/unit_tests/generic_fns/


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

Header


Content

Posted by edward on November 20, 2007 - 18:26:
Author: bugman
Date: Tue Nov 20 18:26:22 2007
New Revision: 3714

URL: http://svn.gna.org/viewcvs/relax?rev=3714&view=rev
Log:
Merged revisions 3697-3713 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r3697 | bugman | 2007-11-20 17:38:03 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Bug fix to make the test suite work again.
........
  r3698 | bugman | 2007-11-20 17:41:59 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Added the framework for implementing unit tests for the generic_fns.state 
module.
........
  r3699 | bugman | 2007-11-20 17:48:38 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Added a unit test for the generic_fns.state.save() function.
........
  r3700 | bugman | 2007-11-20 17:50:41 +0100 (Tue, 20 Nov 2007) | 6 lines
  
  Change of the internal structure of the generic_fns.state module.
  
  The State class has been eliminated and its methods load() and save() have 
been converted to module
  functions.
........
  r3701 | bugman | 2007-11-20 17:51:52 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Removed the old State class from the namespace of 'self.relax.generic'.
........
  r3702 | bugman | 2007-11-20 17:55:36 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Renamed the relax io module to relax_io as it clashes with the Python io 
module.
........
  r3703 | bugman | 2007-11-20 17:57:19 +0100 (Tue, 20 Nov 2007) | 5 lines
  
  Modified the unit tests for generic_fns.state to import from relax_io.
  
  The function open_write_file is now imported (although it doesn't currently 
exist).
........
  r3704 | bugman | 2007-11-20 17:57:47 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  The open_read_file function is now imported as well.
........
  r3705 | bugman | 2007-11-20 17:59:04 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Added some comments for the import statements.
........
  r3706 | bugman | 2007-11-20 18:03:16 +0100 (Tue, 20 Nov 2007) | 6 lines
  
  Fix for the renaming of io.py to relax_io.py.
  
  The module renaming has been taken into account as well as the eventual 
removal of the IO class and
  the conversion from class methods to module functions.
........
  r3707 | bugman | 2007-11-20 18:07:13 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Added a simple docstring to the relax_io module.
........
  r3708 | bugman | 2007-11-20 18:08:21 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Converted the log class method to a function.
........
  r3709 | bugman | 2007-11-20 18:09:41 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Converted the open_read_file class method to a function.
........
  r3710 | bugman | 2007-11-20 18:12:07 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Converted the open_write_file class method into a module function.
........
  r3711 | bugman | 2007-11-20 18:20:22 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Renamed relax_io.mkdir to relax_io.mkdir_nofail and converted it from a 
class method to a function.
........
  r3712 | bugman | 2007-11-20 18:22:06 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Renamed the file_path class method to the get_file_path module function.
........
  r3713 | bugman | 2007-11-20 18:24:30 +0100 (Tue, 20 Nov 2007) | 3 lines
  
  Bug fix for both generic_fns.state unit tests.
........

Added:
    branches/N_state_model/relax_io.py
      - copied unchanged from r3713, 1.3/relax_io.py
    branches/N_state_model/test_suite/unit_tests/generic_fns/test_state.py
      - copied unchanged from r3713, 
1.3/test_suite/unit_tests/generic_fns/test_state.py
Removed:
    branches/N_state_model/io.py
Modified:
    branches/N_state_model/   (props changed)
    branches/N_state_model/generic_fns/main.py
    branches/N_state_model/generic_fns/state.py
    branches/N_state_model/relax

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

Modified: branches/N_state_model/generic_fns/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/generic_fns/main.py?rev=3714&r1=3713&r2=3714&view=diff

Modified: branches/N_state_model/generic_fns/state.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/generic_fns/state.py?rev=3714&r1=3713&r2=3714&view=diff

Removed: branches/N_state_model/io.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/io.py?rev=3713&view=auto

Modified: branches/N_state_model/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/relax?rev=3714&r1=3713&r2=3714&view=diff




Related Messages


Powered by MHonArc, Updated Tue Nov 20 19:00:19 2007