Menu

SVN archive Commit Log


Commit Date  
[r22564] by bugman

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

........
r22560 | bugman | 2014-03-27 11:20:20 +0100 (Thu, 27 Mar 2014) | 6 lines

Modified the python_multiversion_test_suite.py script to run the relax information printout.

This is to test out the info module on multiple Python versions and to have a record of the setup of
each Python version.
........
r22561 | bugman | 2014-03-27 11:27:34 +0100 (Thu, 27 Mar 2014) | 6 lines

Python 3 fixes for the info module.

The new processor_name() function was not compatible with Python 3 as the text read from STDOUT
needs to be 'decoded'.
........
r22562 | bugman | 2014-03-27 15:47:52 +0100 (Thu, 27 Mar 2014) | 3 lines

The variables in the relax_fit.h file are now all static.
........

2014-03-27 15:43:56 Tree
[r22563] by bugman

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

........
r22558 | bugman | 2014-03-27 10:29:18 +0100 (Thu, 27 Mar 2014) | 6 lines

Added matplotlib detection to the dep_check module.

This follows step 1 from the planning document at
http://thread.gmane.org/gmane.science.nmr.relax.devel/5278.
........
r22559 | bugman | 2014-03-27 10:31:23 +0100 (Thu, 27 Mar 2014) | 6 lines

Added matplotlib to the info module.

This follows step 1 from the planning document at
http://thread.gmane.org/gmane.science.nmr.relax.devel/5278.
........

2014-03-27 15:28:18 Tree
[r22562] by bugman

The variables in the relax_fit.h file are now all static.

2014-03-27 14:47:52 Tree
[r22561] by bugman

Python 3 fixes for the info module.

The new processor_name() function was not compatible with Python 3 as the text read from STDOUT
needs to be 'decoded'.

2014-03-27 10:27:34 Tree
[r22560] by bugman

Modified the python_multiversion_test_suite.py script to run the relax information printout.

This is to test out the info module on multiple Python versions and to have a record of the setup of
each Python version.

2014-03-27 10:20:20 Tree
[r22559] by bugman

Added matplotlib to the info module.

This follows step 1 from the planning document at
http://thread.gmane.org/gmane.science.nmr.relax.devel/5278.

2014-03-27 09:31:23 Tree
[r22558] by bugman

Added matplotlib detection to the dep_check module.

This follows step 1 from the planning document at
http://thread.gmane.org/gmane.science.nmr.relax.devel/5278.

2014-03-27 09:29:18 Tree
[r22557] by bugman

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

........
r22556 | bugman | 2014-03-26 23:00:04 +0100 (Wed, 26 Mar 2014) | 5 lines

The legends in Grace plots are now turned on by default, if the legend flags are not specified.

The Noe.test_noe_analysis system test has been updated for the change.
........

2014-03-26 22:00:31 Tree
[r22556] by bugman

The legends in Grace plots are now turned on by default, if the legend flags are not specified.

The Noe.test_noe_analysis system test has been updated for the change.

2014-03-26 22:00:04 Tree
[r22555] by bugman

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

........
r22553 | bugman | 2014-03-26 22:28:12 +0100 (Wed, 26 Mar 2014) | 17 lines

Redesign and standardisation of the peak intensity data structure throughout all analyses in relax.

The various structures 'intensities', 'intensity_err', 'intensity_sim', 'sim_intensity', and
'intensity_bc' have all been renamed. The new structures are called 'peak_intensity',
'peak_intensity_err', 'peak_intensity_sim' and 'peak_intensity_bc'. This allows the structure to be
processed as a standard parameter in the specific analysis API. One very visible consequence is
that plots of peak intensities, as well as value files, will now have peak intensity errors.

For backwards compatibility, the relax data store method _back_compat_hook() has been modified to
catch all previous peak intensity object variants and to standardise and rename these to the new
object names.

As the parameter is now called 'peak_intensity' rather than 'intensities', all calls to the
grace.write and value.write for this parameter have been changed in the auto-analyses, the sample
scripts, the test suite and the manual.
........
r22554 | bugman | 2014-03-26 22:32:53 +0100 (Wed, 26 Mar 2014) | 5 lines

Fix for the Noe.test_noe_analysis system test.

The grace plots of the peak intensities now have error bars.
........

2014-03-26 21:51:47 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.