Menu

SVN archive Commit Log


Commit Date  
[r25641] by bugman

Converted the user_functions.uf_translation_table object to a dictionary.

This is for faster access which does not require looping.

2014-09-04 15:13:38 Tree
[r25640] by bugman

Backported the relax 3.3.0 CHANGES file changes to trunk.

The command used was:
svn merge -r25638:25639 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

2014-09-04 14:56:24 Tree
[r25639] by bugman

More CHANGES file updates.

2014-09-04 14:50:05 Tree
[r25638] by bugman

Ported r25637 from the 3.3.0 tag.

The command used was:
svn merge -r25636:25637 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
Python 3 fix for the lib.periodic_table module.

The Python string module does not exist in Python 3.
.....

2014-09-04 14:49:29 Tree
[r25637] by bugman

Python 3 fix for the lib.periodic_table module.

The Python string module does not exist in Python 3.

2014-09-04 14:46:42 Tree
[r25636] by bugman

Backported the relax 3.3.0 CHANGES file changes to trunk.

The command used was:
svn merge -r25634:25635 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

2014-09-04 14:45:05 Tree
[r25635] by bugman

Updated the CHANGES file with the recent Python 3 fixes.

2014-09-04 14:43:34 Tree
[r25634] by bugman

Ported r25633 from the 3.3.0 tag.

The command used was:
svn merge -r25632:25633 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
r25633 | bugman | 2014-09-04 16:40:11 +0200 (Thu, 04 Sep 2014) | 6 lines
Changed paths:
M /tags/3.3.0/dep_check.py

Python 3 fix.

The cmp(v1, v2) notation in the dep_check.version_comparison() function has been replaced with
(v1 > v2) - (v1 < v2). This allows relax to run on Python 3.
.....

2014-09-04 14:41:28 Tree
[r25633] by bugman

Python 3 fix.

The cmp(v1, v2) notation in the dep_check.version_comparison() function has been replaced with
(v1 > v2) - (v1 < v2). This allows relax to run on Python 3.

2014-09-04 14:40:11 Tree
[r25632] by bugman

Ported r25630 from the 3.3.0 tag.

The command used was:
svn merge -r25629:25630 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
r25630 | bugman | 2014-09-04 16:33:24 +0200 (Thu, 04 Sep 2014) | 7 lines
Changed paths:
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors.py
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors_analyse.py
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors_analyse_relax.py

Python 2 vs. 3 compatibility fix for the pickle module.

This is for the estimate_errors*.py scripts in the directory
test_suite/shared_data/curve_fitting/numeric_topology/. The lib.compat.pickle module is now used to
allow both Python versions to run relax.
.....

2014-09-04 14:36:36 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.