svn+ssh://bugman@.../svn/relax/trunk
........
r23260 | bugman | 2014-05-20 16:19:30 +0200 (Tue, 20 May 2014) | 6 lines
Converted the Mf.test_opendx_s2_te_rex system test into a GUI test.
This is to demonstrate bug #22035 (https://gna.org/bugs/?22035), the dx.map user function being
broken in the GUI.
........
r23262 | bugman | 2014-05-20 17:50:10 +0200 (Tue, 20 May 2014) | 5 lines
Python 3 fixes for the extern.numpy_future module.
These changes are necessary to allow relax to even run.
........
r23263 | bugman | 2014-05-20 18:02:55 +0200 (Tue, 20 May 2014) | 20 lines
Python 3 fixes for all of the relax code base.
The command used was:
2to3 -j 4 -w \
-f buffer \
-f idioms \
-f set_literal \
-f ws_comma \
-x except \
-x import \
-x imports \
-x long \
-x numliterals \
-x xrange \
.
The lib.compat and multi.processor module changes were fatal, not useful for Python 3, and hence
reverted.
........
r23264 | bugman | 2014-05-20 19:06:02 +0200 (Tue, 20 May 2014) | 8 lines
Python >= 3.2 fix for the Relax_disp.test_sod1wt_t25_to_sherekhan_input system test.
The B0 field value of the ShereKhan input files created by the relax_disp.sherekhan_input user
function was formatted as "%s". However in Python >= 3.2, floats are now converted to have 14
decimal places whereas previous Python versions only had 10 places. The user function backend now
forces only 10 decimal places to be written to the input files.
........
r23267 | bugman | 2014-05-20 19:21:49 +0200 (Tue, 20 May 2014) | 5 lines
Update for the release checklist.
The log_converter.py script instructions should now work on more systems.
........