Menu

SVN archive Commit Log


Commit Date  
[r23291] by bugman

Added the relax 3.2.0 manual to the repository.

2014-05-21 08:47:00 Tree
[r23290] by bugman

Punctuation fixes throughout the CHANGES document.

2014-05-21 08:43:41 Tree
[r23289] by bugman

Backported the relax 3.2.0 CHANGES file changes to trunk.

The command used was:
svn merge -r23287:23288 svn+ssh://bugman@.../svn/relax/tags/3.2.0 .

2014-05-21 08:41:57 Tree
[r23288] by bugman

Updated the CHANGES file for relax 3.2.0.

2014-05-21 08:39:58 Tree
[r23287] by bugman

Fix for the rest of the parameters of the IT99 dispersion model.

This is for http://www.nmr-relax.com/analyses/relaxation_dispersion.html#IT99.

2014-05-21 08:26:17 Tree
[r23286] by bugman

Updated the version number to relax 3.2.0.

2014-05-21 08:24:03 Tree
[r23285] by bugman

Fix for the IT99 dispersion model parameter list - kex should be tex.

This is for http://www.nmr-relax.com/analyses/relaxation_dispersion.html#IT99.

2014-05-21 08:11:58 Tree
[r23284] by bugman

Merged revisions 23260,23262-23264,23267 via svnmerge from
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.
........

2014-05-21 08:01:27 Tree
[r23283] by bugman

Fix for the constraint deactivation in the frame order minimisation when no constraints are present.

This problem was introduced at r23211.

2014-05-21 07:59:51 Tree
[r23282] by bugman

Huge increase in precision for the CaM frame order double rotor model test data.

The higher precision is because the number structures in the distribution is now over twenty million
(4500**2) rather than a quarter of a million (500**2). And the much higher precision numpy.float128
averaging of the updated data generation base script has been used.

2014-05-21 07:24:34 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.