From 7e9fffe275df110869dd96d6b810044ea4a58824 Mon Sep 17 00:00:00 2001 From: Jonathan Haigh Date: Thu, 21 Mar 2024 10:46:26 +0000 Subject: [PATCH 1/2] generate release note page for patch candidates --- docs/source/release/index.rst | 1 + docs/source/release/v6.9.1/index.rst | 44 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 docs/source/release/v6.9.1/index.rst 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..8279d1be45d2 --- /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 +----------------------- + +* `37033 `_ Replace draw with draw_idle for some functions +* `37047 `_ 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 From 1cf1f8d849511b3811718f59e29ff6b029c5a759 Mon Sep 17 00:00:00 2001 From: Jonathan Haigh Date: Thu, 21 Mar 2024 16:55:54 +0000 Subject: [PATCH 2/2] update to new PR numbers --- docs/source/release/v6.9.1/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/release/v6.9.1/index.rst b/docs/source/release/v6.9.1/index.rst index 8279d1be45d2..bee08622220a 100644 --- a/docs/source/release/v6.9.1/index.rst +++ b/docs/source/release/v6.9.1/index.rst @@ -32,8 +32,8 @@ Please cite any usage of Mantid as follows: Changes in this version ----------------------- -* `37033 `_ Replace draw with draw_idle for some functions -* `37047 `_ Load instrument after loading sample logs in ReflectometryReductionOneLiveData +* `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