Skip to content
Snippets Groups Projects
Commit ba15f439 authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Framework release page

parent 141ee44d
No related branches found
No related tags found
No related merge requests found
......@@ -18,23 +18,23 @@ Stability
- We have introduced a Project Recovery mechanism for Mantidplot in order to be able to recover the lost state of the interface in the event of a crash or unexpected shutdown. There are more details in the UI section of the release notes.
- The error reporter can now catches hard crashes to desktop, allowing us to get more information on causes of hangs or crashes in Mantid. Since the last release error reports sent to us led directly to the identification of and fixes for 3 seperate bugs in Mantid.
- Mantid now handles poor network stability better when reading live data from the ISIS DAE. Mantid will now timeout after a couple of minutes of loss of network connectivity and remains responsive during this time. You can alter the duration of this timeout by adding a line to the mantid.user.properties file like:
```
ISISDAE.Timeout = 100 #seconds
```
- Mantid now handles poor network stability better when reading live data from the ISIS DAE. Mantid will now timeout after a couple of minutes of loss of network connectivity and remains responsive during this time.
You can alter the duration of this timeout by adding a line to the mantid.user.properties file like:
```
ISISDAE.Timeout = 100 #seconds
```
Algorithms
----------
New
###
New feature
###########
- Sometimes the algorithm you are looking at is close to what you want, but not quite, to help you find the right one a list of Related Algorithms has been added to each algorithm, and is displayed in the documentation page of each algorithm as part of it's summary.
New Algorithms
**************
##############
- :ref:`LoadSampleShape <algm-LoadSampleShape>` loads a shape into the sample in a workspace from an
ASCII `STL <https://en.wikipedia.org/wiki/STL_(file_format)>`_ file,
......
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