Difference between revisions of "Relax 1.3.16"

From relax wiki
Jump to navigation Jump to search
(Link fix.)
m (→‎Links: Fix the broken Gna! forum link by switching to {{gna link}}.)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase title}}
 
{{lowercase title}}
  
= Description =
+
{{infobox relax release
 +
| version  = 1.3.16
 +
| prev    = 1.3.15
 +
| next    = 2.2.0
 +
| keywords = Manual
 +
| type    = Documentation
 +
| date    = 11 May 2012
 +
| manual  = yes
 +
}}
 +
 
 +
== Description ==
  
 
<section begin=description/>
 
<section begin=description/>
This is mainly a documentation release.  The [http://www.nmr-relax.com/manual/index.html relax user manual] has been significantly updated - changes include the expansion and completion of the [http://www.nmr-relax.com/manual/Model_free_analysis.html model-free analysis chapter], addition of graphical user interface (GUI) screenshots and descriptions, a [http://www.nmr-relax.com/manual/multi_processor_framework.html description of Gary Thompson's multi-processor framework], and general updates and improvements throughout.  For those who install relax using the scons 'install' target, the pyc and pyo files are now properly created for faster startup.  The Bruker Protein Dynamics Centre user function class 'pdc' has been renamed to 'bruker' because of Bruker's absorption of the PDC into the Bruker Dynamics Centre.  These user functions, as well as the BMRB user functions, have been added to the menu system in the GUI.  Finally a test suite bug triggered in the Fink relax installation has been eliminated.  If you would like improved documentation or would like to use any of the other changes, please update to this version.
+
This is mainly a documentation release.  The [http://www.nmr-relax.com/manual/index.html relax user manual] has been significantly updated - changes include the expansion and completion of the [http://www.nmr-relax.com/manual/Model_free_analysis.html model-free analysis chapter], addition of graphical user interface (GUI) screenshots and descriptions, a description of {{gna link|url=gna.org/users/varioustoxins|text=Gary Thompson's}} [http://www.nmr-relax.com/manual/multi_processor_framework.html multi-processor framework], and general updates and improvements throughout.  For those who install relax using the scons 'install' target, the pyc and pyo files are now properly created for faster startup.  The Bruker Protein Dynamics Centre user function class 'pdc' has been renamed to 'bruker' because of Bruker's absorption of the PDC into the Bruker Dynamics Centre.  These user functions, as well as the BMRB user functions, have been added to the menu system in the GUI.  Finally a test suite bug triggered in the Fink relax installation has been eliminated.  If you would like improved documentation or would like to use any of the other changes, please update to this version.
 
<section end=description/>
 
<section end=description/>
  
= Download =
+
== Download ==
  
 
<section begin=download/>
 
<section begin=download/>
Line 13: Line 23:
 
<section end=download/>
 
<section end=download/>
  
= CHANGES file =
+
== CHANGES file ==
  
 
<section begin=metadata/>
 
<section begin=metadata/>
Line 21: Line 31:
 
<section end=metadata/>
 
<section end=metadata/>
  
== Features ==
+
=== Features ===
  
 
<section begin=features/>
 
<section begin=features/>
 
*  The scons 'install' target now creates both *.pyc and *.pyo files during installation - this should result in faster relax startup times.
 
*  The scons 'install' target now creates both *.pyc and *.pyo files during installation - this should result in faster relax startup times.
 
*  The test suite now passes on the Fink relax installation on Mac OS X as the ancient and very dead PyXML module is now being detected and worked around.
 
*  The test suite now passes on the Fink relax installation on Mac OS X as the ancient and very dead PyXML module is now being detected and worked around.
*  Renamed the 'pdc' user function class to 'bruker' and removed all references to 'protein' - this is due to the Bruker absorption of the Protein Dynamics Centre into the Bruker Dynamics Centre announced at https://mail.gna.org/public/relax-users/2012-04/msg00011.html (Message-id: <4F7AE13B.6010309@bruker.de>) by Dr. Klaus-Peter Neidig (peter dott neidig att bruker-biospin dott de).
+
*  Renamed the 'pdc' user function class to [http://www.nmr-relax.com/api/1.3/prompt.bruker-module.html 'bruker'] and removed all references to 'protein' - this is due to the Bruker absorption of the Protein Dynamics Centre into the Bruker Dynamics Centre announced at {{gna mailing list url|relax-users/2012-04/msg00011.html}} (Message-id: <4F7AE13B.6010309@bruker.de>) by Dr. Klaus-Peter Neidig (peter dott neidig att bruker-biospin dott de).
*  Updates and improvements throughout the relax user manual.
+
*  Updates and improvements throughout the [http://www.nmr-relax.com/manual/index.html relax user manual].
*  Added a new section to the introduction chapter of the user manual for [http://www.nmr-relax.com/manual/multi_processor_framework.html Gary Thompson's multi-processor framework].
+
*  Added a new section to the introduction chapter of the user manual for {{gna link|url=gna.org/users/varioustoxins|text=Gary Thompson's}} [http://www.nmr-relax.com/manual/multi_processor_framework.html multi-processor framework].
 
*  Added screenshots and descriptions of the graphical user interface (GUI) to the introduction and all of the analysis chapters of the relax user manual.
 
*  Added screenshots and descriptions of the graphical user interface (GUI) to the introduction and all of the analysis chapters of the relax user manual.
 
*  The GUI and logging/teeing modes are now compatible with each other.
 
*  The GUI and logging/teeing modes are now compatible with each other.
Line 34: Line 44:
 
<section end=features/>
 
<section end=features/>
  
== Changes ==
+
=== Changes ===
  
 
<section begin=changes/>
 
<section begin=changes/>
 
*  Improved debugging of the observers in the status singleton object.
 
*  Improved debugging of the observers in the status singleton object.
*  Changed the behaviour of the arg_check module so that the functions can return answers.
+
*  Changed the behaviour of the [http://www.nmr-relax.com/api/1.3/arg_check-module.html arg_check module] so that the functions can return answers.
*  The Bmrb.test_bmrb_rw GUI test now uses the base execute_uf() method for the pipe.create call - this is part of the simplification of the user function interfaces.
+
*  The [http://www.nmr-relax.com/api/1.3/test_suite.gui_tests.bmrb.Bmrb-class.html#test_bmrb_rw Bmrb.test_bmrb_rw GUI test] now uses the base [http://www.nmr-relax.com/api/1.3/test_suite.gui_tests.base_classes.GuiTestCase-class.html#execute_uf execute_uf() method] for the [http://www.nmr-relax.com/manual/pipe_create.html pipe.create] call - this is part of the simplification of the user function interfaces.
*  A number of the pipe GUI user function front ends now use the wizard page element_*() methods to simplify the code base.
+
*  A number of the pipe GUI user function front ends now use the [http://www.nmr-relax.com/api/1.3/gui.wizard.Wiz_page-class.html wizard page] element_*() methods to simplify the code base.
*  The wizard page element_string_list() method can now create the special Combo_list objects.
+
*  The [http://www.nmr-relax.com/api/1.3/gui.wizard.Wiz_page-class.html#element_string_list wizard page element_string_list() method] can now create the special Combo_list objects.
*  Created the wizard page ResetChoices() method for resetting the list of values in a ComboBox.
+
*  Created the [http://www.nmr-relax.com/api/1.3/gui.wizard.Wiz_page-class.html#ResetChoices wizard page ResetChoices() method] for resetting the list of values in a ComboBox.
*  Created a Clear() wizard page method for clearing a specific GUI element.
+
*  Created a [http://www.nmr-relax.com/api/1.3/gui.wizard.Wiz_page-class.html#Clear Clear() wizard page method] for clearing a specific GUI element.
*  The wizard page element_string() GUI element creator read_only flag now defaults to False.
+
*  The [http://www.nmr-relax.com/api/1.3/gui.wizard.Wiz_page-class.html#element_string wizard page element_string() GUI element creator read_only flag] now defaults to False.
*  The read_only=True flag to wizard_elements.Base_value now sets a TextCtrl to the background colour.
+
*  The [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.Base_value-class.html read_only=True flag to wizard_elements.Base_value] now sets a TextCtrl to the background colour.
*  The wizard_elements.Base_value.SetValue() method now works properly with the ComboBox.
+
*  The [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.Base_value-class.html#SetValue wizard_elements.Base_value.SetValue() method] now works properly with the ComboBox.
*  The wizard_elements.Base_value class now can set the element to be read only.
+
*  The [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.Base_value-class.html wizard_elements.Base_value class] now can set the element to be read only.
*  Created generic_fns.pipes.PIPE_DESC_LIST which is the PIPE_DESC as a list, sorted by VALID_TYPES (to be used in the GUI user functions).
+
*  Created [http://www.nmr-relax.com/api/1.3/generic_fns.pipes-module.html#PIPE_DESC_LIST generic_fns.pipes.PIPE_DESC_LIST] which is the PIPE_DESC as a list, sorted by VALID_TYPES (to be used in the GUI user functions).
*  Better ComboBox support in wizard_elements.Base_value class - now strings and data are separate (if the data is supplied), and the GetValue() method now returns the client data rather than the string value.
+
*  Better ComboBox support in [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.Base_value-class.html wizard_elements.Base_value class] - now strings and data are separate (if the data is supplied), and the GetValue() method now returns the client data rather than the string value.
*  Modified the wizard_elements.Base_value base GUI element class to handle combo boxes.
+
*  Modified the [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.Base_value-class.html wizard_elements.Base_value base GUI element class] to handle combo boxes.
*  The Bmrb.test_bmrb_rw GUI test now uses the new execute_uf() method for the bmrb.citation user function.
+
*  The [http://www.nmr-relax.com/api/1.3/test_suite.gui_tests.bmrb.Bmrb-class.html#test_bmrb_rw Bmrb.test_bmrb_rw GUI test] now uses the new [http://www.nmr-relax.com/api/1.3/test_suite.gui_tests.base_classes.GuiTestCase-class.html#execute_uf execute_uf()] method for the [http://www.nmr-relax.com/manual/bmrb_citation.html bmrb.citation user function].
*  Created the GUI test base method execute_uf() for executing a user function.
+
*  Created the [http://www.nmr-relax.com/api/1.3/test_suite.gui_tests.base_classes.GuiTestCase-class.html#execute_uf GUI test base method execute_uf()] for executing a user function.
*  The bmrb.citation GUI user function now uses the new wizard page element_*() methods for the GUI elements.
+
*  The [http://www.nmr-relax.com/manual/bmrb_citation.html bmrb.citation] GUI user function now uses the new [http://www.nmr-relax.com/api/1.3/gui.wizard.Wiz_page-class.html wizard page] element_*() methods for the GUI elements.
*  Created a new wizard element for inputting integers.
+
*  Created a [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.Integer-class.html new wizard element for inputting integers].
*  Created a new wizard element for inputting strings.
+
*  Created a [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.String-class.html new wizard element for inputting strings].
*  Created the Bmrb.test_bmrb_rw GUI test.
+
*  Created the [http://www.nmr-relax.com/api/1.3/test_suite.gui_tests.bmrb.Bmrb-class.html#test_bmrb_rw Bmrb.test_bmrb_rw GUI test].
*  Completed the GUI interface for the bmrb.citation user function.
+
*  Completed the GUI interface for the [http://www.nmr-relax.com/manual/bmrb_citation.html bmrb.citation user function].
*  Created a new wizard GUI element for lists of lists of strings.
+
*  Created a [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.String_list_of_lists-class.html new wizard GUI element for lists of lists of strings].
*  Abstracted out most of the String_list wizard element into the List base class.
+
*  Abstracted out most of the [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.String_list-class.html String_list wizard element] into the [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.List-class.html List base class].
*  The bmrb.citation GUI user function now uses the new wizard page string list GUI element.
+
*  The [http://www.nmr-relax.com/manual/bmrb_citation.html bmrb.citation] GUI user function now uses the new wizard page string list GUI element.
*  Completed the wizard string list GUI element.
+
*  Completed the [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.String_list-class.html wizard string list GUI element].
 
*  Added the edit-rename Oxygen icons.
 
*  Added the edit-rename Oxygen icons.
*  Created a new String_list wizard GUI element class and associated element_string_list() method.
+
*  Created a [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.String_list-class.html new String_list wizard GUI element class] and associated [http://www.nmr-relax.com/api/1.3/gui.wizard.Wiz_page-class.html#element_string_list element_string_list() method].
 
*  Created a new infrastructure in the wizards for handling more advanced GUI elements.
 
*  Created a new infrastructure in the wizards for handling more advanced GUI elements.
*  The Mf.test_write_results system test now checks for the ancient PyXML.
+
*  The [http://www.nmr-relax.com/api/1.3/test_suite.system_tests.model_free.Mf-class.html#test_write_results Mf.test_write_results system test] now checks for the ancient PyXML.
*  Added the xml module import tests to the dep_check module.
+
*  Added the xml module import tests to the [http://www.nmr-relax.com/api/1.3/dep_check-module.html dep_check module].
 
*  The relax system information print out now includes information about the XML modules.
 
*  The relax system information print out now includes information about the XML modules.
*  Added an initial but far from complete bmrb.citation user function page and menu element.
+
*  Added an initial but far from complete [http://www.nmr-relax.com/manual/bmrb_citation.html bmrb.citation user function] page and menu element.
 
*  Added the BMRB icon in various sizes to the graphics directory and icon paths.
 
*  Added the BMRB icon in various sizes to the graphics directory and icon paths.
*  Updated all the BMRB user function front ends to the modern docstring design.
+
*  Updated all the [http://www.nmr-relax.com/api/1.3/prompt.bmrb-module.html BMRB user function front ends] to the modern docstring design.
 
*  Created a special Bruker add icon for use in the relaxation data GUI element.
 
*  Created a special Bruker add icon for use in the relaxation data GUI element.
*  Added a button to the relaxation data GUI element for calling the bruker.read user function.
+
*  Added a button to the relaxation data GUI element for calling the [http://www.nmr-relax.com/manual/bruker_read.html bruker.read user function].
*  Improved the bruker.read user function docstring.
+
*  Improved the [http://www.nmr-relax.com/manual/bruker_read.html bruker.read user function] docstring.
*  Created the bruker.read GUI user function page and menu entry.
+
*  Created the [http://www.nmr-relax.com/manual/bruker_read.html bruker.read] GUI user function page and menu entry.
 
*  Added the Bruker logo in various formats for use in the relax GUI.
 
*  Added the Bruker logo in various formats for use in the relax GUI.
*  Converted the bruker.read user function prompt interface to the new design.
+
*  Converted the [http://www.nmr-relax.com/manual/bruker_read.html bruker.read user function] prompt interface to the new design.
 
*  Renamed the PDC to Bruker DC in the test suite.
 
*  Renamed the PDC to Bruker DC in the test suite.
*  Updated the development chapter of the relax user manual to be more current -  this includes removing the text saying that the GUI is yet to be coded!
+
*  Updated the [http://www.nmr-relax.com/manual/relax_development.html development chapter of the relax user manual] to be more current -  this includes removing the text saying that the GUI is yet to be coded!
 
*  Added mpi4py to the list of relax dependencies in the manual.
 
*  Added mpi4py to the list of relax dependencies in the manual.
*  Added GUI sections to the end of the NOE, R1+R2 and model-free chapters of the user manual.
+
*  Added GUI sections to the end of the NOE, R<sub>1</sub>+R<sub>2</sub> and model-free chapters of the user manual.
*  The list of figures in the relax user manual is now on a new page.
+
*  The [http://www.nmr-relax.com/manual/List_of_Figures.html list of figures in the relax user manual] is now on a new page.
*  Updated the open source infrastructure chapter of the relax user manual.
+
*  Updated the [http://www.nmr-relax.com/manual/Open_source_infrastructure.html open source infrastructure chapter of the relax user manual].
*  Added a screenshot of the new relax 1.3.15 version in script mode.
+
*  Added a screenshot of the new [[relax 1.3.15]] version in script mode.
*  Significant updates to the introduction chapter of the relax user manual:  The text has been updated to match the current relax versions.  All mention of the dead SRLS theory has been eliminated.  Screenshots of all the GUI windows and analyses have been added to prettify the chapter, and the text for the GUI has been rewritten for the new GUI design.
+
*  Significant updates to the [http://www.nmr-relax.com/manual/Introduction.html introduction chapter of the relax user manual]:  The text has been updated to match the current relax versions.  All mention of the dead SRLS theory has been eliminated.  Screenshots of all the GUI windows and analyses have been added to prettify the chapter, and the text for the GUI has been rewritten for the new GUI design.
*  Added a number of GUI screenshots for use in the relax user manual - these were taken from http://www.nmr-relax.com/screenshots.html.
+
*  Added a number of GUI screenshots for use in the [www.nmr-relax.com/manual/index.html relax user manual] - these were taken from http://www.nmr-relax.com/screenshots.html.
*  Added colons to all entries of the abbreviation chapter in the relax user manual.
+
*  Added colons to all entries of the [http://www.nmr-relax.com/manual/Abbreviations.html abbreviation chapter in the relax user manual].
*  Updated and completed the installation chapter of the relax user manual - a lot of the text was 4-6 years out of date.
+
*  Updated and completed the [http://www.nmr-relax.com/manual/Installation_instructions.html installation chapter of the relax user manual] - a lot of the text was 4-6 years out of date.
 
*  Some small edits to the release checklist document.
 
*  Some small edits to the release checklist document.
 
*  Removed more maths from the HTML user manual section titles.
 
*  Removed more maths from the HTML user manual section titles.
 
<section end=changes/>
 
<section end=changes/>
  
== Bugfixes ==
+
=== Bugfixes ===
  
 
<section begin=bugfixes/>
 
<section begin=bugfixes/>
*  Improved error reporting for multiple vectors in a model-free analysis (bug #18807, https://gna.org/bugs/?18807).
+
*  Improved error reporting for multiple vectors in a model-free analysis ([https://gna.org/bugs/?18807 bug #18807]).
*  Updated the deselect.read user function call in the noe.py sample script to match relax_fit.py (bug #19717, http://gna.org/bugs/?19717).
+
*  Updated the [http://www.nmr-relax.com/manual/deselect_read.html deselect.read user function] call in the noe.py sample script to match relax_fit.py ([https://gna.org/bugs/?19717 bug #19717]).
*  The relax_fit.py sample script deselect.read user function now has all columns specified (bug #19717, http://gna.org/bugs/?19717).
+
*  The relax_fit.py sample script [http://www.nmr-relax.com/manual/deselect_read.html deselect.read user function] now has all columns specified ([https://gna.org/bugs/?19717 bug #19717]).
*  Improved the error message system for the spin ID matching multiple spins (bug #19717, http://gna.org/bugs/?19717).
+
*  Improved the error message system for the spin ID matching multiple spins ([https://gna.org/bugs/?19717 bug #19717]).
*  Fix for the test suite GUI tests - one of the state system tests was removing the frame order analysis from the generic_fns.pipes.VALID_TYPES list with a pop() call.
+
*  Fix for the test suite GUI tests - one of the state system tests was removing the frame order analysis from the [http://www.nmr-relax.com/api/1.3/generic_fns.pipes-module.html#VALID_TYPES generic_fns.pipes.VALID_TYPES list] with a pop() call.
*  Simplified the wizard_elements.Base_value ResetChoices() method - this is an attempt to fix some racing conditions under wxGTK, triggered in the test suite.
+
*  Simplified the [http://www.nmr-relax.com/api/1.3/gui.wizard_elements.Base_value-class.html#ResetChoices wizard_elements.Base_value ResetChoices() method] - this is an attempt to fix some racing conditions under wxGTK, triggered in the test suite.
*  Fix for the bmrb.citation user function documentation.
+
*  Fix for the [http://www.nmr-relax.com/manual/bmrb_citation.html bmrb.citation user function] documentation.
*  The Mf.test_write_results system test now checks for the ancient PyXML - this ancient version from 2004 which should be eliminated, if installed, causes the toprettyxml() changes in Python 2.7.3 to be overridden.
+
*  The [http://www.nmr-relax.com/api/1.3/test_suite.system_tests.model_free.Mf-class.html#test_write_results Mf.test_write_results system test] now checks for the ancient PyXML - this ancient version from 2004 which should be eliminated, if installed, causes the toprettyxml() changes in Python 2.7.3 to be overridden.
 
*  The alignment tensor user functions can now all handle the situation whereby no tensors exist.
 
*  The alignment tensor user functions can now all handle the situation whereby no tensors exist.
 
*  Fix for the scons 'install' target for the byte-compilation of the *.pyc files.
 
*  Fix for the scons 'install' target for the byte-compilation of the *.pyc files.
*  Fix for the chi2 references in the maths chapter of the relax user manual.
+
*  Fix for the &chi;<sup>2</sup> references in the [http://www.nmr-relax.com/manual/Optimisation_of_relaxation_data_values_gradients_and_Hessians.html maths chapter of the relax user manual].
 
*  Fix for the ANSI escape sequences for colouring text for when an isatty() method does not exist.
 
*  Fix for the ANSI escape sequences for colouring text for when an isatty() method does not exist.
 
*  Fix for the creation of the HTML user manual http://www.nmr-relax.com/manual/index.html file.
 
*  Fix for the creation of the HTML user manual http://www.nmr-relax.com/manual/index.html file.
 
<section end=bugfixes/>
 
<section end=bugfixes/>
  
= Announcements =
+
== Links ==
 +
 
 +
<section begin=links/>
 +
For reference, the following links are also part of the announcement for this release:
 +
* [http://wiki.nmr-relax.com/Relax_1.3.16 Official release notes]
 +
* {{gna link|url=gna.org/forum/forum.php?forum_id=2348|text=Gna! news item}}
 +
* [http://article.gmane.org/gmane.science.nmr.relax.announce/4 Gmane]
 +
* [http://www.mail-archive.com/relax-announce%40gna.org/msg00028.html Mail archive]
 +
* [https://mail.gna.org/public/relax-announce/2012-05/msg00001.html Local archives]
 +
* [http://marc.info/?l=relax-announce&m=135070664825020&w=2 MARC]
 +
<section end=links/>
 +
 
 +
== Announcements ==
 
{{:relax release announcements}}
 
{{:relax release announcements}}
  
  
= See also =
+
== See also ==
  
 +
* [http://www.nmr-relax.com/api/1.3/ The relax 1.3 API documentation]
 
{{:relax release see also}}
 
{{:relax release see also}}
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Latest revision as of 11:48, 14 October 2020


Official relax releases
relax logo
relax version 1.3.16
Previous version Next version
← relax 1.3.15 relax 2.2.0 →

Keywords Manual
Release type Documentation
Release date 11 May 2012

The PDF version of the relax 1.3.16 user manual The relax 1.3.16 user manual

Description

This is mainly a documentation release. The relax user manual has been significantly updated - changes include the expansion and completion of the model-free analysis chapter, addition of graphical user interface (GUI) screenshots and descriptions, a description of Gary Thompson's multi-processor framework, and general updates and improvements throughout. For those who install relax using the scons 'install' target, the pyc and pyo files are now properly created for faster startup. The Bruker Protein Dynamics Centre user function class 'pdc' has been renamed to 'bruker' because of Bruker's absorption of the PDC into the Bruker Dynamics Centre. These user functions, as well as the BMRB user functions, have been added to the menu system in the GUI. Finally a test suite bug triggered in the Fink relax installation has been eliminated. If you would like improved documentation or would like to use any of the other changes, please update to this version.


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 1.3.16
(11 May 2012, from /1.3)
http://svn.gna.org/svn/relax/tags/1.3.16


Features

  • The scons 'install' target now creates both *.pyc and *.pyo files during installation - this should result in faster relax startup times.
  • The test suite now passes on the Fink relax installation on Mac OS X as the ancient and very dead PyXML module is now being detected and worked around.
  • Renamed the 'pdc' user function class to 'bruker' and removed all references to 'protein' - this is due to the Bruker absorption of the Protein Dynamics Centre into the Bruker Dynamics Centre announced at https://www.nmr-relax.com/mail.gna.org/public/relax-users/2012-04/msg00011.html (Message-id: <4F7AE13B.6010309@bruker.de>) by Dr. Klaus-Peter Neidig (peter dott neidig att bruker-biospin dott de).
  • Updates and improvements throughout the relax user manual.
  • Added a new section to the introduction chapter of the user manual for Gary Thompson's multi-processor framework.
  • Added screenshots and descriptions of the graphical user interface (GUI) to the introduction and all of the analysis chapters of the relax user manual.
  • The GUI and logging/teeing modes are now compatible with each other.
  • Expansion and completion of the model-free chapter of the relax user manual.


Changes


Bugfixes


Links

For reference, the following links are also part of the announcement for this release:


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