Menu

SVN archive Commit Log


Commit Date  
[r18917] by bugman

Reverted r18916 as this was committed with the wrong commit message!

The command used was:
svn merge -r18916:18915 .

2013-03-20 14:04:46 Tree
[r18916] by bugman

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

........
r18913 | bugman | 2013-03-20 14:57:41 +0100 (Wed, 20 Mar 2013) | 6 lines

Expansion of the lib.text.sectioning module.

The following new functions have been added: box(), section(), subsection(), subsubsection(),
subtitle(), subsubtitle(), underline().
........
r18914 | bugman | 2013-03-20 14:58:16 +0100 (Wed, 20 Mar 2013) | 3 lines

Expanded the unit testing of the lib.text.sectioning module to cover all title and section functions.
........

2013-03-20 14:03:42 Tree
[r18915] by bugman

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

........
r18913 | bugman | 2013-03-20 14:57:41 +0100 (Wed, 20 Mar 2013) | 6 lines

Expansion of the lib.text.sectioning module.

The following new functions have been added: box(), section(), subsection(), subsubsection(),
subtitle(), subsubtitle(), underline().
........
r18914 | bugman | 2013-03-20 14:58:16 +0100 (Wed, 20 Mar 2013) | 3 lines

Expanded the unit testing of the lib.text.sectioning module to cover all title and section functions.
........

2013-03-20 13:58:45 Tree
[r18914] by bugman

Expanded the unit testing of the lib.text.sectioning module to cover all title and section functions.

2013-03-20 13:58:16 Tree
[r18913] by bugman

Expansion of the lib.text.sectioning module.

The following new functions have been added: box(), section(), subsection(), subsubsection(),
subtitle(), subsubtitle(), underline().

2013-03-20 13:57:41 Tree
[r18912] by bugman

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

........
r18909 | bugman | 2013-03-20 13:49:49 +0100 (Wed, 20 Mar 2013) | 3 lines

Modified the Mf.test_dauvergne_protocol system test to check for all the files and directories created.
........
r18910 | bugman | 2013-03-20 14:13:27 +0100 (Wed, 20 Mar 2013) | 5 lines

Created the new lib.text.sectioning module for formatting titles, subtitles and other sectioning text.

The two functions title() and subtitle() have been implemented.
........
r18911 | bugman | 2013-03-20 14:13:55 +0100 (Wed, 20 Mar 2013) | 3 lines

Created unit tests for the title() and subtitle() functions of the lib.text.sectioning module.
........

2013-03-20 13:15:29 Tree
[r18911] by bugman

Created unit tests for the title() and subtitle() functions of the lib.text.sectioning module.

2013-03-20 13:13:55 Tree
[r18910] by bugman

Created the new lib.text.sectioning module for formatting titles, subtitles and other sectioning text.

The two functions title() and subtitle() have been implemented.

2013-03-20 13:13:27 Tree
[r18909] by bugman

Modified the Mf.test_dauvergne_protocol system test to check for all the files and directories created.

2013-03-20 12:49:49 Tree
[r18908] by bugman

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

........
r18903 | bugman | 2013-03-20 10:28:25 +0100 (Wed, 20 Mar 2013) | 8 lines

Fix for a nasty bug introduced at r18901.

The string decode() method was being called for the version.url() and version.revision() functions
to handle Python 3. However this was causing strings in Python 2 to be converted to unicode, which
then caused the saving of XML state files to fail. Now the version information is explicitly
converted to a string using the str() builtin function.
........
r18904 | bugman | 2013-03-20 10:37:53 +0100 (Wed, 20 Mar 2013) | 9 lines

Added the scaling argument to the value.display and value.write user functions.

The idea comes from a suggestion by Angelo Figueiredo <am dott figueiredo att fct dott unl dott pt>
and was discussed at http://thread.gmane.org/gmane.science.nmr.relax.user/1428/focus=1430.

This allows the user to scale parameters to any value, for example scaling the Rex value to the
field strength dependent value.
........
r18905 | bugman | 2013-03-20 11:56:23 +0100 (Wed, 20 Mar 2013) | 11 lines

The model-free auto-analysis (the dauvergne_protocol) now generates field strength dependent Rex files.

The idea comes from a suggestion by Angelo Figueiredo <am dott figueiredo att fct dott unl dott pt>
and was discussed at http://thread.gmane.org/gmane.science.nmr.relax.user/1428/focus=1430.

One file per field strength is generated and named 'rex_600' for 600 MHz, for example. The new
scaling argument of the value.write user function is being used to scale the tiny field strength
independent value used internally in relax to the Rex value in rad.s^-1 that you would see in an R2
data set.
........
r18906 | bugman | 2013-03-20 13:29:59 +0100 (Wed, 20 Mar 2013) | 5 lines

Added the new 'comment' argument to the value.write user function.

This is used to add user comments to the top of the file.
........
r18907 | bugman | 2013-03-20 13:32:45 +0100 (Wed, 20 Mar 2013) | 6 lines

The model-free auto-analysis (the dauvergne_protocol module) now adds comments to the Rex files.

This is through the new comment argument of the value.write user function. These comments explain
that the Rex values are scaled to the stated field strength.
........

2013-03-20 12:40:11 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.