mailr4548 - in /branches/N_state_model: ./ generic_fns/ prompt/ test_suite/unit_tests/_prompt/


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

Header


Content

Posted by edward on January 09, 2008 - 14:33:
Author: bugman
Date: Wed Jan  9 14:33:53 2008
New Revision: 4548

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

........
  r4529 | bugman | 2008-01-09 11:37:04 +0100 (Wed, 09 Jan 2008) | 6 lines
  
  Removal of all the old threading code!!!
  
  This will all eventually be replaced by Gary Thompson's multi_processor 
code, once it is ported to
  the new relax design.  This threading code was broken, buggy, and not fault 
tolerant anyway.
........
  r4530 | bugman | 2008-01-09 11:46:51 +0100 (Wed, 09 Jan 2008) | 6 lines
  
  Updated the relax_io.extract_data() function.
  
  The compression flag has been dropped as it is automatically determined and 
updated the docstring to
  epydoc format.
........
  r4531 | bugman | 2008-01-09 11:48:33 +0100 (Wed, 09 Jan 2008) | 5 lines
  
  Updated the relax_io.get_file_path() function.
  
  The docstring has been updated to epydoc format.
........
  r4532 | bugman | 2008-01-09 11:50:27 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Added the return info to the relax_io.extract_data() function docstring.
........
  r4533 | bugman | 2008-01-09 11:54:11 +0100 (Wed, 09 Jan 2008) | 6 lines
  
  Updated the relax_io.log() function.
  
  The compression flag has been dropped as it is automatically determined, 
changed the 'print_flag'
  arg to 'verbosity', and updated the docstring to epydoc format.
........
  r4534 | bugman | 2008-01-09 11:56:14 +0100 (Wed, 09 Jan 2008) | 5 lines
  
  Updated the relax_io.mkdir_nofail() function.
  
  Changed the 'print_flag' arg to 'verbosity' and updated the docstring to 
epydoc format.
........
  r4535 | bugman | 2008-01-09 11:58:30 +0100 (Wed, 09 Jan 2008) | 5 lines
  
  Updated the relax_io.open_read_file() function.
  
  Changed the 'print_flag' arg to 'verbosity' and updated the docstring to 
epydoc format.
........
  r4536 | bugman | 2008-01-09 12:06:00 +0100 (Wed, 09 Jan 2008) | 5 lines
  
  Spun out the compression determining code of open_read_file() into its own 
function.
  
  The new function is called determine_compression().
........
  r4537 | bugman | 2008-01-09 12:06:46 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Converted the devnull_import variable from a bin value to a boolean.
........
  r4538 | bugman | 2008-01-09 12:26:39 +0100 (Wed, 09 Jan 2008) | 6 lines
  
  Updated the relax_io.open_write_file() function.
  
  The docstring has been updated for epydoc, the 'print_flag' arg changed to 
'verbosity', and a
  printed warning shifted to using a RelaxWarning.
........
  r4539 | bugman | 2008-01-09 14:10:13 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Updated the docstring of the relax_io.open_write_file() function for epydoc.
........
  r4540 | bugman | 2008-01-09 14:12:14 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Bug fix.  The compress_type arg is no longer accepted.
........
  r4541 | bugman | 2008-01-09 14:13:07 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Bug fix.  The compress_type arg is no longer accepted.
........
  r4542 | bugman | 2008-01-09 14:16:22 +0100 (Wed, 09 Jan 2008) | 6 lines
  
  Updated the generic_fns.state.load_state() function.
  
  The compression flag has been dropped as it is automatically determined and 
the docstring has been
  converted to epydoc format.
........
  r4543 | bugman | 2008-01-09 14:19:47 +0100 (Wed, 09 Jan 2008) | 5 lines
  
  Updated the generic_fns.state.save_state() function.
  
  The docstring has been converted to epydoc format and the 'force' arg 
converted to a bool.
........
  r4544 | bugman | 2008-01-09 14:24:45 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Bug fix.  The relax_io.determine_compression() function now returns the 
full file path.
........
  r4545 | bugman | 2008-01-09 14:28:24 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Changed the 'force' arg of the state.save() user function too a boolean.
........
  r4546 | bugman | 2008-01-09 14:29:21 +0100 (Wed, 09 Jan 2008) | 3 lines
  
  Fixed a RelaxError import.
........
  r4547 | bugman | 2008-01-09 14:30:40 +0100 (Wed, 09 Jan 2008) | 5 lines
  
  Updated the force arg unit test of the state.save() user function.
  
  The arg is now a boolean.
........

Removed:
    branches/N_state_model/processes.py
    branches/N_state_model/prompt/thread.py
    branches/N_state_model/thread_classes.py
Modified:
    branches/N_state_model/   (props changed)
    branches/N_state_model/generic_fns/minimise.py
    branches/N_state_model/generic_fns/state.py
    branches/N_state_model/prompt/__init__.py
    branches/N_state_model/prompt/interpreter.py
    branches/N_state_model/prompt/state.py
    branches/N_state_model/relax
    branches/N_state_model/relax_io.py
    branches/N_state_model/test_suite/unit_tests/_prompt/test_state.py

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

Modified: branches/N_state_model/generic_fns/minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/generic_fns/minimise.py?rev=4548&r1=4547&r2=4548&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=4548&r1=4547&r2=4548&view=diff

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

Modified: branches/N_state_model/prompt/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/__init__.py?rev=4548&r1=4547&r2=4548&view=diff

Modified: branches/N_state_model/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/interpreter.py?rev=4548&r1=4547&r2=4548&view=diff

Modified: branches/N_state_model/prompt/state.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/state.py?rev=4548&r1=4547&r2=4548&view=diff

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

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

Modified: branches/N_state_model/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/relax_io.py?rev=4548&r1=4547&r2=4548&view=diff

Modified: branches/N_state_model/test_suite/unit_tests/_prompt/test_state.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/unit_tests/_prompt/test_state.py?rev=4548&r1=4547&r2=4548&view=diff

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




Related Messages


Powered by MHonArc, Updated Wed Jan 09 14:40:12 2008