Menu

SVN archive Commit Log


Commit Date  
[r26270] by bugman

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

........
r26244 | tlinnet | 2014-10-10 17:05:39 +0200 (Fri, 10 Oct 2014) | 10 lines

Created systemtest Relax_disp.test_dx_map_clustered_create_par_file, which must show that relax is not able to find the local minimum under clustered conditions.

When creating the map, the map contain chi2 values, which are lower than the clustered fitted values.

This should not be the case.

I am running a larger map with larger bounds and more increements, which should show that there exist a minimum in the minimisation space with a lower chi2 value.

Bug #22754 (https://gna.org/bugs/index.php?22754): The minimise.calculate() does not calculate chi2 value for clustered residues.
Task #7860(https://gna.org/task/index.php?7860): When dx_map is issued, create a parameter file which maps parameters to chi2 value.
........

2014-10-14 11:31:14 Tree
[r26269] by bugman

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

........
r26243 | tlinnet | 2014-10-10 17:05:25 +0200 (Fri, 10 Oct 2014) | 3 lines

Added the write out of parameters and chi2 values, when creating a dx_map.

Task #7860(https://gna.org/task/index.php?7860): When dx_map is issued, create a parameter file which maps parameters to chi2 value.
........

2014-10-14 11:30:39 Tree
[r26268] by bugman

Merged revisions 26208,26214-26216,26221-26228,26232-26234,26237-26238,26241-26242 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26208 | bugman | 2014-10-09 08:50:07 +0200 (Thu, 09 Oct 2014) | 7 lines

Expanded the list of global dispersion parameters in the set_param_values() API method.

This is a quick expansion of Troels' fix of r26197, to allow for the release of relax 3.3.1. This
is a small part of the discussion at
http://thread.gmane.org/gmane.science.nmr.relax.scm/23948/focus=7188.
........
r26214 | bugman | 2014-10-09 11:13:39 +0200 (Thu, 09 Oct 2014) | 6 lines

Backported the relax 3.3.1 CHANGES file changes to trunk.

The command used was:
svn merge -r26211:r26213 svn+ssh://bugman@.../svn/relax/tags/3.3.1 .
........
r26215 | bugman | 2014-10-09 11:14:59 +0200 (Thu, 09 Oct 2014) | 3 lines

Updated the minfx version in the release checklist document to version 1.0.11.
........
r26216 | bugman | 2014-10-09 11:31:51 +0200 (Thu, 09 Oct 2014) | 3 lines

Updated the relax version in the release checklist document to be more modern.
........
r26221 | bugman | 2014-10-09 17:15:26 +0200 (Thu, 09 Oct 2014) | 3 lines

Spelling fixes for the CHANGES file.
........
r26222 | bugman | 2014-10-09 17:16:27 +0200 (Thu, 09 Oct 2014) | 6 lines

Updates for the release checklist document.

This is mainly because the main release notes are now the relax wiki, for example for the current
version at http://wiki.nmr-relax.com/Relax_3.3.1.
........
r26223 | bugman | 2014-10-09 17:32:01 +0200 (Thu, 09 Oct 2014) | 3 lines

Spelling fixed throughout the CHANGES document.
........
r26224 | bugman | 2014-10-09 17:32:59 +0200 (Thu, 09 Oct 2014) | 3 lines

Removed a few triple spaces in the CHANGES document.
........
r26225 | bugman | 2014-10-09 17:34:40 +0200 (Thu, 09 Oct 2014) | 3 lines

Added periods to the end of all items in the CHANGES document.
........
r26226 | bugman | 2014-10-09 17:35:11 +0200 (Thu, 09 Oct 2014) | 3 lines

Fix for an 'N/A' in the CHANGES document.
........
r26227 | bugman | 2014-10-09 17:38:40 +0200 (Thu, 09 Oct 2014) | 3 lines

Converted a number of single spaces between sentences to double spaces in the CHANGES document.
........
r26228 | bugman | 2014-10-10 10:20:36 +0200 (Fri, 10 Oct 2014) | 3 lines

More updates for the announcement section of the release checklist document.
........
r26232 | bugman | 2014-10-10 10:52:28 +0200 (Fri, 10 Oct 2014) | 6 lines

Fix for the latex2html tags in the model-free chapter of the relax manual.

This bug may affect the compilation of both the PDF and HTML version
(http://www.nmr-relax.com/manual/) of the manual.
........
r26233 | bugman | 2014-10-10 10:55:58 +0200 (Fri, 10 Oct 2014) | 10 lines

Formatting improvements for the user function chapter of the HTML manual.

This is for http://www.nmr-relax.com/manual/Alphabetical_listing_user_functions.html. This will
hopefully fix the horrible formatting whereby all text is wrapped in the HTML tags <SMALL
CLASS="FOOTNOTESIZE"><SMALL CLASS="FOOTNOTESIZE"><SMALL CLASS="FOOTNOTESIZE"><SMALL
CLASS="FOOTNOTESIZE"><SMALL CLASS="FOOTNOTESIZE"><SMALL CLASS="FOOTNOTESIZE"><SMALL
CLASS="FOOTNOTESIZE"><SMALL CLASS="FOOTNOTESIZE"><SMALL CLASS="FOOTNOTESIZE"><SMALL
CLASS="SCRIPTSIZE">text</SMALL></SMALL></SMALL></SMALL></SMALL></SMALL></SMALL></SMALL></SMALL></SMALL>.
........
r26234 | bugman | 2014-10-10 11:50:20 +0200 (Fri, 10 Oct 2014) | 12 lines

Big bug fix for the text size formatting of the HTML manual.

The previous fix for the user function chapter of the HTML manual
(http://www.nmr-relax.com/manual/Alphabetical_listing_user_functions.html) did not fix the problem.

The issue was with the {exampleenv} defined using a \newenvironment command in the preamble. The
command \footnotesize was bing used in the start, but nothing was changing the font size at the end.
In LaTeX, the ending of the environment appears to reset the font size, whereas in latex2html it
does not. Therefore all text after this environment is prepended by <SMALL CLASS="FOOTNOTESIZE"> in
the HTML manual and this keeps adding to the text after each new exampleenv environment.
........
r26237 | bugman | 2014-10-10 13:26:14 +0200 (Fri, 10 Oct 2014) | 7 lines

The HTML version of the manual is now compiled with Unicode character support.

This is for the manual at http://www.nmr-relax.com/manual/index.html. It allows Greek symbols, for
example, to be represented as text rather than LaTeX generated PNG images. This fixes titles and
massively decreases the number of images required by the HTML pages.
........
r26238 | bugman | 2014-10-10 13:37:01 +0200 (Fri, 10 Oct 2014) | 9 lines

Removal of many dual LaTeX and latex2html section titles in the manual.

As the HTML manual (http://www.nmr-relax.com/manual/index.html) is now compiled with Unicode
support, the Greek characters in the titles are now supported. Therefore in the model-free and the
values, gradients, and Hessians chapters, the dual LaTeX and latex2html section titles could be
collapsed to the standard LaTeX section title. This will result in better formatting of the manual
and its links.
........
r26241 | bugman | 2014-10-10 16:54:59 +0200 (Fri, 10 Oct 2014) | 9 lines

Added instructions and a build script for creating a useful version of latex2html.

This version is essential for building the HTML version of the manual at
http://www.nmr-relax.com/manual/. The build script downloads the Debian latex2html-2008 sources as
well as all Debian patches for latex2html. It then applies a number of patches for fixing and
improving the relax documentation. The program is then compiled and can be installed as the root
user into /usr/local/.
........
r26242 | bugman | 2014-10-10 17:00:52 +0200 (Fri, 10 Oct 2014) | 5 lines

Extended the number of words used in the HTML webpage file names.

This is to hopefully prevent files from being overwritten by multiple files having the same name.
........

2014-10-14 11:28:12 Tree
[r26267] by bugman

The pipe_control.opendx space mapping code now calls the value.set() function with verbosity=0.

This is to silence the very repetitive statistics resetting messages when executing the dx.map user
function.

2014-10-13 20:59:51 Tree
[r26266] by bugman

Added the verbosity argument to the pipe_control.value.set() function.

This is passed into the pipe_control.minimise.reset_min_stats() function so its printouts can be
silenced.

2014-10-13 20:58:22 Tree
[r26265] by bugman

Added the verbosity argument to the pipe_control.minimise.reset_min_stats() function.

All of the minimisation code which calls this now send in their verbosity arguments. This allows
the text "Resetting the minimisation statistics." to be suppressed.

2014-10-13 20:57:11 Tree
[r26264] by bugman

Removed a debugging printout.

2014-10-13 17:07:30 Tree
[r26263] by tlinnet

Narrowed in dx_map in systemtest Relax_disp.test_dx_map_clustered_create_par_file()

This is to illustrate the failure of relax finding the global minimum.

It seems there is a shallow barrier, which relax failed to climb over, in order to find the minimum value.

2014-10-13 16:19:38 Tree
[r26262] by tlinnet

Added better figure control of chi2 values on z-axis for surface plots.

2014-10-13 16:19:36 Tree
[r26261] by tlinnet

Inserted a z_axis limit for the plotting of 2D surfaces in matplotlib.

2014-10-13 16:19:34 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.