diff --git a/docs/source/release/index.rst b/docs/source/release/index.rst index 04df6210f1c4..ee0cefe70b2c 100644 --- a/docs/source/release/index.rst +++ b/docs/source/release/index.rst @@ -11,6 +11,7 @@ Release Notes */index +* :doc:`v6.9.1 ` * :doc:`v6.9.0 ` * :doc:`v6.8.0 ` * :doc:`v6.7.0 ` diff --git a/docs/source/release/v6.9.1/index.rst b/docs/source/release/v6.9.1/index.rst new file mode 100644 index 000000000000..bee08622220a --- /dev/null +++ b/docs/source/release/v6.9.1/index.rst @@ -0,0 +1,44 @@ +.. _v6.9.1: + +========================== +Mantid 6.9.1 Release Notes +========================== + +.. contents:: Table of Contents + :local: + +This is a patch release that corrects some significant issues since :ref:`version 6.9.0 `. + +The changes are: + + - A fix to stop workbench freezing when plotting data from a workspace which is changing (e.g plotting live data) + - Removed slit lookup that was specific to OFFSPEC in :ref:`algm-ReflectometryReductionOneLiveData` as it is no longer required and was causing regular crashes when running live data on OFFSPEC. + - Fixed a bug in :ref:`Elwin Tab ` of :ref:`Data Manipulation Interface ` where changing integration range with the sliders did not change default integration range. + - Add sample log values to the live data workspace before the instrument is loaded in :ref:`algm-ReflectometryReductionOneLiveData` to ensure log values are available when setting the detector positions. + +Citation +-------- + +Please cite any usage of Mantid as follows: + +- *Mantid 6.9.1: Manipulation and Analysis Toolkit for Instrument Data.; Mantid Project*. + `doi: 10.5286/Software/Mantid6.9.1 `_ + +- Arnold, O. et al. *Mantid-Data Analysis and Visualization Package for Neutron Scattering and mu-SR Experiments.* Nuclear Instruments + and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment 764 (2014): 156-166 + `doi: 10.1016/j.nima.2014.07.029 `_ + (`download bibtex `_) + +Changes in this version +----------------------- + +* `37052 `_ Replace draw with draw_idle for some functions +* `37053 `_ Load instrument after loading sample logs in ReflectometryReductionOneLiveData +* `37016 `_ Fix sliders not changing integration limits in Elwin tab +* `36935 `_ Fix regular live data crashes on OFFSPEC + +.. _download page: http://download.mantidproject.org + +.. _forum: http://forum.mantidproject.org + +.. _GitHub release page: https://github.com/mantidproject/mantid/releases/tag/v6.9.1