Menu

SVN archive Commit Log


Commit Date  
[r26590] by bugman

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

........
r26588 | bugman | 2014-11-17 10:20:31 +0100 (Mon, 17 Nov 2014) | 13 lines

Fix for bug #22961 (https://gna.org/bugs/?22961)

This is the failure of relaxation data loading with the message "IndexError: list index out of
range". The bug was found by Julien Orts.

It is triggered by loading relaxation data from a file containing spin name information and
supplying the spin ID using the spin name to restrict data loading to a spin subset. To solve the
problem, the pipe_control.relax_data.pack_data() function has been redesigned. Now the selection
union concept of Chris MacRaild's selection object is being used by joining the spin ID constructed
from the data file and the user supplied spin ID with '&', and using this to isolate the correct
spin system.
........

2014-11-17 09:28:10 Tree
[r26589] by bugman

Merged revisions 26577-26578,26583-26586 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26577 | bugman | 2014-11-14 10:24:21 +0100 (Fri, 14 Nov 2014) | 3 lines

Basic Epydoc fix for the data_store.exp_info module.
........
r26578 | bugman | 2014-11-14 10:26:00 +0100 (Fri, 14 Nov 2014) | 3 lines

Epydoc fix for the name_pipe() method of the relaxation dispersion auto-analysis for repeated data.
........
r26583 | bugman | 2014-11-14 11:52:51 +0100 (Fri, 14 Nov 2014) | 6 lines

Fixes for the HTML user manual compilation.

The index.html file was not being created as the main page has changed from 'relax_user_manual.html'
to 'The_relax_user_manual.html'.
........
r26584 | bugman | 2014-11-14 11:55:36 +0100 (Fri, 14 Nov 2014) | 9 lines

Added a line to the release checklist document about updating the wiki release links.

These are for the combined release notes pages at http://wiki.nmr-relax.com/Relax_releases,
http://wiki.nmr-relax.com/Relax_release_descriptions,
http://wiki.nmr-relax.com/Relax_release_metadata, http://wiki.nmr-relax.com/Relax_release_features,
http://wiki.nmr-relax.com/Relax_release_changes, http://wiki.nmr-relax.com/Relax_release_bugfixes,
http://wiki.nmr-relax.com/Relax_release_links.
........
r26585 | bugman | 2014-11-14 16:45:49 +0100 (Fri, 14 Nov 2014) | 3 lines

Updates for the release announcement section of the release checklist document.
........
r26586 | bugman | 2014-11-16 14:57:22 +0100 (Sun, 16 Nov 2014) | 3 lines

Created a system test to catch a rare relaxation data loading problem.
........

2014-11-17 09:20:46 Tree
[r26588] by bugman

Fix for bug #22961 (https://gna.org/bugs/?22961)

This is the failure of relaxation data loading with the message "IndexError: list index out of
range". The bug was found by Julien Orts.

It is triggered by loading relaxation data from a file containing spin name information and
supplying the spin ID using the spin name to restrict data loading to a spin subset. To solve the
problem, the pipe_control.relax_data.pack_data() function has been redesigned. Now the selection
union concept of Chris MacRaild's selection object is being used by joining the spin ID constructed
from the data file and the user supplied spin ID with '&', and using this to isolate the correct
spin system.

2014-11-17 09:20:31 Tree
[r26587] by bugman

Merged revisions 26577-26578,26583-26586 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26577 | bugman | 2014-11-14 10:24:21 +0100 (Fri, 14 Nov 2014) | 3 lines

Basic Epydoc fix for the data_store.exp_info module.
........
r26578 | bugman | 2014-11-14 10:26:00 +0100 (Fri, 14 Nov 2014) | 3 lines

Epydoc fix for the name_pipe() method of the relaxation dispersion auto-analysis for repeated data.
........
r26583 | bugman | 2014-11-14 11:52:51 +0100 (Fri, 14 Nov 2014) | 6 lines

Fixes for the HTML user manual compilation.

The index.html file was not being created as the main page has changed from 'relax_user_manual.html'
to 'The_relax_user_manual.html'.
........
r26584 | bugman | 2014-11-14 11:55:36 +0100 (Fri, 14 Nov 2014) | 9 lines

Added a line to the release checklist document about updating the wiki release links.

These are for the combined release notes pages at http://wiki.nmr-relax.com/Relax_releases,
http://wiki.nmr-relax.com/Relax_release_descriptions,
http://wiki.nmr-relax.com/Relax_release_metadata, http://wiki.nmr-relax.com/Relax_release_features,
http://wiki.nmr-relax.com/Relax_release_changes, http://wiki.nmr-relax.com/Relax_release_bugfixes,
http://wiki.nmr-relax.com/Relax_release_links.
........
r26585 | bugman | 2014-11-14 16:45:49 +0100 (Fri, 14 Nov 2014) | 3 lines

Updates for the release announcement section of the release checklist document.
........
r26586 | bugman | 2014-11-16 14:57:22 +0100 (Sun, 16 Nov 2014) | 3 lines

Created a system test to catch a rare relaxation data loading problem.
........

2014-11-17 09:16:29 Tree
[r26586] by bugman

Created a system test to catch a rare relaxation data loading problem.

2014-11-16 13:57:22 Tree
[r26585] by bugman

Updates for the release announcement section of the release checklist document.

2014-11-14 15:45:49 Tree
[r26584] by bugman

Added a line to the release checklist document about updating the wiki release links.

These are for the combined release notes pages at http://wiki.nmr-relax.com/Relax_releases,
http://wiki.nmr-relax.com/Relax_release_descriptions,
http://wiki.nmr-relax.com/Relax_release_metadata, http://wiki.nmr-relax.com/Relax_release_features,
http://wiki.nmr-relax.com/Relax_release_changes, http://wiki.nmr-relax.com/Relax_release_bugfixes,
http://wiki.nmr-relax.com/Relax_release_links.

2014-11-14 10:55:36 Tree
[r26583] by bugman

Fixes for the HTML user manual compilation.

The index.html file was not being created as the main page has changed from 'relax_user_manual.html'
to 'The_relax_user_manual.html'.

2014-11-14 10:52:51 Tree
[r26582] by bugman

Updated the http://www.nmr-relax.com/manual/index.html file to the current relax 3.3.2 version.

2014-11-14 09:51:58 Tree
[r26581] by bugman

Restored the http://www.nmr-relax.com/manual/index.html file accidentally deleted in r26574.

The command used was:
svn cp svn+ssh://bugman@.../svn/relax/website/manual/index.html@r26573 .

2014-11-14 09:50:36 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.