Menu

Commit [r23279]  Maximize  Restore  History

Merged revisions 23262-23264,23267 via svnmerge from

svn+ssh://tlinnet@.../svn/relax/trunk

........
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.
........

tlinnet 2014-05-20

changed /branches/disp_speed
changed /branches/disp_speed/docs/Release_Checklist
changed /branches/disp_speed/extern/numpy_future.py
changed /branches/disp_speed/pipe_control/opendx.py
changed /branches/disp_speed/specific_analyses/relax_disp/sherekhan.py
changed /branches/disp_speed/test_suite/shared_data/dispersion/Baldwin_2014/Baldwin.py
changed /branches/disp_speed/test_suite/shared_data/dispersion/Baldwin_2014/Baldwin_15N.py
changed /branches/disp_speed/test_suite/shared_data/dispersion/Baldwin_2014/Baldwin_r2a_eq_r2b.py
changed /branches/disp_speed/test_suite/system_tests/relax_disp.py
changed /branches/disp_speed/test_suite/system_tests/scripts/relax_disp/cpmg_synthetic.py
changed /branches/disp_speed/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py
/branches/disp_speed/docs/Release_Checklist Diff Switch to side-by-side view
Loading...
/branches/disp_speed/extern/numpy_future.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/pipe_control/opendx.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/specific_analyses/relax_disp/sherekhan.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/test_suite/shared_data/dispersion/Baldwin_2014/Baldwin.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/test_suite/shared_data/dispersion/Baldwin_2014/Baldwin_15N.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/test_suite/shared_data/dispersion/Baldwin_2014/Baldwin_r2a_eq_r2b.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/test_suite/system_tests/relax_disp.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/test_suite/system_tests/scripts/relax_disp/cpmg_synthetic.py Diff Switch to side-by-side view
Loading...
/branches/disp_speed/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.