diff --git a/docs/source/release/index.rst b/docs/source/release/index.rst index 98cfcecc8a56..799d5c8dab14 100644 --- a/docs/source/release/index.rst +++ b/docs/source/release/index.rst @@ -6,6 +6,7 @@ Release Notes :maxdepth: 1 :titlesonly: + v3.10.1 v3.10.0 v3.9.2 v3.9.1 diff --git a/docs/source/release/v3.10.1/index.rst b/docs/source/release/v3.10.1/index.rst new file mode 100644 index 000000000000..957fde847b9a --- /dev/null +++ b/docs/source/release/v3.10.1/index.rst @@ -0,0 +1,53 @@ +.. _v3.10.1: + +========================== +Mantid 3.10.1 Release Notes +========================== + +.. contents:: Table of Contents + :local: + +This is a patch release that corrects some significant issues since :ref:`version 3.10.0 `. + +There is no common theme to the fixes contained in this patch, rather +it is collection of small but significant fixes. Please see below for +the full list of changes. + +Citation +-------- + +Please cite any usage of Mantid as follows: + +- *Mantid 3.10.1: Manipulation and Analysis Toolkit for Instrument Data.; Mantid Project*. + `doi: 10.5286/Software/Mantid3.10.1 `_ + + +Changes in this version +----------------------- + +* `19988 `_ updated the amplitude in GausOsc +* `19995 `_ Add support for 2d character arrays for sample name +* `20001 `_ Fix type conversion warning on MSVC +* `20011 `_ Copy units over logs + +Summary of impact +----------------- + ++=======+=============================================================+===========================================================+==============+ +| Issue | Impact | Solution | Side Effect | +| | | | Probability | ++=======+=============================================================+===========================================================+==============+ +| 19988 | The initial amplitude in the GausOsc functionis unrealistic | Change initial amplitude to a more realistic value is 0.2 | **low** | ++-------+-------------------------------------------------------------+-----------------------------------------------------------+--------------+ +| 19995 | SNS DAS now writes the sample name as a 2d character | Add support for 2d character arrays for sample name | **low** | ++-------+-------------------------------------------------------------+-----------------------------------------------------------+--------------+ +| 20001 | Type conversion warning on MSVC | Fix warning | **low** | ++-------+-------------------------------------------------------------+-----------------------------------------------------------+--------------+ +| 20011 | The logs do not get their units copied over. | Copy units over logs | **low** | ++-------+-------------------------------------------------------------+-----------------------------------------------------------+--------------+ + +.. _download page: http://download.mantidproject.org + +.. _forum: http://forum.mantidproject.org + +.. _GitHub release page: https://github.com/mantidproject/mantid/releases/tag/v3.10.1