Menu

Commit [r26515]  Maximize  Restore  History

Merged revisions 26498-26513 via svnmerge from

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

........
r26498 | bugman | 2014-11-10 19:56:07 +0100 (Mon, 10 Nov 2014) | 7 lines

Removed debugging code from the N_state_model.test_CaM_IQ_tensor_fit system test.

This was an accidentally introduced state.save user function used to catch the system test state.
It would results in the 'x.bz2' file being dumped in the current directory. It was introduced in
r26359 (http://article.gmane.org/gmane.science.nmr.relax.scm/24110).
........
r26499 | bugman | 2014-11-10 23:24:54 +0100 (Mon, 10 Nov 2014) | 5 lines

Loosened the checks in the Relax_disp.test_baldwin_synthetic_full system test.

This is to allow the test to pass on Python 2.5 and 3.1 on a 32-bit GNU/Linux system.
........
r26500 | bugman | 2014-11-10 23:32:07 +0100 (Mon, 10 Nov 2014) | 6 lines

Fix for the Relax_disp.test_cpmg_synthetic_dx_map_points system test for certain systems.

This change is to allow the test to pass on Python 2.5 and 3.1 on a 32-bit GNU/Linux system. This
may be related to 32-bit numpy 1.6.2 verses later numpy versions causing precision differences.
........
r26501 | bugman | 2014-11-10 23:43:15 +0100 (Mon, 10 Nov 2014) | 6 lines

Python 3 fixes for the relax codebase.

These changes were made using the command:
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 .
........
r26502 | bugman | 2014-11-11 09:19:53 +0100 (Tue, 11 Nov 2014) | 6 lines

Python 3 fixes throughout relax, as identified by the 2to3 script.

The command used was:
2to3 -j 4 -w -f except -f import -f imports -f long -f numliterals -f xrange .
........
r26503 | bugman | 2014-11-11 09:45:48 +0100 (Tue, 11 Nov 2014) | 3 lines

Python 3 fixes - eliminated all usage of the dictionary iteritems() calls as this no longer exists.
........
r26504 | bugman | 2014-11-11 09:53:01 +0100 (Tue, 11 Nov 2014) | 7 lines

Fixes for the Relax_disp.test_hansen_cpmg_data_missing_auto_analysis system test for certain systems.

The optimisation precision has been increased, and the value checking precision has been decreased.
This change is to allow the test to pass on Python 2.5 and 3.1 on a 32-bit GNU/Linux system. This
may be related to 32-bit numpy 1.6.2 verses later numpy versions causing precision differences.
........
r26505 | bugman | 2014-11-11 10:03:19 +0100 (Tue, 11 Nov 2014) | 6 lines

Python 3 fixes using 2to3 for the extern.numdifftools package (mainly spacing fixes).

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 .
........
r26506 | bugman | 2014-11-11 10:04:21 +0100 (Tue, 11 Nov 2014) | 6 lines

Python 3 fixes using 2to3 for the extern.numdifftools package.

The command used was:
2to3 -j 4 -w -f except -f import -f imports -f long -f numliterals -f xrange .
........
r26507 | bugman | 2014-11-11 10:09:43 +0100 (Tue, 11 Nov 2014) | 3 lines

Converted all the extern.numdifftools modules using the dos2unix program.
........
r26508 | bugman | 2014-11-11 10:12:48 +0100 (Tue, 11 Nov 2014) | 5 lines

Python 3 fixes for all print statements in the extern.numdifftools package.

The print statements have been manually converted into print() functions.
........
r26509 | bugman | 2014-11-11 10:20:30 +0100 (Tue, 11 Nov 2014) | 3 lines

Updated the Python 2 to Python 3 migration document to be more current.
........
r26510 | bugman | 2014-11-11 10:20:56 +0100 (Tue, 11 Nov 2014) | 3 lines

Small edit of the docs/devel/2to3_checklist document.
........
r26511 | bugman | 2014-11-11 10:26:07 +0100 (Tue, 11 Nov 2014) | 6 lines

Python 3 fixes via 2to3 - elimination of all map and lambda usage in relax.

The command used was:
2to3 -j 4 -w -f map .
........
r26512 | bugman | 2014-11-11 10:43:30 +0100 (Tue, 11 Nov 2014) | 6 lines

Python 3 fixes via 2to3 - replacement of all `x` with repr(x).

The command used was:
2to3 -j 4 -w -f repr .
........
r26513 | bugman | 2014-11-11 11:04:45 +0100 (Tue, 11 Nov 2014) | 3 lines

Expanded the Python 2 to 3 conversion document to list the 2to3 command individually.
........

bugman 2014-11-11

1 2 > >> (Page 1 of 2)
changed /branches/space_mapping_refactor
changed /branches/space_mapping_refactor/auto_analyses/relax_disp_repeat_cpmg.py
changed /branches/space_mapping_refactor/auto_analyses/relax_fit.py
changed /branches/space_mapping_refactor/devel_scripts/log_converter.py
changed /branches/space_mapping_refactor/docs/devel/2to3_checklist
changed /branches/space_mapping_refactor/extern/numdifftools/__init__.py
changed /branches/space_mapping_refactor/extern/numdifftools/core.py
changed /branches/space_mapping_refactor/extern/numdifftools/html/epydoc.css
changed /branches/space_mapping_refactor/extern/numdifftools/html/index.html
changed /branches/space_mapping_refactor/extern/numdifftools/info.py
changed /branches/space_mapping_refactor/extern/numdifftools/license.py
changed /branches/space_mapping_refactor/extern/numdifftools/nd_algopy.py
changed /branches/space_mapping_refactor/extern/numdifftools/nd_scientific.py
changed /branches/space_mapping_refactor/extern/numdifftools/numdifftools.prj
changed /branches/space_mapping_refactor/extern/numdifftools/speed_comparison/benchmark1.py
changed /branches/space_mapping_refactor/extern/numdifftools/speed_comparison/prettyplotting.py
changed /branches/space_mapping_refactor/extern/numdifftools/speed_comparison/run_benchmarks.py
changed /branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_adolc.py
changed /branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_algopy.py
changed /branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_funcdesigner.py
changed /branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_theano.py
changed /branches/space_mapping_refactor/extern/numdifftools/test/test_hessian.py
changed /branches/space_mapping_refactor/extern/numdifftools/test/testnumdifftools.py
changed /branches/space_mapping_refactor/lib/structure/internal/object.py
changed /branches/space_mapping_refactor/pipe_control/structure/main.py
/branches/space_mapping_refactor/auto_analyses/relax_disp_repeat_cpmg.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/auto_analyses/relax_fit.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/devel_scripts/log_converter.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/docs/devel/2to3_checklist Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/__init__.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/core.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/html/epydoc.css Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/html/index.html Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/info.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/license.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/nd_algopy.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/nd_scientific.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/numdifftools.prj Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/speed_comparison/benchmark1.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/speed_comparison/prettyplotting.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/speed_comparison/run_benchmarks.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_adolc.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_algopy.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_funcdesigner.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/speed_comparison/use_theano.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/test/test_hessian.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/extern/numdifftools/test/testnumdifftools.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/lib/structure/internal/object.py Diff Switch to side-by-side view
Loading...
/branches/space_mapping_refactor/pipe_control/structure/main.py Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
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.