Difference between revisions of "Relax 3.1.6"

From relax wiki
Jump to navigation Jump to search
m (→‎Description: Transclusion markup for the summary page.)
(Tracker links with full descriptions.)
Line 59: Line 59:
 
*  Changed the module ordering in the python_seek.py development script.
 
*  Changed the module ordering in the python_seek.py development script.
 
*  Epydoc docstring fix for the pipe_control.structure.main.load_spins() function.
 
*  Epydoc docstring fix for the pipe_control.structure.main.load_spins() function.
*  Created the Mf.test_bug_21615_incomplete_setup_failure GUI tests.  This is designed to catch bug #21615 (https://gna.org/bugs/?21615) as reported by Ivan Leung (ivanhoe dott leung att chem dott ox dot ac dot uk).  Included are the data files Ivan attached to the bug report truncated to two residues.  The GUI test follows exactly the steps outlined by Ivan.
+
*  Created the Mf.test_bug_21615_incomplete_setup_failure GUI tests.  This is designed to catch [https://gna.org/bugs/?21615 bug #21615] as reported by Ivan Leung (ivanhoe dott leung att chem dott ox dot ac dot uk).  Included are the data files Ivan attached to the bug report truncated to two residues.  The GUI test follows exactly the steps outlined by Ivan.
 
*  Deleted the ancient, unused 'quit' argument of the relax interpreter object.  This code was identified in a post by Troels Linnet at http://thread.gmane.org/gmane.science.nmr.relax.devel/5000/focus=5003.  This argument never worked correctly and has not been used for many, many years.  Many code paths in relax needed to be updated to remove the argument.
 
*  Deleted the ancient, unused 'quit' argument of the relax interpreter object.  This code was identified in a post by Troels Linnet at http://thread.gmane.org/gmane.science.nmr.relax.devel/5000/focus=5003.  This argument never worked correctly and has not been used for many, many years.  Many code paths in relax needed to be updated to remove the argument.
*  Shifted the pedantic flag to escalate flag. The option -p would instead be used for the option --prompt.  Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect interactively after running script - The equivalence to python -i.
+
*  Shifted the pedantic flag to escalate flag. The option -p would instead be used for the option --prompt.  Fix for [https://gna.org/support/?3117 sr #3117 - Functionality to inspect interactively after running script - The equivalence to python -i].
*  Added the -p --prompt option for running a relax script and inspect interactively.  Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect interactively after running script - The equivalence to python -i.
+
*  Added the -p --prompt option for running a relax script and inspect interactively.  Fix for [https://gna.org/support/?3117 sr #3117 - Functionality to inspect interactively after running script - The equivalence to python -i].
*  Modified the help text to explain that -p will launch relax in prompt mode after running any optionally supplied scripts.  Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect interactively after running script - The equivalence to python -i.  This is to allow the -p --prompt option to be given without a script.  relax should support this so that a user doesn't get too confused when trying to start in prompt mode with the --prompt flag and support the --prompt argument without a script being supplied.
+
*  Modified the help text to explain that -p will launch relax in prompt mode after running any optionally supplied scripts.  Fix for [https://gna.org/support/?3117 sr #3117 - Functionality to inspect interactively after running script - The equivalence to python -i].  This is to allow the -p --prompt option to be given without a script.  relax should support this so that a user doesn't get too confused when trying to start in prompt mode with the --prompt flag and support the --prompt argument without a script being supplied.
*  Finished implementing the functionality of interacting with variables after executing a script.  Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect interactively after running script - The equivalence to python -i.  For getting access to variables after executing a script, the variable should be saved under: cdp.X, where X define a container.  The name space issue is discussed in: http://thread.gmane.org/gmane.science.nmr.relax.devel/5012.
+
*  Finished implementing the functionality of interacting with variables after executing a script.  Fix for [https://gna.org/support/?3117 sr #3117 - Functionality to inspect interactively after running script - The equivalence to python -i].  For getting access to variables after executing a script, the variable should be saved under: cdp.X, where X define a container.  The name space issue is discussed in: http://thread.gmane.org/gmane.science.nmr.relax.devel/5012.
 
*  Organisation of the relax command line options into distinct groups.  This follows from the message at http://thread.gmane.org/gmane.science.nmr.relax.devel/5024.  The optparse.OptionGroup object is now used to cluster the arguments.  This cleans up the output of 'relax -h' and explains the options to the user in a clearer way.
 
*  Organisation of the relax command line options into distinct groups.  This follows from the message at http://thread.gmane.org/gmane.science.nmr.relax.devel/5024.  The optparse.OptionGroup object is now used to cluster the arguments.  This cleans up the output of 'relax -h' and explains the options to the user in a clearer way.
*  Fix for the user function intro flag.  Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect interactively after running script - The equivalence to python -i.  It should be turned on for the script so you see the "relax>" messages, and then turned off again for the prompt so that the user function text and "relax>" is not printed out twice.
+
*  Fix for the user function intro flag.  Fix for [https://gna.org/support/?3117 sr #3117 - Functionality to inspect interactively after running script - The equivalence to python -i].  It should be turned on for the script so you see the "relax>" messages, and then turned off again for the prompt so that the user function text and "relax>" is not printed out twice.
 
*  Updated the copyright statement shown in the GUI for 2014.
 
*  Updated the copyright statement shown in the GUI for 2014.
*  Save state added for bug #21665.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Save state added for bug #21665.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added system test to catch bug: relax -s Relax_disp.test_bug_21665_cpmg_two_fields_two_delaytimes_fail.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added system test to catch bug: relax -s Relax_disp.test_bug_21665_cpmg_two_fields_two_delaytimes_fail.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added a system test for using both calc() and a system test for relax_disp auto analysis.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added a system test for using both calc() and a system test for relax_disp auto analysis.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Added some initial screenshots of the dispersion GUI analysis.  These will be used to create a tutorial for using the relaxation dispersion analysis in the GUI to be added to the dispersion chapter of the relax manual.
 
*  Added some initial screenshots of the dispersion GUI analysis.  These will be used to create a tutorial for using the relaxation dispersion analysis in the GUI to be added to the dispersion chapter of the relax manual.
 
*  Started to create the tutorial in the manual for using the dispersion GUI.  This is at the end of the relaxation dispersion chapter of the manual and covers the basic setup of spin systems.  It includes the recently added screenshots.
 
*  Started to create the tutorial in the manual for using the dispersion GUI.  This is at the end of the relaxation dispersion chapter of the manual and covers the basic setup of spin systems.  It includes the recently added screenshots.
Line 85: Line 85:
 
*  Reformatting of all of the LaTeX code for the itemize and description lists in the relax manual.  This is to regularise the LaTeX code throughout the *.tex files of the manual.  All items are now indented for easier viewing.  And leading empty lines before the lists have all been removed.
 
*  Reformatting of all of the LaTeX code for the itemize and description lists in the relax manual.  This is to regularise the LaTeX code throughout the *.tex files of the manual.  All items are now indented for easier viewing.  And leading empty lines before the lists have all been removed.
 
*  The docstring fetching script for the manual now creates lists in the new, cleaner format.
 
*  The docstring fetching script for the manual now creates lists in the new, cleaner format.
*  Implemented unit test for catching the correct return of loop_exp_frq_offset_point_time.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Implemented unit test for catching the correct return of loop_exp_frq_offset_point_time.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Grammar corrections - changed the 'eg.' abbreviation to 'e.g.' in a couple of places.
 
*  Grammar corrections - changed the 'eg.' abbreviation to 'e.g.' in a couple of places.
*  Modified the unit test name for testing the correct return of the relaxation time periods.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Modified the unit test name for testing the correct return of the relaxation time periods.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Added more to the dispersion GUI analysis tutorial.  This includes a screenshot showing the use of the 'Spin isotope' button in the GUI.  Descriptions for all five 'metadata' buttons have been added as well.
 
*  Added more to the dispersion GUI analysis tutorial.  This includes a screenshot showing the use of the 'Spin isotope' button in the GUI.  Descriptions for all five 'metadata' buttons have been added as well.
 
*  Expanded the relaxation dispersion GUI tutorial in the manual.  This now includes the first steps for loading the peak intensity data.
 
*  Expanded the relaxation dispersion GUI tutorial in the manual.  This now includes the first steps for loading the peak intensity data.
*  Added the The relaxation time period to be used when returning cpmg frqs.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added the The relaxation time period to be used when returning cpmg frqs.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added test for skipping non-matching time points.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added test for skipping non-matching time points.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added the time point to be sent into the return function of cpmg frequencies.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added the time point to be sent into the return function of cpmg frequencies.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Improved unit test for cathing both time and dispersion point when looping over experiment and time points.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Improved unit test for cathing both time and dispersion point when looping over experiment and time points.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Modified the spectrum.read_intensities user function frontend to load multiple files.  This follows from the thread http://thread.gmane.org/gmane.science.nmr.relax.devel/5057/focus=5062.
 
*  Modified the spectrum.read_intensities user function frontend to load multiple files.  This follows from the thread http://thread.gmane.org/gmane.science.nmr.relax.devel/5057/focus=5062.
 
*  Implemented the GUI element for loading multiple files.  This follows from the thread http://thread.gmane.org/gmane.science.nmr.relax.devel/5057/focus=5062.  This is via the new user function argument type "file sel multi", now used by the spectrum.read_intensities user function.  The file selection element consists of two parts.  The GUI element embedded in the user function wizard page is similar to the "file sel" element, except that the preview button is not present.  The file selection button behaviour is also different in that it launches the new multiple file selection window.  The multiple file selection window is based on the 'sequence' data window, as used in the spectrum ID argument for the spectrum.read_intensities user function.  However the ListCtrl element has been replaced by a custom scrolled panel.  The 'Add' button adds a new file selection GUI element consisting of a TextCtrl for displaying and manual editing of the file name, the file selection button for launching the relax file selection dialog, and the preview button lost in the parent GUI element.  The scrolled panel allows more elements in the panel than can fit in the window.  The 'Delete all' and 'OK' buttons from the 'sequence' data window are also present and function as expected.
 
*  Implemented the GUI element for loading multiple files.  This follows from the thread http://thread.gmane.org/gmane.science.nmr.relax.devel/5057/focus=5062.  This is via the new user function argument type "file sel multi", now used by the spectrum.read_intensities user function.  The file selection element consists of two parts.  The GUI element embedded in the user function wizard page is similar to the "file sel" element, except that the preview button is not present.  The file selection button behaviour is also different in that it launches the new multiple file selection window.  The multiple file selection window is based on the 'sequence' data window, as used in the spectrum ID argument for the spectrum.read_intensities user function.  However the ListCtrl element has been replaced by a custom scrolled panel.  The 'Add' button adds a new file selection GUI element consisting of a TextCtrl for displaying and manual editing of the file name, the file selection button for launching the relax file selection dialog, and the preview button lost in the parent GUI element.  The scrolled panel allows more elements in the panel than can fit in the window.  The 'Delete all' and 'OK' buttons from the 'sequence' data window are also present and function as expected.
Line 113: Line 113:
 
*  Expansion of the tutorial for running the relaxation dispersion analysis in the GUI.  The tutorial is now close to complete.  The peak intensity loading wizard section is complete as well the model selection window and optimisation settings sections and the relax execution.
 
*  Expansion of the tutorial for running the relaxation dispersion analysis in the GUI.  The tutorial is now close to complete.  The peak intensity loading wizard section is complete as well the model selection window and optimisation settings sections and the relax execution.
 
*  More additions for the tutorial on using the dispersion analysis in the GUI.  This is for the relaxation dispersion chapter of the manual.  The tutorial is almost complete with descriptions and screenshots for completing the non-clustered analysis and conducting the clustered analysis all the way to execution.
 
*  More additions for the tutorial on using the dispersion analysis in the GUI.  This is for the relaxation dispersion chapter of the manual.  The tutorial is almost complete with descriptions and screenshots for completing the non-clustered analysis and conducting the clustered analysis all the way to execution.
*  Created the State.test_bug_21716_no_cdp_state_save system test.  This is for catching bug #21716 (https://gna.org/bugs/?21716), the failure to save the relax state just after deleting the current data pipe, even if other data pipes exist.
+
*  Created the State.test_bug_21716_no_cdp_state_save system test.  This is for catching [https://gna.org/bugs/?21716 bug #21716, the failure to save the relax state just after deleting the current data pipe, even if other data pipes exist].
*  Created the General.test_bug_21720_pipe_switching_with_tab_closure GUI test.  This is to catch bug #21720 (https://gna.org/bugs/?21720), the failure to set the current data pipe in the GUI when the current and non-last analysis tab is closed.  The test replicates the steps as outlined in the bug report.
+
*  Created the General.test_bug_21720_pipe_switching_with_tab_closure GUI test.  This is to catch [https://gna.org/bugs/?21720 bug #21720, the failure to set the current data pipe in the GUI when the current and non-last analysis tab is closed].  The test replicates the steps as outlined in the bug report.
*  Added unit test for looping over: exp frq offset point.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  This follows recommendation in thread: http://thread.gmane.org/gmane.science.nmr.relax.devel/5070.
+
*  Added unit test for looping over: exp frq offset point.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This follows recommendation in thread: http://thread.gmane.org/gmane.science.nmr.relax.devel/5070.
*  Added unit test for looping over: exp frq offset point.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  This follows recommendation in thread: http://thread.gmane.org/gmane.science.nmr.relax.devel/5070.
+
*  Added unit test for looping over: exp frq offset point.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This follows recommendation in thread: http://thread.gmane.org/gmane.science.nmr.relax.devel/5070.
 
*  Changes for the relaxation dispersion auto-analysis.  The final data pipe name now includes the data pipe bundle name.  This is so the pipe name is unique, allowing multiple analyses to be executed in one relax state.
 
*  Changes for the relaxation dispersion auto-analysis.  The final data pipe name now includes the data pipe bundle name.  This is so the pipe name is unique, allowing multiple analyses to be executed in one relax state.
 
*  Fixes for all of the Relax_disp system tests for the changes to the dispersion auto-analysis.  The automatically created pipe names now include the pipe bundle name to make them unique, so the system tests have been updated to match this behaviour.
 
*  Fixes for all of the Relax_disp system tests for the changes to the dispersion auto-analysis.  The automatically created pipe names now include the pipe bundle name to make them unique, so the system tests have been updated to match this behaviour.
 
*  Increased the grid search size in the r1rho_on_res_m61.py dispersion system test script.  This is to allow the Relax_disp.test_m61_exp_data_to_m61 system test to pass more often.  The increase does not cause a large increase in computation time as less time is spent in the optimisation and Monte Carlo simulation steps.
 
*  Increased the grid search size in the r1rho_on_res_m61.py dispersion system test script.  This is to allow the Relax_disp.test_m61_exp_data_to_m61 system test to pass more often.  The increase does not cause a large increase in computation time as less time is spent in the optimisation and Monte Carlo simulation steps.
*  Renamed unit test, to follow previous namings of unit tests.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Renamed unit test, to follow previous namings of unit tests.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Fix for the relaxation dispersion auto-analysis to improve its behaviour in the test suite.  The problem is that the auto-analysis acquires the execution lock (status.exec_lock) but if the analysis cannot complete due to a bug, the lock is never released.  This causes nasty problems for many subsequent tests, resulting in a cascade of test failures.  This is especially problematic in the GUI tests where the execution lock controls many aspects of the interface.  The solution was simply to run the auto-analysis run() method within a try-finally statement.  The release of the lock occurs in the 'finally' clause, guaranteeing its release.
 
*  Fix for the relaxation dispersion auto-analysis to improve its behaviour in the test suite.  The problem is that the auto-analysis acquires the execution lock (status.exec_lock) but if the analysis cannot complete due to a bug, the lock is never released.  This causes nasty problems for many subsequent tests, resulting in a cascade of test failures.  This is especially problematic in the GUI tests where the execution lock controls many aspects of the interface.  The solution was simply to run the auto-analysis run() method within a try-finally statement.  The release of the lock occurs in the 'finally' clause, guaranteeing its release.
 
*  Improvement for GUI test base tearDown() clean up method.  A wx.Yield() call has been added to allow all GUI operations after a relax reset to complete prior to the next test starting.  This should avoid certain racing conditions which can cause a cascade of tests to fail.
 
*  Improvement for GUI test base tearDown() clean up method.  A wx.Yield() call has been added to allow all GUI operations after a relax reset to complete prior to the next test starting.  This should avoid certain racing conditions which can cause a cascade of tests to fail.
*  Added unit test for looping over: exp, frq, offset, point, time.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  This unit test will fail, since the last loop over the time points has a weak assumption just to loop over all time points, instead of checking for existence of such time point.  This unit test follows recommendation in thread: http://thread.gmane.org/gmane.science.nmr.relax.devel/5070.
+
*  Added unit test for looping over: exp, frq, offset, point, time.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This unit test will fail, since the last loop over the time points has a weak assumption just to loop over all time points, instead of checking for existence of such time point.  This unit test follows recommendation in thread: http://thread.gmane.org/gmane.science.nmr.relax.devel/5070.
*  Expanded the loop_time function to optional take the spectrometer frequency as input for restricting looping.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Expanded the loop_time function to optional take the spectrometer frequency as input for restricting looping.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Replaced print commands to be compatible with Python 3.x.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Replaced print commands to be compatible with Python 3.x.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  More fixes for the relaxation dispersion auto-analysis for the pipe names now including the bundle name.
 
*  More fixes for the relaxation dispersion auto-analysis for the pipe names now including the bundle name.
 
*  Added some missing RelaxError imports to the dispersion auto-analysis.
 
*  Added some missing RelaxError imports to the dispersion auto-analysis.
*  Created the Relax_disp.test_bug_21715_clustered_indexerror system test.  This is to catch bug #21715 (https://gna.org/bugs/?21715), the failure of the relaxation dispersion auto-analysis when running a clustered analysis due to an IndexError during minimisation.
+
*  Created the Relax_disp.test_bug_21715_clustered_indexerror system test.  This is to catch [https://gna.org/bugs/?21715 bug #21715, the failure of the relaxation dispersion auto-analysis when running a clustered analysis due to an IndexError during minimisation].
*  Modified unit test to pass.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  Implemented as suggested in: https://mail.gna.org/public/relax-devel/2014-02/msg00142.html.
+
*  Modified unit test to pass.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  Implemented as suggested in: https://mail.gna.org/public/relax-devel/2014-02/msg00142.html.
*  Expanded the loop_time function to optional take the offset and dispersion point as input for restricting looping.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  This is implemented as suggested in: https://mail.gna.org/public/relax-devel/2014-02/msg00143.html.
+
*  Expanded the loop_time function to optional take the offset and dispersion point as input for restricting looping.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This is implemented as suggested in: https://mail.gna.org/public/relax-devel/2014-02/msg00143.html.
*  Added system test for loop_time.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  This system can be extended later for purposes to test the restriction of the looping.
+
*  Added system test for loop_time.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This system can be extended later for purposes to test the restriction of the looping.
*  Replacing looping over time points from cdp.relax_time_list to loop_time(frq=frq).  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  loop_time has been modified to accept spectrometer frequency as input to restrict the looping.
+
*  Replacing looping over time points from cdp.relax_time_list to loop_time(frq=frq).  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  loop_time has been modified to accept spectrometer frequency as input to restrict the looping.
*  Complete support for deselected spins has been added to the relaxation dispersion analysis.  This fixes bug #21715 (https://gna.org/bugs/?21715), the failure of the relaxation dispersion auto-analysis when running a clustered analysis due to an IndexError during minimisation.
+
*  Complete support for deselected spins has been added to the relaxation dispersion analysis.  This fixes [https://gna.org/bugs/?21715 bug #21715, the failure of the relaxation dispersion auto-analysis when running a clustered analysis due to an IndexError during minimisation].
*  Added exp_type, frq, offset, point to the loop_time() function.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  Implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.  In all these cases, that information is available, so it should be used.  If one are analysing a combination of data types simultaneously (SQ CPMG, DQ CPMG, R1rho), one will not have the same relaxation time for each.  For different spin-lock or 180 degree pulse offsets and even different dispersion points, the time may also be different.
+
*  Added exp_type, frq, offset, point to the loop_time() function.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  Implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.  In all these cases, that information is available, so it should be used.  If one are analysing a combination of data types simultaneously (SQ CPMG, DQ CPMG, R1rho), one will not have the same relaxation time for each.  For different spin-lock or 180 degree pulse offsets and even different dispersion points, the time may also be different.
*  Made count_relax_times() take optional arguments as: exp_type, frq, offset, point.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  This is prepare for restricting the looping over time points in the function: loop_time().  This is implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.
+
*  Made count_relax_times() take optional arguments as: exp_type, frq, offset, point.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This is prepare for restricting the looping over time points in the function: loop_time().  This is implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.
*  Modified to pass exp_typ, frq, offset or point to loop_time() where such information is available.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Modified to pass exp_typ, frq, offset or point to loop_time() where such information is available.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added unit test for count_relax_times.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.  This follows the suggestion in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.
+
*  Added unit test for count_relax_times.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This follows the suggestion in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.
*  Added test for return of get_curve_type(), to match 'fixed time'.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added test for return of get_curve_type(), to match 'fixed time'.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added check for return of has_exponential_exp_type to be False.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added check for return of has_exponential_exp_type to be False.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added test for the return of get_times().  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added test for the return of get_times().  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Re-ordered unit tests for test of get_curve_type() and has_exponential_exp_type().  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Re-ordered unit tests for test of get_curve_type() and has_exponential_exp_type().  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added the extraction of exp_type and frq from cdp, to be sent into count_relax_times.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Added the extraction of exp_type and frq from cdp, to be sent into count_relax_times.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Modified check_exp_type_fixed_time to loop over ID's and use count_relax_times for each ID.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Modified check_exp_type_fixed_time to loop over ID's and use count_relax_times for each ID.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  The fetch_docstrings.py script now creates a new LaTeX listing language for relax log messages.  This is in the script_definitions() method which creates the script_definition.tex file.  The idea is to avoid colouring relax/Python keywords such as 'as', 'from', etc. in the log messages.
 
*  The fetch_docstrings.py script now creates a new LaTeX listing language for relax log messages.  This is in the script_definitions() method which creates the script_definition.tex file.  The idea is to avoid colouring relax/Python keywords such as 'as', 'from', etc. in the log messages.
*  Moved the unit test get_times() to its own test.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Moved the unit test get_times() to its own test.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Moved the unit test of has_exponential_exp_type() to its own test.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Moved the unit test of has_exponential_exp_type() to its own test.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Moved the unit test get_curve_type() to its own test.  Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Moved the unit test get_curve_type() to its own test.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added save state for bug 21344.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added save state for bug 21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
 
*  Completed the tutorial for using the dispersion analysis in the GUI.  This is for the relaxation dispersion chapter of the manual.
 
*  Completed the tutorial for using the dispersion analysis in the GUI.  This is for the relaxation dispersion chapter of the manual.
 
*  Some edits for the tutorial on using the dispersion GUI analysis.  The results of the relax_disp.insignificance user function are now shown to demonstrate what this does.
 
*  Some edits for the tutorial on using the dispersion GUI analysis.  The results of the relax_disp.insignificance user function are now shown to demonstrate what this does.
 
*  Fixes for some incorrectly reported results in the dispersion GUI tutorial in the manual.  The non-clustered results had been incorrectly copied from the log messages.
 
*  Fixes for some incorrectly reported results in the dispersion GUI tutorial in the manual.  The non-clustered results had been incorrectly copied from the log messages.
 
*  More incorrect value fixes for the dispersion GUI tutorial in the manual.  The pA and kex values were also somehow incorrect.
 
*  More incorrect value fixes for the dispersion GUI tutorial in the manual.  The pA and kex values were also somehow incorrect.
*  Added system test for bug #21344.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.  This test will fail with: No intensity data could be found corresponding to the spectrometer frequency of 799.7773991 MHz, dispersion point of 431.0 and relaxation time of 0.14 s.  Data for a dispersion point of 431.0 and time 0.14 does not exist, and so some of the looping in collecting data for calculation must be wrong.  This behaviour and probably its solution is related to bug 21665, "Running a CPMG analysis with two fields at two delay times" (https://gna.org/bugs/?21665).
+
*  Added system test for bug #21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  This test will fail with: No intensity data could be found corresponding to the spectrometer frequency of 799.7773991 MHz, dispersion point of 431.0 and relaxation time of 0.14 s.  Data for a dispersion point of 431.0 and time 0.14 does not exist, and so some of the looping in collecting data for calculation must be wrong.  This behaviour and probably its solution is related to bug 21665, "Running a CPMG analysis with two fields at two delay times" (https://gna.org/bugs/?21665).
*  Renamed previous disp_data unit tests, to reflect they were from a CPMG setup.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Renamed previous disp_data unit tests, to reflect they were from a CPMG setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Added unit test for count_relax_times() for and R1rho setup.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added unit test for count_relax_times() for and R1rho setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
 
*  Fixes for the Grace kex plot for the tutorial for dispersion GUI analysis.  The values for the Grace plot were not correct.
 
*  Fixes for the Grace kex plot for the tutorial for dispersion GUI analysis.  The values for the Grace plot were not correct.
*  Added unit test for loop_time() for r1rho setup.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added unit test for loop_time() for r1rho setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Renamed system test.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.  The previous test name was rubbish.
+
*  Renamed system test.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  The previous test name was rubbish.
 
*  Editing of the dispersion GUI analysis tutorial in the manual.  The whole section has been proofed and improved.
 
*  Editing of the dispersion GUI analysis tutorial in the manual.  The whole section has been proofed and improved.
 
*  A concluding statement has been added to the dispersion GUI analysis tutorial in the manual.
 
*  A concluding statement has been added to the dispersion GUI analysis tutorial in the manual.
Line 166: Line 166:
 
*  Correction for some text in the dispersion chapter of the manual.  The text 'are differentially defined' has been changed to 'are dually defined', as the word differentially was incorrect.
 
*  Correction for some text in the dispersion chapter of the manual.  The text 'are differentially defined' has been changed to 'are dually defined', as the word differentially was incorrect.
 
*  Fixes for the spacing after e.g. and i.e. in the relax manual.  The character '\' needs to be used after the final dot to indicate that this is not a sentence stop, hence the double spacing normally used between sentences should not be used.
 
*  Fixes for the spacing after e.g. and i.e. in the relax manual.  The character '\' needs to be used after the final dot to indicate that this is not a sentence stop, hence the double spacing normally used between sentences should not be used.
*  Extended system test to count number of settings iterations and match with len(cdp.exp_type.keys()).  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.  There is something wrong, since cdp.exp_type.keys()) is not matching.
+
*  Extended system test to count number of settings iterations and match with len(cdp.exp_type.keys()).  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  There is something wrong, since cdp.exp_type.keys()) is not matching.
*  Fix for using a wrong index slicing.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Fix for using a wrong index slicing.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Fixes for the wrong use of reading settings file and extracting parameters.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Fixes for the wrong use of reading settings file and extracting parameters.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Expanded unit test for test_loop_time() in R1rho.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Expanded unit test for test_loop_time() in R1rho.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Fix for the loop_time function to include point filtering for R1rho experiments.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Fix for the loop_time function to include point filtering for R1rho experiments.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Fix for wrong values of "1341.11" in unit test.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.  Replaced 1341.10, and 1341.10 with 1341.11.
+
*  Fix for wrong values of "1341.11" in unit test.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  Replaced 1341.10, and 1341.10 with 1341.11.
*  Added truncated SeriesTab intensity file for only 5 spins.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added truncated SeriesTab intensity file for only 5 spins.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Modified system test for setting up R1rho analysis to use truncated spin list with 5 spins.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Modified system test for setting up R1rho analysis to use truncated spin list with 5 spins.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Added 5 spins truncated state file for bug #21344.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added 5 spins truncated state file for bug #21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Modified unit and system test to use 5 spins truncated state file.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Modified unit and system test to use 5 spins truncated state file.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Added unit test for find_intensity_keys() in R1rho analysis.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added unit test for find_intensity_keys() in R1rho analysis.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
 
*  Manually reverted the temporary change of r22349 and 22348.  The command used was:svn merge -r22349:r22347Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05012.html.
 
*  Manually reverted the temporary change of r22349 and 22348.  The command used was:svn merge -r22349:r22347Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05012.html.
*  Modified unit test for find_intensity_keys() to simulate method in sim_pack_data().  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Modified unit test for find_intensity_keys() to simulate method in sim_pack_data().  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Re-created the testing dictionary to easier to convert to collections.OrderedDict() if this can be supported in all relax Python versions.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Re-created the testing dictionary to easier to convert to collections.OrderedDict() if this can be supported in all relax Python versions.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Replaced dictionary keys in unit test, to easier access the original data.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Replaced dictionary keys in unit test, to easier access the original data.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Added experiment ID to dictionary, where dict() keys are offset_point_time.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added experiment ID to dictionary, where dict() keys are offset_point_time.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Fixed to send in offset to find_intensity_keys() which allow system test to pass.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.  This is the first fix to allow system test to pass: relax -s Relax_disp.test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp A better solution is described in: http://thread.gmane.org/gmane.science.nmr.relax.devel/5107 which will be implemented.
+
*  Fixed to send in offset to find_intensity_keys() which allow system test to pass.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  This is the first fix to allow system test to pass: relax -s Relax_disp.test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp A better solution is described in: http://thread.gmane.org/gmane.science.nmr.relax.devel/5107 which will be implemented.
 
*  Added text about '~' on MS Windows to the dispersion GUI tutorial in the manual.  The home directory ~ on MS Windows will not work, so this is now explained.
 
*  Added text about '~' on MS Windows to the dispersion GUI tutorial in the manual.  The home directory ~ on MS Windows will not work, so this is now explained.
*  Parsed offset to find_intensity_keys() where such information is available.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Parsed offset to find_intensity_keys() where such information is available.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Added unit test for return_intensity() for a R1rho setup.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added unit test for return_intensity() for a R1rho setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Fix for wrong use of variable name key and list return from find_intensity_key().  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Fix for wrong use of variable name key and list return from find_intensity_key().  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Added offset to be sent to return_intensity() function.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added offset to be sent to return_intensity() function.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Extended return_intensity() unit test to also test for flag ref=True, which return reference intensity instead.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Extended return_intensity() unit test to also test for flag ref=True, which return reference intensity instead.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Added offset to be sent to loop_spectrum_ids() function.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Added offset to be sent to loop_spectrum_ids() function.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Fix for wrong variable spectrometer_frq used instead of frq.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Fix for wrong variable spectrometer_frq used instead of frq.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Removed functional return of reference intensity in R1rho, since this does not exists.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Removed functional return of reference intensity in R1rho, since this does not exists.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
*  Removed function return_intensity(), as this is no longer in use.  Regarding bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.  Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05020.html.
+
*  Removed function return_intensity(), as this is no longer in use.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05020.html.
  
  
Line 198: Line 198:
  
 
*  Minor bugfix for the internal structural object add_model() method.  The internal structural object was being called with self as an argument, which would default to the chain_id keyword argument.  The result would be relax state files with multiple copies of the internal structural object embedded in the structural XML section.
 
*  Minor bugfix for the internal structural object add_model() method.  The internal structural object was being called with self as an argument, which would default to the chain_id keyword argument.  The result would be relax state files with multiple copies of the internal structural object embedded in the structural XML section.
*  Fix for bug #21605, the failure of the Frame_order.test_generate_rotor2_distribution system test.  The bug at http://gna.org/bugs/?21605 is due to the fact that numpy.float16 is not defined on all systems.  Older numpy versions do not have this.  Therefore the float16 value is now imported from lib.check_types where it is aliased to float32 when not defined.
+
*  Fix for [https://gna.org/bugs/?21605 bug #21605, the failure of the Frame_order.test_generate_rotor2_distribution system test].  The bug is due to the fact that numpy.float16 is not defined on all systems.  Older numpy versions do not have this.  Therefore the float16 value is now imported from lib.check_types where it is aliased to float32 when not defined.
*  Fix for bug #21615, the missing data dialog failure when executing the GUI model-free analysis.  This is the bug at https://gna.org/bugs/?21615 as reported by Ivan Leung (ivanhoe dott leung att chem dott ox dot ac dot uk).  The problem is that the spin container's "isotope" variable is being accessed directly after a test showing that this variable does not exist.  This is now fixed so that the missing data dialog is now presented explaining that the spin isotope information is not set.
+
*  Fix for [https://gna.org/bugs/?21615 bug #21615, the missing data dialog failure when executing the GUI model-free analysis], as reported by Ivan Leung (ivanhoe dott leung att chem dott ox dot ac dot uk).  The problem is that the spin container's "isotope" variable is being accessed directly after a test showing that this variable does not exist.  This is now fixed so that the missing data dialog is now presented explaining that the spin isotope information is not set.
*  Fix for bug #21704, the failure of the GUI analyses when the home directory '~' character is used.  The bug is located at https://gna.org/bugs/?21704.  The problem is located in many parts of the program, and other problematic areas may still be present.  In all cases where the directory or file is accessed, the os.path.expanduser() function must be called.
+
*  Fix for [https://gna.org/bugs/?21704 bug #21704, the failure of the GUI analyses when the home directory '~' character is used].  The problem is located in many parts of the program, and other problematic areas may still be present.  In all cases where the directory or file is accessed, the os.path.expanduser() function must be called.
*  Fix for bug #21716 (https://gna.org/bugs/?21716).  This is the failure to save the relax state just after deleting the current data pipe, even if other data pipes exist.  The problem was that the specific analysis functions data_names() and return_data_desc() were being retrieved using the current data pipe rather than the actual data pipe that the data structures belong to.  So if the current data pipe is None, then these fail.  Now the data pipe type is being passed through all of the to_xml() methods so that the correct data_names() and return_data_desc()methods are retrieved.
+
*  Fix for [https://gna.org/bugs/?21716 bug #21716, the failure to save the relax state just after deleting the current data pipe, even if other data pipes exist].  The problem was that the specific analysis functions data_names() and return_data_desc() were being retrieved using the current data pipe rather than the actual data pipe that the data structures belong to.  So if the current data pipe is None, then these fail.  Now the data pipe type is being passed through all of the to_xml() methods so that the correct data_names() and return_data_desc()methods are retrieved.
*  Fix for bug #21720 (https://gna.org/bugs/?21720).  This is the faulty pipe switching behaviour when a non-last analysis tab is deleted in the GUI.  Now the correct data pipe should be always switched to when closing an analysis tab.
+
*  Fix for [https://gna.org/bugs/?21720 bug #21720, the faulty pipe switching behaviour when a non-last analysis tab is deleted in the GUI].  Now the correct data pipe should be always switched to when closing an analysis tab.
*  Fix for bug #21695 (https://gna.org/bugs/?21695).  This is the failure of the relaxation dispersion system tests on a 64-bit MS Windows system due to lower precision of the platform.  Two of the errors have already been found on a 64-bit Windows Vista virtual machine and fixed.  The last test should now also pass.
+
*  Fix for [https://gna.org/bugs/?21695 bug #21695, the failure of the relaxation dispersion system tests on a 64-bit MS Windows system due to lower precision of the platform].  Two of the errors have already been found on a 64-bit Windows Vista virtual machine and fixed.  The last test should now also pass.
*  Fix for bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
+
*  Fix for [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Fix for bug #21344, (https://gna.org/bugs/?21344) - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths.
+
*  Fix for [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
  
  

Revision as of 07:39, 10 September 2014


Description

This is a major feature and bugfix release. A comprehensive tutorial has been added to the relaxation dispersion chapter of the manual which shows, step-by-step, the dispersion analysis in the GUI using screenshots. Other changes include improved PDB chain ID support, a new mode for running a relax script and then entering the prompt UI mode, multiple file reading by the spectrum.read_intensities user function, and improvements to the relaxation dispersion analysis. A number of major bugs in the dispersion analysis concerning different relaxation delay times for different experiments and for improved handling of the offset have also been fixed. A number of important GUI bugs have also been fixed. All users are recommended to upgrade to this version of relax.


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.1.6 (28 February 2014, from /trunk) http://svn.gna.org/svn/relax/tags/3.1.6

Features

  • Full support for PDB chain IDs in the internal structural object.
  • Improvements for the devel_scripts/python_seek.py for finding all installed Python versions and modules. Individual modules can now be specified on the command line.
  • The pedantic command line option -p, --pedantic has been renamed to -e, --escalate.
  • The new prompt command line option -p, --prompt causes the relax prompt mode to launch after running a script to allow relax to be inspected interactively.
  • Better organisation of the relax command line options into groups, as shown by running 'relax -h'.
  • A tutorial for using the relaxation dispersion analysis in the GUI has been added to the manual. This includes step-by-step instructions with many screenshots.
  • Improvements to the manual including better and consistent line breaking for the GUI menu item text, user functions, file and directory paths, and Python module paths.
  • The spectrum.read_intensities user function can now load multiple files simultaneously, allowing for simplified use in the GUI.
  • Addition of a new GUI window element for loading multiple files.
  • Improvements to the sequence data input GUI window including the item count being displayed and a 'Delete' button to remove the last element.
  • Improvement for the relaxation dispersion auto-analysis - the names of the automatically created data pipes are now unique by appending the name of the data pipe bundle to the end. This allows multiple dispersion auto-analyses to exist simultaneously in the GUI or within one relax state file.
  • The relaxation dispersion analysis now handles deselected spins.
  • Improved colour coding of relax log messages in the relax manual.
  • The relaxation dispersion auto-analysis now creates the chi2.out text file. This is for more easily comparing the chi-squared values between analyses.


Changes


Bugfixes


See also