Open main menu

Changes

Relax 3.1.1

1,398 bytes added, 10:36, 15 October 2020
m
→‎Bugfixes: Switch to the {{relax developer list}} template to avoid dead Gna! links.
{{lowercase title}}
{{infobox relax release| version = Description 3.1.1| prev =3.1.0| next = 3.1.2| keywords = Gaussian structures, relax library, relaxation dispersion | type = Major feature and bugfix| date = 10 December 2013| manual = yes}}
<onlyinclude>This is a major feature and bugfix release which adds support for [http://www.nmr-relax.com/manual/structure_read_gaussian.html reading 3D structures of organic molecules from Gaussian log files], the new lib.periodic_table and lib.nmr modules, the [[NS MMQ 3-site linear]], [[NS MMQ 3-site]], [[NS R1rho 3-site linear]], and [[NS R1rho 3-site]] [[:Category:relaxation dispersion|relaxation dispersion]] models, R<sub>1&rho;</sub> dispersion data sets where multiple offsets and multiple spin-lock fields have been collected for each spin, the loading of spins directly from peak lists, and the [http://www.nmr-relax.com/manual/spectrum_read_intensities.html reading of NMRPipe seriesTab files]. Due to the improvements and the bugs fixed in the relaxation dispersion analysis, all users are recommended to upgrade to this version.</onlyinclude>== Description ==
<section begin= Download description/>This is a major feature and bugfix release which adds support for [http://www.nmr-relax.com/manual/structure_read_gaussian.html reading 3D structures of organic molecules from Gaussian log files], the new lib.periodic_table and lib.nmr modules, the [[NS MMQ 3-site linear]], [[NS MMQ 3-site]], [[NS R1rho 3-site linear]], and [[NS R1rho 3-site]] [[:Category:relaxation dispersion analysis|relaxation dispersion]] models, R<sub>1&rho;</sub> dispersion data sets where multiple offsets and multiple spin-lock fields have been collected for each spin, the loading of spins directly from peak lists, and the [http://www.nmr-relax.com/manual/spectrum_read_intensities.html reading of NMRPipe seriesTab files]. Due to the improvements and the bugs fixed in the relaxation dispersion analysis, all users are recommended to upgrade to this version.<section end=description/>
== Download ==
 
<section begin=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).
<section end=download/>
== CHANGES file ==
<section begin= CHANGES file =metadata/>Version 3.1.1<br/>(10 December 2013, from /trunk)<br/>
http://svn.gna.org/svn/relax/tags/3.1.1
<section end=metadata/>
=== Features ===
<section begin=features/>
* Support for reading 3D structures of organic molecules from Gaussian log files using the new [http://www.nmr-relax.com/manual/structure_read_gaussian.html structure.read_gaussian user function].
* Addition of the lib.periodic_table module for storing information about the periodic table.
* Support for the loading of spins directly from peak lists.
* Support for the [http://www.nmr-relax.com/manual/spectrum_read_intensities.html reading of peak intensities from NMRPipe seriesTab formatted files] (*.ser).
<section end=features/>
=== Changes ===
<section begin== Changes ==changes/>
* Small improvement for the devel_scripts/log_converter.py script for detecting commit boundaries.
* Added many small details to the release checklist document. This is for the formatting and editing of the CHANGES file, which is used for the release announcements. Some additional details about the API documentation at http://www.nmr-relax.com/api have been added too.
* The relax_disp.spin_lock_offset user function now uses the lib.nmr module. This is for converting between ppm and rad/s units.
* The relax_disp.r2eff_read_spin user function now can handle offset data in the file. If the new offset_col argument is set and disp_point_col is not, then the file being read can contain the spin-lock offset information rather than the spin-lock field strength values. This is only for R<sub>1&rho;</sub>-type data.
* Implemented GUI test which caches the [https://gna.org/bugs/?21076 bug #21076] - when loading a multi-spectra NMRPipe seriesTab file through the GUI, several Error messages occur].
* Large redesign of the R<sub>2eff</sub>/R<sub>1&rho;</sub> data structures. The five indices {Ei, Si, Mi, Oi, Di} for the experiment type, the spins of the cluster, the magnetic field strengths, the pulse offsets, and the dispersion points (nu_CPMG or nu1) respectively are now much better defined. The Oi dimension is new and allows for support of R<sub>1&rho;</sub>-type data whereby both different offsets and different spin-lock field strengths have been collected. Previously only one or the other was supported, but not both together. The offset information is now included as part of the spin R<sub>2eff</sub>/R<sub>1&rho;</sub> key, even if not set. To support this, the specific_analyses.relax_disp.disp_data module now has the new functions loop_exp_frq_offset(), loop_exp_frq_offset_point(), loop_exp_frq_offset_point_time(), loop_frq_offset(), loop_frq_offset_point_key(), loop_offset(), and loop_offset_point(). All of the {Ei, Si, Mi, Oi, Di} dispersion indices throughout the source tree have been changed to ei, si, mi,oi, and di respectively. And the time index ti has also been introduced. These changes hugely simplify the code.
* The relax_disp.plot_disp_curves user function can now support 150 sets per Grace graph.
* The relax_disp.plot_disp_curves user function can now support 3000 sets per Grace graph.
* System test for sequence read expanded to include assertions of correct data. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Added some more files for the Fyn SH3 R<sub>1&rho;</sub> test data. This includes the cpmg_fit input and output files, R<sub>1</sub> data files for relax as R<sub>1</sub> cannot optimised yet, and a relax script.
* Added system test for reading spins from a Sparky list. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added interpreter.spectrum.read_spins function. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Created the back end function for the read_spins function. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Fix for system test. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Extended reading of Sparky files to include residue names. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Expanded system test and made it pass for user function spectrum.read_spins. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Updated the GUI test to check for first ID in list. Fix for [https://gna.org/bugs/?21076 bug #21076] - When loading a multi-spectra NMRPipe seriesTab file through the GUI, several Error messages occur].* Added keyword dim to frontend function for spectrum.read_spins(). Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list]. This is associate data with the spins of up to two dimensions.* Implemented system test for reading spins from NMRPipe SeriesTab formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Extended reading of spin residue names from NMRPipe SeriesTab formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Modified NMRPipe SeriesTab to read residue numbers and name for two-dimensional list. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Insert check if spin already exist before creating it. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Issuing a warning instead of error when loading spins from Sparky list where residue names are not present. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Issued a warning instead of error when loading spin residue names from a NMRPipe SeriesTab formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Changed to use return_spin for testing presence of spin. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Implemented another system test for reading NMRPipe SeriesTab files. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Fix for issuing a warning in reading spins from a NMRPipe SeriesTab formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Fix for issuing a warning when reading spins from a Sparky formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Implemented system test for reading spin IDs from NMRView formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Made reading of NMRView formatted file return the residue number as integer instead of string. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Fix for calling the warn() function. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Extended the error description for reading NMRView files. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Implemented system test for reading spins from a NMRPipe SeriesTab formatted file whereby the assignments for second dimension is missing. This will be a typically export from Sparky, converted to NMRPipe format, and processed with SeriesTab. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Fixed for reading spins from a NMRPipe SeriesTab formatted file whereby dimension 2 misses residue number and residue name. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Expanded the warning message for a system test. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Modified system test for reading an assignment whereby the second dimension is missing. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* If dimension 2 in a SeriesTab formatted file does not contain residue number+name, it defaults to the dimension 1. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Implemented system test for reading spins from an XEasy file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Modified XEasy reading function to pass residue names back. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Copied a SeriesTab file for the implementation of double assignments in Sparky files.
* Redesign of the CPMG frequency and spin-lock field strength data structures. These now have an extra dimension for the offset so that the values are now experiment, magnetic field strength and offset dependent. If many offsets are present but are variable for each dispersion point, then this saves a lot of calculation time. This mainly affects R<sub>1&rho;</sub>-type data. To better handle this, all of the specific_analyses.relax_disp.disp_data.loop_*() functions have been modified to accept data values rather than indices.
* Improved the printout of the relax_disp.r2eff_read_spin user function for the R<sub>2eff</sub> keys.
* Extended the system test for reading spins from Sparky files with empty residue name+number second dimension assignment. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Modified the Sparky peak list for two dimensional assignment example. This will typically be the export from CcpNmr Analysis. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Implemented a system test for using double assignments in Sparky formatted files. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Extended reading of spins from Sparky files for up to two dimensional assignments. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added example of CcpNmr analysis exported Sparky file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added system test for reading CcpNmr Analysis exported Sparky file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Modified the reading of Sparky files when exported from CcpNmr Analysis. The keyword 'Data' is not present here. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added a system test for using generic file for reading spins. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Modified the generic list to also return spin information when intensity is not present. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added another system test for returning spins from a generic file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Added residue 4 to the R<sub>2eff</sub> files for the truncated CPMG data from Flemming Hansen.
* Added cpmg_fit results to the software comparison table for Flemming Hansen's CPMG data. The cpmg_fit input and log files have been added as well.
* Shifted the software comparison down a directory so it can be used for all the different data.
* Added system test for reading chemical shift from NMRPipe SeriesTab file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Implemented reading of chemical shifts from NMRPipe SeriesTab formatted files. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Additional chemical shift reading test for SeriesTab formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Improvements for the find_intensity_keys() dispersion analysis function. This now handles the reference point None being converted to NaN in numpy arrays and the logic is now clearer.
* Changed some warnings in the dispersion analysis so they only show if R<sub>1&rho;</sub> data is loaded. This is for missing chemical shifts and R<sub>1</sub> data.
* Added support for the [[NS R1rho 3-site]] models to the relax_disp.select_model user function back end. This is for the [[NS R1rho 3-site]] and [[NS R1rho 3-site linear]] CPMG dispersion models. This follows the tutorial for adding relaxation dispersion models at http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_relax_disp.select_model_user_function_back_end.
* Decreased the amount of synthetic data in the ns_r1rho_3site_linear test suite shared data directory. The number of offsets for this [[NS R1rho 3-site linear]] model synthetic data has been decreased from 81 points to 21. This is because the large quantities of data slow the test suite down too much.
* Added a GUI test for reading spins from a spectrum formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added the GUI key 'new spectrum' to point to 'spectrum.read_spins'. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added the spectrum.read_spins GUI page for reading spins from a spectrum formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Added radio button for reading spins from a spectrum formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].* Further added to the GUI test for reading spins from spectrum formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Speed up of the Relax_disp.test_ns_r1rho_3site_linear system test. Half of the data has been commented out, as too much data was being loaded for the test.
* Created the target functions for the [[NS R1rho 3-site]] models. This is for the [[NS R1rho 3-site]] and [[NS R1rho 3-site linear]] dispersion models. This follows the tutorial for adding relaxation dispersion models at http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_target_function.
* Added the R<sub>2eff</sub> calculating functions for the [[NS R1rho 3-site]] models to the relax library. This is for the [[NS R1rho 3-site]] and [[NS R1rho 3-site linear]] dispersion models. This follows the tutorial for adding relaxation dispersion models at http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_relax_library.
* Fix for GUI text string for the select radio button for reading spins from a spectrum formatted file. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Bug fix for the new [[NS R1rho 3-site]] dispersion models - the Y and Z initial magnetisations were switched. This is for the [[NS R1rho 3-site]] and [[NS R1rho 3-site linear]] dispersion models. This follows the tutorial for adding relaxation dispersion models at http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Debugging.
* Added cpmg_fit results for the program modified to turn off the PEAK_SHIFT flag. These are the results which should most closely match the relax results. This is for the simulated R<sub>1&rho;</sub> data for the [[NS R1rho 3-site linear]] model.
* Updated the relax results for the Fyn SH3 R<sub>1&rho;</sub> dispersion data. This is for the recent changes to the [[NS R1rho 2-site]] dispersion model.
* Updated the Relax_disp.test_ns_r1rho_3site_linear system test so it now passes. The chi-squared value is not exactly zero as there are numerical differences between relax and cpmg_fit due to different approaches being used.
* Added the RMSD determined via showApod for the 69 experiments. Work in progress for [https://gna.org/support/?3083 Support Request #3083] - Addition of Data-set for R<sub>1&rho;</sub> analysis].* Added system test for the analysis of optimisation of the Kjaergaard et al., 2013 Off-resonance R<sub>1&rho;</sub> relaxation dispersion experiments using the [[DPL94|DPL]] model. Work in progress for [https://gna.org/support/?3083 Support Request #3083] - Addition of Data-set for R<sub>1&rho;</sub> analysis].* Modified analysis script for example data of R<sub>1&rho;</sub>. Work in progress for [https://gna.org/support/?3083 Support Request #3083] - Addition of Data-set for R<sub>1&rho;</sub> analysis].
* Created synthetic R<sub>1&rho;</sub> dispersion data for the [[NS R1rho 3-site]] model. This is a simple modification of the data for the [[NS R1rho 3-site linear]] model. The k_AC parameter was simply changed from 0 to 1000. The cpmg_fit software was used to create the data. Both cpmg_fit and relax results have been updated to the new model.
* Created the new Relax_disp.test_ns_r1rho_3site system test. This was copied from the Relax_disp.test_ns_r1rho_3site_linear test and modified to use the new [[NS R1rho 3-site]] model synthetic data.
* Fix for wrong use of relax_fit.relax_time instead of relax_disp.relax_time. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Added the ns_r1rho_3site module to the lib.dispersion package __all__ list. This allows the unit tests to pass.
* turned off a system test until the release of relax 3.1.1 is over. Work in progress for [https://gna.org/support/?3044 Support Request #3044] - load spins from Sparky list].
* Fix for the Relax_disp.test_bug_21076_multi_col_peak_list GUI test. The peak intensity wizard is now closed at the end of the test so that subsequent tests can cleanly operate. Without closing this wizard, launching it a second time in another test will always fail.
* Capitalised 'Python' in the IO redirection messages.
* Removed a printout from the Relax_disp.test_r1rho_kjaergaard GUI test as this is fatal for Python 3.
* Python 3 fixes for the relax_disp.r2eff_read_spin user function. The check for the dispersion point column now only runs if that argument is set. In addition, the offset column is now also being checked.
<section end=changes/>
=== Bugfixes ===
<section begin== Bugfixes ==bugfixes/>
* Fix for the sample_scripts/relax_disp/R1rho_analysis.py sample script. This was identified by Justin Lecher <jlec att gentoo doot org> in the post http://article.gmane.org/gmane.science.nmr.relax.devel/4748 (Message-ID:<52984043.3030808@gentoo.org>), or the threaded view http://thread.gmane.org/gmane.science.nmr.relax.announce/46/focus=4748. The problem was some extra commas which should not have been there.
* Bug fixes for the non-functional R1rho_analysis.py relaxation dispersion sample script. This script was horribly broken, but it should now work. It can even be executed from the base relax directory or from within the sample_scripts/relax_disp/ directory and perform the full analysis (assuming write access to the relax source directory).
* Fix for a number of PNG files for NESSY and Bruker icons for broken IDAT entries. This problem was identified by Justin Lecher <jlec att gentoo doot org> in the post http://article.gmane.org/gmane.science.nmr.relax.devel/4750 (Message-ID:<5298572C.5010409@gentoo.org>), or in the threaded view http://thread.gmane.org/gmane.science.nmr.relax.announce/46/focus=4750. As a result those icons are missing in the GUI. This was fixed using the pngcrush tool.
* Fix for a typo in a model name in the cpmg_analysis.py relaxation dispersion sample script.
* Fix for [https://gna.org/bugs/?21309 bug #21309], the [[R2eff]] dispersion model failure when peak intensity data is missing]. The problem was that the check for missing data in the _calculate_r2eff() private API method was accidentally deleted in the relax_disp branch. See the commit at http://article.gmane.org/gmane.science.nmr.relax.scm/19261 and the accidental deletion at http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/api.py?view=diff&r1=21504&r2=21505&pathrev=21505.* Another fix for [https://gna.org/bugs/?21309 bug #21309], the [[R2eff]] dispersion model failure when peak intensity data is missing]. This second problem is only for the numeric CPMG models for when all data at one magnetic field strength is missing. When the relaxation dispersion target function is being set up, the creation of the self.power data structure holding the number of CPMG blocks fails. The problem is that the relaxation time for the missing field strength is set to NaN. This is now caught using lib.float.isNaN().* Loosened a check in the Relax_disp.test_hansen_cpmg_data_missing_auto_analysis system test. This is to allow this test to pass on certain Mac OS X machines. It was reported by {{relax developer link|username=tlinnet|text=Troels }} in the post http://thread.gmane.org/gmane.science.nmr.relax.devel/4773/focus=4774.
* Basic fix for the Relax_disp.test_r2eff_read_spin system test - the CPMG frequencies are now set. This was identified in the post http://thread.gmane.org/gmane.science.nmr.relax.devel/4773/focus=4774.
* Fixes for the parameters in the Relax_disp.test_ns_mmq_3site system test script.
* Fix for optimisation of Dr. Flemming Hansen's CPMG data to the [[NS CPMG 2-site star]] dispersion model. Fix for [https://gna.org/bugs/?21322 bug #21322] - 5x Test suite fail for version 3.1.0, reported for system CentOS 2.6.32-358.18.1.el6.x86_64]. Adjusted p<sub>A</sub>, &Delta;&omega;, k<sub>ex</sub>, &chi;<sup>2</sup>.* Fix for optimisation of the Korzhnev et al., 2005 <sup>15</sup>N DQ CPMG data using the [[MMQ 2-site]] model. Fix for [https://gna.org/bugs/?21322 bug #21322] - 5x Test suite fail for version 3.1.0, reported for system CentOS 2.6.32-358.18.1.el6.x86_64].* Fix for optimisation of the Korzhnev et al., 2005 <sup>15</sup>N MQ CPMG data using the [[MMQ 2-site]] model. Fix for [https://gna.org/bugs/?21322 bug #21322] - 5x Test suite fail for version 3.1.0, Reported reported for system CentOS 2.6.32-358.18.1.el6.x86_64].* Fix for optimisation of the Korzhnev et al., 2005 <sup>15</sup>N ZQ CPMG data using the [[MMQ 2-site]] model. Fix for [https://gna.org/bugs/?21322 bug #21322] - 5x Test suite fail for version 3.1.0, Reported reported for system CentOS 2.6.32-358.18.1.el6.x86_64].* Fix for optimisation of all the Korzhnev et al., 2005 CPMG data using the [[MMQ 2-site]] model. Fix for [https://gna.org/bugs/?21322 bug #21322] - 5x Test suite fail for version 3.1.0, Reported reported for system CentOS 2.6.32-358.18.1.el6.x86_64].* Fix for optimisation of Dr. Flemming Hansen's CPMG data to the [[NS CPMG 2-site star]] dispersion model. Changed so assertAlmostEqual matches 2 digits. Fix for [https://gna.org/bugs/?21322 bug #21322] - 5x Test suite fail for version 3.1.0, reported for system CentOS 2.6.32-358.18.1.el6.x86_64].
* Bug fixes for the dispersion analysis when certain data sets are completely missing.
* Fix for loading a seriesTab formatted intensity, and getting the ID for the following GUI elements. Fix for [https://gna.org/bugs/?21076 bug #21076] - when loading a multi-spectra NMRPipe seriesTab file through the GUI, several Error messages occur].
* Fix for the [http://www.nmr-relax.com/manual/relax_disp_r2eff_read_spin.html relax_disp.r2eff_read_spin user function]. The offsets are now converted to ppm prior to finding the R<sub>2eff</sub>/R<sub>1&rho;</sub> key.
<section end=bugfixes/>
 
== Links ==
 
<section begin=links/>
For reference, the following links are also part of the announcement for this release:
* [http://wiki.nmr-relax.com/Relax_3.1.1 Official release notes]
* {{gna link|url=gna.org/forum/forum.php?forum_id=2423|text=Gna! news item}}
* [http://article.gmane.org/gmane.science.nmr.relax.announce/47 Gmane]
* [http://www.mail-archive.com/relax-announce%40gna.org/msg00041.html Mail Archive]
* [https://mail.gna.org/public/relax-announce/2013-12/msg00000.html Local archives]
* [http://marc.info/?l=relax-announce&m=138672072911100&w=2 MARC]
<section end=links/>
 
== Announcements ==
 
{{:relax release announcements}}
== See also ==
* [http://www.nmr-relax.com/api/3.1/ The relax 3.1 API documentation]{{:relax release see also}}[[Category:MMQ CPMG data]][[Category:NMRPipe]][[Category:Release_NotesRelaxation dispersion analysis]]
Trusted, Bureaucrats
4,223

edits