svn+ssh://bugman@.../svn/relax/trunk
........
r18309 | bugman | 2013-01-27 14:30:43 +0100 (Sun, 27 Jan 2013) | 3 lines
The N_state_model.test_populations system test has been made less stringent to allow MS Windows to pass.
........
r18312 | bugman | 2013-01-27 18:10:01 +0100 (Sun, 27 Jan 2013) | 3 lines
Trailing whitespace removal in the CHANGES document.
........
r18314 | bugman | 2013-01-27 19:23:22 +0100 (Sun, 27 Jan 2013) | 6 lines
Merged the relax version 2.2.0 CHANGES file back to trunk.
The command used was:
svn merge -r18312:18313 svn+ssh://bugman@.../svn/relax/tags/2.2.0 .
........
r18321 | bugman | 2013-01-28 10:10:59 +0100 (Mon, 28 Jan 2013) | 3 lines
Python 3 fix for a print statement in the metal_pos_opt.py N-state model system test script.
........
r18322 | bugman | 2013-01-28 10:11:59 +0100 (Mon, 28 Jan 2013) | 5 lines
Replaced a reference to freshmeat with Freecode in the Release checklist document.
Freshmeat no longer exists and is now called Freecode (http://freecode.com/projects/nmr-relax).
........
r18323 | bugman | 2013-01-28 10:52:07 +0100 (Mon, 28 Jan 2013) | 3 lines
Python 3 fix for the part of ScientificPython distributed with relax (for the PDB parser).
........
r18324 | bugman | 2013-01-28 10:53:01 +0100 (Mon, 28 Jan 2013) | 3 lines
Python 3 import fixes for the GUI.
........
r18325 | bugman | 2013-01-28 11:09:35 +0100 (Mon, 28 Jan 2013) | 3 lines
The GUI tests base class module now uses the Python 2/3 relax compat module.
........
r18326 | bugman | 2013-01-28 11:17:55 +0100 (Mon, 28 Jan 2013) | 3 lines
Python 3 fixes for the list sort() method - this has been replaced by the builtin sorted() function.
........