Difference between revisions of "Relax 3.3.8"

From relax wiki
Jump to navigation Jump to search
(→‎Bugfixes: Copied the bugfix list from the CHANGES file.)
(Links to all of the relax manual user function pages.)
Line 31: Line 31:
 
<section begin=changes/>
 
<section begin=changes/>
 
* Fix for the pipe_control.reset.reset() function when resetting the GUI in non-standard contexts.  This is mainly for debugging scripts when simulating a GUI and hence the GUI reset() method does not exist.
 
* Fix for the pipe_control.reset.reset() function when resetting the GUI in non-standard contexts.  This is mainly for debugging scripts when simulating a GUI and hence the GUI reset() method does not exist.
* Created a GUI memory management debugging script for the align_tensor.init user function.  This repetitively calls the reset, pipe.create and align_tensor.init user functions, and opening the GUI element for setting alignment tensor elements (the Sequence window).  The pympler muppy_log file shows no memory leaks for these user functions on Linux systems.
+
* Created a GUI memory management debugging script for the [http://www.nmr-relax.com/manual/align_tensor.init.html align_tensor.init user function].  This repetitively calls the [http://www.nmr-relax.com/manual/reset.html reset], [http://www.nmr-relax.com/manual/pipe.create.html pipe.create] and [http://www.nmr-relax.com/manual/align_tensor.init.html align_tensor.init] user functions, and opening the GUI element for setting alignment tensor elements (the Sequence window).  The pympler muppy_log file shows no memory leaks for these user functions on Linux systems.
 
<section end=changes/>
 
<section end=changes/>
  

Revision as of 11:29, 2 April 2015


Description

This is a minor bugfix release which allows the relax GUI to be used on screens with the low resolution of 1024x768 pixels.


Download

The new relax versions can be downloaded from http://www.nmr-relax.com/download.html. If binary distributions are not yet available for your platform and you manage to compile the binary modules, please consider contributing these to the relax project (described in section 3.6 of the relax manual, http://www.nmr-relax.com/manual/relax_distribution_archives.html).


CHANGES file

Version 3.3.8
(2 April 2015, from /trunk)
http://svn.gna.org/svn/relax/tags/3.3.8


Features

N/A


Changes

  • Fix for the pipe_control.reset.reset() function when resetting the GUI in non-standard contexts. This is mainly for debugging scripts when simulating a GUI and hence the GUI reset() method does not exist.
  • Created a GUI memory management debugging script for the align_tensor.init user function. This repetitively calls the reset, pipe.create and align_tensor.init user functions, and opening the GUI element for setting alignment tensor elements (the Sequence window). The pympler muppy_log file shows no memory leaks for these user functions on Linux systems.


Bugfixes

  • Resized all fixed-sized GUI wizards to fit on 1024x768 pixel wide displays. The problem was reported by Lora Picton in the thread starting at http://thread.gmane.org/gmane.science.nmr.relax.user/1813. Both the spin loading wizard of the spin viewer window and the relaxation data loading wizard used currently in the model-free analysis tab and BMRB export page were fixed. These both had the y-dimension set to 800 pixels, hence parts of the window would be out of view.


Links

For reference, the announcement for this release can also be found at following links:

Softpedia also has information about the newest relax releases:


Announcements

If you would like to receive announcements about new relax versions, please subscribe to the relax announcement mailing list. This list only receives ~10 emails per year. It is archived at the SourceForge archives and in The Mail Archive.


See also