r28272 - in /trunk: pipe_control/pcs.py test_suite/system_tests/pcs.py

2016-11-14 Thread edward
Author: bugman Date: Mon Nov 14 17:00:33 2016 New Revision: 28272 URL: http://svn.gna.org/viewcvs/relax?rev=28272=rev Log: Bug fix for the pcs.structural_error user function. The user function now uses a real multivariate normal distribution for sampling atomic positions. The previous random

r28273 - /trunk/docs/devel/Release_Checklist

2016-11-14 Thread edward
Author: bugman Date: Mon Nov 14 19:12:06 2016 New Revision: 28273 URL: http://svn.gna.org/viewcvs/relax?rev=28273=rev Log: Clarifications and minor expansion of the release checklist document. Modified: trunk/docs/devel/Release_Checklist Modified: trunk/docs/devel/Release_Checklist URL:

r28274 - /trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py

2016-11-14 Thread edward
Author: bugman Date: Mon Nov 14 20:23:03 2016 New Revision: 28274 URL: http://svn.gna.org/viewcvs/relax?rev=28274=rev Log: Python 3 bugfix for the Relax_disp.test_bug_24601_r2eff_missing_data system test. Tab characters rather than spaces made the system test script unloadable in Python 3.

r28276 - /trunk/gui/misc.py

2016-11-14 Thread edward
Author: bugman Date: Mon Nov 14 23:02:28 2016 New Revision: 28276 URL: http://svn.gna.org/viewcvs/relax?rev=28276=rev Log: Python 3 fixes for the gui.misc module. This is for text formatting using the "x"*num logic. In Python 3, num is often a float so this does not work and an explicit int()

r28277 - /trunk/gui/input_elements/sequence.py

2016-11-14 Thread edward
Author: bugman Date: Mon Nov 14 23:16:52 2016 New Revision: 28277 URL: http://svn.gna.org/viewcvs/relax?rev=28277=rev Log: Python 3 fix for the combo list sequence elements. Comparison of integers to values of None are not allowed. Modified: trunk/gui/input_elements/sequence.py Modified:

r28275 - in /trunk/gui: icons.py relax_gui.py

2016-11-14 Thread edward
Author: bugman Date: Mon Nov 14 21:22:01 2016 New Revision: 28275 URL: http://svn.gna.org/viewcvs/relax?rev=28275=rev Log: Removal of the Mac OS X taskbar icon functionality. This code has been disabled since its deletion back in Jun 2012 (r16772), as it does not work with wxPython 2.8 or 2.9.