Menu

SVN archive Commit Log


Commit Date  
[r20796] by bugman

Fix for the y-axis in the per spin dispersion curve plots.

This fix follows from the thread http://thread.gmane.org/gmane.science.nmr.relax.devel/4512.

The test for CPMG-type data was incorrect and should use the CPMG_EXP variable.

2013-09-04 09:38:17 Tree
[r20795] by bugman

Unicode strings in the dispersion GUI elements is now set up with the compat.u() function.

2013-09-04 08:55:43 Tree
[r20794] by bugman

Merged revisions 20790-20793 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20790 | bugman | 2013-09-04 10:37:19 +0200 (Wed, 04 Sep 2013) | 7 lines

Defined two new functions called u() in the compat module for better unicode string support.

The two functions are defined differently for Python2 and Python3. The Python3 function simply
returns the text unmodified, as all strings are unicode. The Python2 function converts the str
type to a unicode type.
........
r20791 | bugman | 2013-09-04 10:41:49 +0200 (Wed, 04 Sep 2013) | 3 lines

Restored the Python3 aliased unicode() function accidentally removed in commit r20789.
........
r20792 | bugman | 2013-09-04 10:43:51 +0200 (Wed, 04 Sep 2013) | 3 lines

The new compat.u() function is now being used for all unicode strings.
........
r20793 | bugman | 2013-09-04 10:52:10 +0200 (Wed, 04 Sep 2013) | 3 lines

All "local tm" text in the GUI now uses a subscript m unicode character as well as the tau character.
........

2013-09-04 08:53:02 Tree
[r20793] by bugman

All "local tm" text in the GUI now uses a subscript m unicode character as well as the tau character.

2013-09-04 08:52:10 Tree
[r20792] by bugman

The new compat.u() function is now being used for all unicode strings.

2013-09-04 08:43:51 Tree
[r20791] by bugman

Restored the Python3 aliased unicode() function accidentally removed in commit r20789.

2013-09-04 08:41:49 Tree
[r20790] by bugman

Defined two new functions called u() in the compat module for better unicode string support.

The two functions are defined differently for Python2 and Python3. The Python3 function simply
returns the text unmodified, as all strings are unicode. The Python2 function converts the str
type to a unicode type.

2013-09-04 08:37:19 Tree
[r20789] by bugman

Merged revisions 20788 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20788 | bugman | 2013-09-04 10:01:07 +0200 (Wed, 04 Sep 2013) | 7 lines

Python 3 fixes for all of the unicode strings in relax.

Instead of using the u"xyz" notation, now unicode("xyz") is being used. This works as the relax
compat module sets the builtin unicode() function to str() for Python 3, as all strings in Python 3
are unicode and hence both the Python 2 u"xyz" and unicode() code are undefined in Python 3.
........

2013-09-04 08:01:43 Tree
[r20788] by bugman

Python 3 fixes for all of the unicode strings in relax.

Instead of using the u"xyz" notation, now unicode("xyz") is being used. This works as the relax
compat module sets the builtin unicode() function to str() for Python 3, as all strings in Python 3
are unicode and hence both the Python 2 u"xyz" and unicode() code are undefined in Python 3.

2013-09-04 08:01:07 Tree
[r20787] by bugman

Python 3 space fixes for the lib.software.grace.script_grace2images() function.

As the script is encoded by strings, the 2to3 program cannot fix this script. Therefore the changes
were made by hand.

2013-09-04 07:54:06 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.