Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-v3.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Feb 23, 2017
2 parents 0d4c9b9 + 383af9a commit 66cf500
Showing 1 changed file with 33 additions and 20 deletions.
53 changes: 33 additions & 20 deletions docs/source/release/v3.9.1/index.rst
Expand Up @@ -24,32 +24,45 @@ Please cite any usage of Mantid as follows:
Changes in this version
-----------------------

* `18884 <https://www.github.com/mantidproject/mantid/pull/18884>`_ Add support for NeXus files in LoadVesuvio
* `18888 <https://www.github.com/mantidproject/mantid/pull/18888>`_ Fix LOQ Batch reduction issues
* `18889 <https://www.github.com/mantidproject/mantid/pull/18889>`_ Workspace dock deletion bugs
* `18833 <https://www.github.com/mantidproject/mantid/pull/18833>`_ Added check for if nonorthogonal axes should be displayed
* `18857 <https://www.github.com/mantidproject/mantid/pull/18857>`_ Indirect Diffraction - OSIRIS diffonly interface crash
* `18865 <https://www.github.com/mantidproject/mantid/pull/18865>`_ Fix bug in reflectometry GUI
* `18875 <https://www.github.com/mantidproject/mantid/pull/18875>`_ U correction not correctly applied to viewport
* `18891 <https://www.github.com/mantidproject/mantid/pull/18891>`_ Fix bug in gd_prtn_chrg for chunked data
* `18907 <https://www.github.com/mantidproject/mantid/pull/18907>`_ Fix zeropadding for IMAT in Facilities.XML
* `18914 <https://www.github.com/mantidproject/mantid/pull/18914>`_ Fix mass ws deletion bug
* `18915 <https://www.github.com/mantidproject/mantid/pull/18915>`_ Add missing parameter in function call in performance test
* `18926 <https://www.github.com/mantidproject/mantid/pull/18926>`_ Fix wrong detector selection when loading high angle bank user files in ISIS SANS
* `18927 <https://www.github.com/mantidproject/mantid/pull/18927>`_ Fix sum file behaviour for vesuvio diffraction
* `18959 <https://www.github.com/mantidproject/mantid/pull/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

Expand Down

0 comments on commit 66cf500

Please sign in to comment.