Menu

SVN archive Commit Log


Commit Date  
[r19257] by bugman

Made the non-API methods of the specific_analyses.relax_disp.Relax_disp class private.

2013-03-27 15:03:09 Tree
[r19256] by bugman

Import fixes for the specific_analyses.relax_disp due to the recent trunk package layout redesign.

2013-03-27 15:01:38 Tree
[r19255] by bugman

Ported r17253 from the old relax_disp branch into the new branch.

The commands used were:
svn merge -r17252:17253 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses
svn merge -r17252:17253 svn+ssh://bugman@.../svn/relax/branches/relax_disp/test_suite/@r18123 test_suite

.....
r17253 | bugman | 2012-07-12 20:01:38 +0200 (Thu, 12 Jul 2012) | 3 lines
Changed paths:
M /branches/relax_disp/maths_fns/dispersion.c
M /branches/relax_disp/maths_fns/dispersion.h
M /branches/relax_disp/maths_fns/relax_disp.c
M /branches/relax_disp/maths_fns/relax_disp.h
M /branches/relax_disp/prompt/relax_disp.py
M /branches/relax_disp/specific_fns/relax_disp.py
M /branches/relax_disp/test_suite/system_tests/relax_disp.py
M /branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py

GPLv3 license updates for all files not found in the trunk.
.....

2013-03-27 14:56:09 Tree
[r19254] by bugman

Ported r12837 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r12836:12837 svn+ssh://bugman@.../svn/relax/branches/relax_disp@r18123 .

.....
r12837 | bugman | 2011-05-31 12:56:16 +0200 (Tue, 31 May 2011) | 5 lines
Changed paths:
M /branches/relax_disp/test_suite/system_tests/relax_disp.py

Fixes for the relaxation dispersion system tests.

The install path is now in the status object, and not in __main__.
.....

2013-03-27 14:53:41 Tree
[r19253] by bugman

Ported r11698 from the old relax_disp branch into the new branch.

The commands used were:
svn merge -r11697:11698 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses
svn merge -r11697:11698 svn+ssh://bugman@.../svn/relax/branches/relax_disp/test_suite/@r18123 test_suite

.....
r11698 | bugman | 2010-11-23 14:02:38 +0100 (Tue, 23 Nov 2010) | 6 lines
Changed paths:
M /branches/relax_disp/dep_check.py
M /branches/relax_disp/prompt/relax_disp.py
M /branches/relax_disp/specific_fns/relax_disp.py
M /branches/relax_disp/specific_fns/relax_fit.py
M /branches/relax_disp/test_suite/system_tests/relax_disp.py
M /branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
M /branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py
M /branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py

Brought the relaxation dispersion branch into sync with the 1.3 line.

There were many design changes within the 1.3 line that required that the old relaxation dispersion
code be updated.
.....

2013-03-27 14:53:01 Tree
[r19252] by bugman

Ported r9864 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r9863:9864 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses

.....
r9864 | semor | 2009-11-02 21:11:33 +0100 (Mon, 02 Nov 2009) | 5 lines
Changed paths:
M /branches/relax_disp/specific_fns/relax_disp.py

Solved an issue created during the merge process (r9863) concerning the 'return_data_name_doc' call.

The solution is based on the code in 'specific_fns/relax_fit.py'.
.....

2013-03-27 14:49:13 Tree
[r19251] by bugman

Ported r8733 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8732:8733 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses

.....
r8733 | semor | 2009-02-04 17:26:10 +0100 (Wed, 04 Feb 2009) | 6 lines
Changed paths:
M /branches/relax_disp/specific_fns/relax_disp.py

Fixed an import (as well as a few comments).

This however introduces an error concerning the 'chi2' being undefined in the C module for
relaxation dispersion...
.....

2013-03-27 14:45:35 Tree
[r19250] by bugman

Ported r8724 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8723:8724 svn+ssh://bugman@.../svn/relax/branches/relax_disp@r18123 .

.....
r8724 | semor | 2009-02-04 00:27:26 +0100 (Wed, 04 Feb 2009) | 9 lines
Changed paths:
M /branches/relax_disp/test_suite/system_tests/relax_disp.py

A small fix to the system test.

However, is this fix the solution or is there something wrong with the reading of data (such as
'R2eff') by relax_data.read() ?

Shouldn't the data, for example 'R2eff', be available in 'cdp.mol[0].res[0].spin[0].R2eff_val[0]'
or 'cdp.mol[0].res[0].spin[0].R2eff[0]' for the 1st spin of the 1st residue in the 1st molecule ?
.....

2013-03-27 14:44:59 Tree
[r19249] by bugman

Ported r8722 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8721:8722 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses

.....
r8722 | semor | 2009-02-03 00:10:59 +0100 (Tue, 03 Feb 2009) | 3 lines
Changed paths:
M /branches/relax_disp/specific_fns/relax_disp.py

Added a missing import.
.....

2013-03-27 14:44:25 Tree
[r19248] by bugman

Manually ported r8721 from the old relax_disp branch from the prompt package to the user_functions package.

.....
r8721 | semor | 2009-02-03 00:10:20 +0100 (Tue, 03 Feb 2009) | 5 lines
Changed paths:
M /branches/relax_disp/prompt/relax_disp.py

Added more to the docstring.

This is not complete yet...
.....

2013-03-27 14:43:43 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.