Menu

SVN archive Commit Log


Commit Date  
[r26509] by bugman

Updated the Python 2 to Python 3 migration document to be more current.

2014-11-11 09:20:30 Tree
[r26508] by bugman

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

The print statements have been manually converted into print() functions.

2014-11-11 09:12:48 Tree
[r26507] by bugman

Converted all the extern.numdifftools modules using the dos2unix program.

2014-11-11 09:09:43 Tree
[r26506] by bugman

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 .

2014-11-11 09:04:21 Tree
[r26505] by bugman

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 .

2014-11-11 09:03:19 Tree
[r26504] by bugman

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.

2014-11-11 08:53:01 Tree
[r26503] by bugman

Python 3 fixes - eliminated all usage of the dictionary iteritems() calls as this no longer exists.

2014-11-11 08:45:48 Tree
[r26502] by bugman

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 .

2014-11-11 08:19:53 Tree
[r26501] by bugman

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 .

2014-11-10 22:43:15 Tree
[r26500] by bugman

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.

2014-11-10 22:32:07 Tree
Older >
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.