svn+ssh://bugman@.../svn/relax/1.3
........
r13951 | bugman | 2011-07-28 15:14:55 +0200 (Thu, 28 Jul 2011) | 7 lines
Redesign of the main relax module.
The module has been renamed to 'relax.py', and the original file 'relax' is now a very basic python
script which simply loads the module and runs the new start() function for launching relax. The MS
Windows BAT file has also been updated to feed the module into python.
........
r13956 | bugman | 2011-07-28 16:26:16 +0200 (Thu, 28 Jul 2011) | 3 lines
The relax mode normally specified by the command line can now be overridden.
........
r13958 | bugman | 2011-07-28 16:35:58 +0200 (Thu, 28 Jul 2011) | 3 lines
Removed the executable svn property on the info module.
........
r13961 | bugman | 2011-07-28 16:53:26 +0200 (Thu, 28 Jul 2011) | 3 lines
Fix for the overriding of the command line specified mode - the args must be processed anyway.
........
r13983 | bugman | 2011-07-29 09:59:57 +0200 (Fri, 29 Jul 2011) | 3 lines
Created a basic system test checking the reading of a non-PDB file by structure.read_pdb.
........
r13984 | bugman | 2011-07-29 10:06:14 +0200 (Fri, 29 Jul 2011) | 5 lines
Fix for structure.read_pdb for when the file contains no PDB data.
This is now caught, and a warning is given and the function exists cleanly.
........
r14008 | bugman | 2011-07-29 18:36:30 +0200 (Fri, 29 Jul 2011) | 3 lines
Shifted the pedantic flag into the status object.
........
r14009 | bugman | 2011-07-29 18:37:15 +0200 (Fri, 29 Jul 2011) | 3 lines
RelaxWarnings now only show a traceback when the pedantic flag is True.
........
r14011 | bugman | 2011-07-29 19:01:35 +0200 (Fri, 29 Jul 2011) | 5 lines
The relax state is now saved on a RelaxError when the pedantic rather than debugging flag is turned on.
As both flags can be given, this allows for this state saving to be activated or deactivated.
........
r14013 | bugman | 2011-07-29 19:08:13 +0200 (Fri, 29 Jul 2011) | 3 lines
The relax_io.read_spin_data() function no longer skips short lines so that a warning is given for it.
........