Changes

Jump to navigation Jump to search

Relax 3.3.7

186 bytes added, 10:24, 3 November 2015
Increased the sectioning depth.
{{lowercase title}}
{{infobox relax release| version = 3.3.7| prev = 3.3.6| next = 3.3.8| type = Major feature and bugfix| date = 13 March 2015| manual = yes}} == Description ==
<section begin=description/>
<section end=description/>
== Download ==
<section begin=download/>
<section end=download/>
== CHANGES file ==
<section begin=metadata/>
<section end=metadata/>
=== Features ===
<section begin=features/>
* Expanded the functionality of the [http://www.nmr-relax.com/manual/rdc_copy.html rdc.copy] and [http://www.nmr-relax.com/manual/pcs_copy.html pcs.copy] user functions, allowing for the operation on two data pipes with different spin sequences, skipping deselected spins and interatomic data containers, printing out all copied data for better feedback, and copying all alignment metadata.
* The [http://www.nmr-relax.com/manual/sequence_attach_protons.html sequence.attach_protons user function] now lists all the newly created spins.
* Clarification of the RDC and PCS Q factors with the printouts and XML file variable names modified to indicate if the normalisation is via the tensor size (2D<sub>a</sub><sup>2</sup>(4 + 3R)/5) or via the sum of data squared to allow for clearer RDC vs. PCS comparisons.
* Expansion of the [http://www.nmr-relax.com/manual/align_tensor_copy.html align_tensor.copy user function] to allow all tensors to be copied between different data pipes.
* Huge speed up for loading results and state files with Monte Carlo simulation alignment tensors.
<section end=features/>
=== Changes ===
<section begin=changes/>
* Created the [http://www.nmr-relax.com/api/3.3/test_suite.system_tests.n_state_model.N_state_model-class.html#test_statistics N_state_model.test_statistics system test]. This system test will be used to implement the new [http://www.nmr-relax.com/api/3.3/user_functions.statistics-module.html statistics user function class] consisting of the [http://www.nmr-relax.com/manual/structure_modelstatistics_model.html structurestatistics.model] and [http://www.nmr-relax.com/manual/structure_aicstatistics_aic.html structurestatistics.aic] user functions for calculating and storing the [chi2, n, k] parameters and Akaike's Information Criterion statistic respectively.
* Added the [http://www.nmr-relax.com/manual/structure_align.html structure.align user function] to the [http://www.nmr-relax.com/api/3.3/user_functions-module.html#uf_translation_table renaming translation table]. This is so relax identifies [http://www.nmr-relax.com/manual/structure_align.html structure.align user functions] in scripts to raise an error saying that the [http://www.nmr-relax.com/manual/structure_superimpose.html structure.superimpose user function] should be used instead.
* Added the office-chart-pie set of Oxygen icons for use in the new [http://www.nmr-relax.com/api/3.3/user_functions.statistics-module.html statistics user function class].
* Added the 'title' and 'subtitle' arguments to the [http://www.nmr-relax.com/manual/pcs_corr_plot.html pcs.corr_plot user function]. This problem was detected by the new [http://www.nmr-relax.com/api/3.3/test_suite.system_tests.pcs.Pcs-class.html#test_corr_plot Pcs.test_corr_plot system test]. The [http://www.nmr-relax.com/manual/pcs_corr_plot.html pcs.corr_plot user function] now matches the [http://www.nmr-relax.com/manual/rdc_corr_plot.html rdc.corr_plot user function] in terms of arguments.
* Completed the [http://www.nmr-relax.com/api/3.3/test_suite.system_tests.pcs.Pcs-class.html#test_corr_plot Pcs.test_corr_plot system test]. The file contents are now known and have been carefully checking in Grace.
* Clarification of the RDC and PCS Q factors. This affects the [http://www.nmr-relax.com/manual/rdc_calc_q_factors.html rdc.calc_q_factors] and [http://www.nmr-relax.com/manual/pcs_calc_q_factors.html pcs.calc_q_factors] user functions, as well as all other operations involving the calculation of Q factors. The printouts have been modified to clarify if the normalisation is via the tensor size (2D<sub>a</sub><sup>2</sup>(4 + 3R)/5) or via the sum of data squared, and the separation of the two is now clearer. This allows for better RDC vs. PCS comparisons. In addition, the data pipe variable names have been updated to reflect the normalisation, so it is instantly known when looking at the XML contents of results or save files which was used. The backwards compatibility hooks have been modified to support the data pipe variable name changes.
* The [http://www.nmr-relax.com/manual/align_tensor_copy.html align_tensor.copy user function] 'tensor_from' argument can now be None. This is to enable the copying of all alignment tensors from one data pipe to another.
* Created the [http://www.nmr-relax.com/api/3.3/test_suite.system_tests.align_tensor.Align_tensor-class.html#test_copy_pipes Align_tensor.test_copy_pipes system test]. This is to show a problem in the [http://www.nmr-relax.com/manual/align_tensor_copy.html align_tensor.copy user function] when copying all tensors between data pipes.
<section end=changes/>
=== Bugfixes ===
<section begin=bugfixes/>
* Big bug fix for the [http://www.nmr-relax.com/api/3.3/pipe_control.interatomic-module.html#interatomic_loop pipe_control.interatomic.interatomic_loop() function]. This was identified in the [http://www.nmr-relax.com/api/3.3/test_suite.system_tests.rdc.Rdc-class.html#test_rdc_copy_different_spins Rdc.test_rdc_copy_different_spins system test]. The problem was that the pipe argument was being ignored when looking up the spin containers. Hence if the pipe being worked on was not the current data pipe, and the spin sequences were not identical, the function would fail. This mainly affects the [http://www.nmr-relax.com/manual/rdc_copy.html rdc.copy user function].
* Fix for the [http://www.nmr-relax.com/manual/pcs_read.html pcs.read user function]. The problem was caught by the new [http://www.nmr-relax.com/api/3.3/test_suite.system_tests.pcs.Pcs-class.html#test_pcs_copy_different_spins Pcs.test_pcs_copy_different_spins system test]. If the spin system does not exist in the current data pipe, but data for it is present in the PCS file, the [http://www.nmr-relax.com/manual/pcs_read.html pcs.read user function] would terminate in a TypeError.
* Fixes for the [http://www.nmr-relax.com/manual/rdc_calc_q_factors.html rdc.calc_q_factors user function] for when no alignment tensor is present. This was caught by the [http://www.nmr-relax.com/api/3.3/test_suite.system_tests.rdc.Rdc-class.html#test_calc_q_factors_no_tensor Rdc.test_calc_q_factors_no_tensor system test]. Now if no tensor is present, a warning is given and the 2D<sub>a</sub><sup>2</sup>(4 + 3R)/5 normalised Q factor is skipped. Also, if present but no spin isotope information is present, then RelaxSpinTypeError errors are raised.
* Fix for the [http://www.nmr-relax.com/manual/pcs_corr_plot.html pcs.corr_plot user function] when the spin containers have no element information.
* Fix for [https://gna.org/bugs/?23372 bug #23372, the sequence.read failure with CSV files]. The problem was that the sep argument was not being passed all the way to the backend [http://www.nmr-relax.com/api/3.3/lib.io-module.html#extract_data lib.io.extract_data() function].
<section end=bugfixes/>
== Links ==
<section begin=links/>
* [http://wiki.nmr-relax.com/Relax_3.3.7 Official release notes on the relax wiki].
* [https://gna.org/forum/forum.php?forum_id=2493 2494 Gna! news item].* [http://article.gmane.org/gmane.science.nmr.relax.announce/64 65 Gmane mailing list archive].* [http://www.mail-archive.com/relax-announce%40gna.org/msg00055msg00056.html The Mail Archive].* [https://mail.gna.org/public/relax-announce/2015-0203/msg00000.html Local archives].* [https://marc.info/?l=relax-announce&m=142326608230935142628131518604&w=2 Mailing list ARChives (MARC)].
{{:Softpedia}}
<section end=links/>
== Announcements ==
{{:relax release announcements}}
== See also ==
* [http://www.nmr-relax.com/api/3.3/ The relax 3.3 API documentation]
{{:relax release see also}}
[[Category:Relaxation dispersion analysis]]
Trusted, Bureaucrats
4,223

edits

Navigation menu