diff --git a/docs/source/release/v3.9.1/index.rst b/docs/source/release/v3.9.1/index.rst index 06211843a549..01f52da141b3 100644 --- a/docs/source/release/v3.9.1/index.rst +++ b/docs/source/release/v3.9.1/index.rst @@ -24,32 +24,45 @@ Please cite any usage of Mantid as follows: Changes in this version ----------------------- -* `18884 `_ Add support for NeXus files in LoadVesuvio -* `18888 `_ Fix LOQ Batch reduction issues -* `18889 `_ Workspace dock deletion bugs +* `18833 `_ Added check for if nonorthogonal axes should be displayed +* `18857 `_ Indirect Diffraction - OSIRIS diffonly interface crash +* `18865 `_ Fix bug in reflectometry GUI +* `18875 `_ U correction not correctly applied to viewport +* `18891 `_ Fix bug in gd_prtn_chrg for chunked data +* `18907 `_ Fix zeropadding for IMAT in Facilities.XML * `18914 `_ Fix mass ws deletion bug +* `18915 `_ Add missing parameter in function call in performance test * `18926 `_ Fix wrong detector selection when loading high angle bank user files in ISIS SANS -* `18927 `_ Fix sum file behaviour for vesuvio diffraction +* `18959 `_ Blank instrument view with U correction Summary of impact ----------------- -+-------+-----------------------------------------------------------------------------------+----------+--------------+ -| Issue | Impact | Solution | Side Effect | -| | | | Probability | -+=======+===================================================================================+==========+==============+ -| 18884 | Add support for NeXus files in LoadVesuvio | | **unknown** | -+-------+-----------------------------------------------------------------------------------+----------+--------------+ -| 18888 | Fix LOQ Batch reduction issues | | **unknown** | -+-------+-----------------------------------------------------------------------------------+----------+--------------+ -| 18889 | Workspace dock deletion bugs | | **unknown** | -+-------+-----------------------------------------------------------------------------------+----------+--------------+ -| 18914 | Fix mass ws deletion bug | | **unknown** | -+-------+-----------------------------------------------------------------------------------+----------+--------------+ -| 18926 | Fix wrong detector selection when loading high angle bank user files in ISIS SANS | | **unknown** | -+-------+-----------------------------------------------------------------------------------+----------+--------------+ -| 18927 | Fix sum file behaviour for vesuvio diffraction | | **unknown** | -+-------+-----------------------------------------------------------------------------------+----------+--------------+ ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| Issue | Impact | Solution | Side Effect | +| | | | Probability | ++=======+===================================================================================+=============================================+==============+ +| 18833 | HKL axes now respect the non-orthogonal checkbox | Add check if button is in a checked state | **low** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18857 | Diffraction reduction in diffonly mode does not crash fro OSIRIS | Only run OSIRIS-specific reduction | **low** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18865 | Correct behaviour when no transmission run is provided | Add check if runs are provided | **low** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18875 | Displays all of instrument when U correction applied | Apply U correction in appropriate all places| **medium** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18891 | Fixes bug in gd_prtn_chrg for chunked data | Recalculate proton charge just prior to use | **low** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18907 | Allows IMAT to use general file finding mechanism | Facilities file update | **low** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18914 | Avoids crash when mass deleting hundreds of workspaces in MantidPlot | Call single algorithm in separate thread | **medium** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18915 | Fixes test builds | Fix function calls | **low** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18926 | Enables ISIS SANS to select the correct bank of the detector | Fix interpretation of list indices in GUI | **low** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ +| 18959 | Fixes blank view when U correction applied | Fix missing call after #18875 | **medium** | ++-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+ + .. _download page: http://download.mantidproject.org