Skip to content
Snippets Groups Projects
Unverified Commit e86125c6 authored by Keith Butler's avatar Keith Butler Committed by GitHub
Browse files

Resized figures, link to privacy policy doc

parent 9ec33ab8
No related branches found
No related tags found
No related merge requests found
......@@ -8,15 +8,21 @@ UI & Usability Changes
General
-------
- Added :mod:`mantid.plots` to provide convenience functions for plotting mantid workspaces with matplotlib.
An example :ref:`gallery <plotting>` is available.
- Fixed a bug where MantidPlot could freeze when performing a long running search for files.
- Fixed a bug where MantidPlot would crash if the sample log fields used for run start and end contained non-ISO8601 conforming values.
- Fixed an issue where updating a workspace changes the number format from decimal to scientific notation if the workspace is being viewed.
- Added :mod:`mantid.plots` to provide convenience functions for plotting mantid workspaces with matplotlib.
An example :ref:`gallery <plotting>` is available.
SliceViewer and Vates Simple Interface
--------------------------------------
.. figure:: ../../images/VatesMultiSliceView.png
:class: screenshot
:align: right
:figwidth: 50%
- Update SwitchToSliceViewer (shift + click) in MultiSlice view to work with nonorthogonal axes.
- Pressing alt while clicking an arrow in the MultiSlice view opens a text box where one may precisely enter the slice position.
- Peaks can now be added in the SliceViewer in MDWorkspace in QLab and QSample frames as well as HKL.
......@@ -25,9 +31,7 @@ SliceViewer and Vates Simple Interface
- Fixed a bug where overwriting peaks workspaces with overlaid in the slice viewer with peak backgrounds shown cause Mantid to crash.
- Fixed an issue preventing sorting of the VSI peaks table.
.. figure:: ../../images/VatesMultiSliceView.png
:class: screenshot
:align: right
MultiDataset Fitting Interface
------------------------------
......@@ -75,11 +79,11 @@ HFIR HB3A Interface
Error Reporting
---------------
Error reporting has been enabled in place of the new last chance error handler. If mantid catches an unknown exception it will now display the dialog box below. Currently there is no automatic error reporting enabled if Mantid crashes to desktop but the same system is planned to be implemented in this case as well.
.. image:: ../../images/errorReporter.png
.. figure:: ../../images/errorReporter.png
:align: right
:width: 800px
:figwidth: 50%
Error reporting has been enabled in place of the new last chance error handler. If Mantid catches an unknown exception it will now display the dialog box below. Currently there is no automatic error reporting enabled if Mantid crashes to desktop but the same system is planned to be implemented in this case as well.
The three options do the following:
......@@ -105,4 +109,6 @@ An error report will be sent to errorreports.mantidproject.org. It will contain
All the information from the non-identifiable information will be shared. In addition the optional name and email will be shared if given.
Full details of the privacy policy are available `from the homepage <https://www.mantidproject.org/MantidProject:Privacy_policy>`_.
:ref:`Release 3.12.0 <v3.12.0>`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment