Menu

SVN archive Commit Log


Commit Date  
[r22576] by bugman

Shifted the NOE analysis specific user function documentation from the API object to the uf module.

2014-03-28 09:26:23 Tree
[r22575] by bugman

The specific analysis API classes are now all singletons.

This change will reduce the amount of memory used, as these classes are initialised multiple times
throughout relax, especially in the test suite. The API objects are not used for local storage so
the multiple instance verses singleton design change will make no difference. The singleton design
pattern code has been added to the base class specific_analyses.api_base.Api_base so that all
classes inherit the __new__() method which implements the singleton.

2014-03-28 09:16:53 Tree
[r22574] by bugman

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

........
r22568 | bugman | 2014-03-27 17:31:03 +0100 (Thu, 27 Mar 2014) | 5 lines

Redesign and major clean up of the specific_analyses.jw_mapping package.

The code has been broken up into separate modules.
........
r22569 | bugman | 2014-03-27 17:48:15 +0100 (Thu, 27 Mar 2014) | 5 lines

Fix for the default value table documentation in the specific_analyses.jw_mapping package.

This was broken in the last commit.
........
r22570 | bugman | 2014-03-27 19:21:40 +0100 (Thu, 27 Mar 2014) | 3 lines

Updates for the rest of relax for the redesign of the specific_analyses.jw_mapping package.
........
r22571 | bugman | 2014-03-27 20:27:21 +0100 (Thu, 27 Mar 2014) | 6 lines

Redesign and major clean up of the specific_analyses.consistency_tests package.

The code has been broken up into separate modules. This matches the similar
specific_analyses.jw_mapping package.
........
r22572 | bugman | 2014-03-28 09:25:56 +0100 (Fri, 28 Mar 2014) | 6 lines

Redesign and major clean up of the specific_analyses.relax_fit package.

The code has been broken up into separate modules. The rest of relax has been updated to handle the
changes.
........
r22573 | bugman | 2014-03-28 09:30:32 +0100 (Fri, 28 Mar 2014) | 6 lines

Removed the empty documentation strings from the specific analysis API base class.

These are being gradually shifted into the specific_analyses.*.uf modules, so do not belong in the
API object.
........

2014-03-28 09:06:51 Tree
[r22573] by bugman

Removed the empty documentation strings from the specific analysis API base class.

These are being gradually shifted into the specific_analyses.*.uf modules, so do not belong in the
API object.

2014-03-28 08:30:32 Tree
[r22572] by bugman

Redesign and major clean up of the specific_analyses.relax_fit package.

The code has been broken up into separate modules. The rest of relax has been updated to handle the
changes.

2014-03-28 08:25:56 Tree
[r22571] by bugman

Redesign and major clean up of the specific_analyses.consistency_tests package.

The code has been broken up into separate modules. This matches the similar
specific_analyses.jw_mapping package.

2014-03-27 19:27:21 Tree
[r22570] by bugman

Updates for the rest of relax for the redesign of the specific_analyses.jw_mapping package.

2014-03-27 18:21:40 Tree
[r22569] by bugman

Fix for the default value table documentation in the specific_analyses.jw_mapping package.

This was broken in the last commit.

2014-03-27 16:48:15 Tree
[r22568] by bugman

Redesign and major clean up of the specific_analyses.jw_mapping package.

The code has been broken up into separate modules.

2014-03-27 16:31:03 Tree
[r22567] by bugman

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

........
r22565 | bugman | 2014-03-27 16:46:45 +0100 (Thu, 27 Mar 2014) | 10 lines

Added the new exp_mc_sim_num argument to the relaxation dispersion auto-analysis.

This is in preparation for fixing bug #21869 (https://gna.org/bugs/?21869).

This argument allows for a different number of Monte Carlo simulations for the 'R2eff' model when
exponential curves are fit. It will mainly be useful in the test suite to improve the accuracy of
the R2eff errors, while still running a low number of simulations for the other models to allow
optimisation to be quick.
........
r22566 | bugman | 2014-03-27 16:49:30 +0100 (Thu, 27 Mar 2014) | 9 lines

Modifications to the Relax_disp.test_m61_exp_data_to_m61 system test.

This is to fix bug #21869 (https://gna.org/bugs/?21869), the failure of this system test.

The number of Monte Carlo simulation for the 'R2eff' model has been increased from 3 to 25 using the
new exp_mc_sim_num argument to the dispersion auto-analysis. To keep the test fast, only a single
spin is optimised.
........

2014-03-27 15:50:01 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.