This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 09, 2020
-
-
Gigg, Martyn Anthony authored
Refs #27883
-
- Mar 06, 2020
-
-
Gemma Guest authored
Re #28236
-
Gemma Guest authored
Re #28236
-
- Mar 05, 2020
-
-
Phil Colebrooke authored
-
- Mar 03, 2020
-
-
Alice Russell authored
-
Anthony Lim authored
-
Anthony authored
-
Anthony Lim authored
-
Harriet Brown authored
This commit adds a reason for the context menu being disabled in this release. re: #28104
-
- Mar 02, 2020
-
-
Phil Colebrooke authored
-
Alice Russell authored
-
Harriet Brown authored
This commit add a record of the context menu being disabled in the indirect data analysis gui. re: #28104
-
Alice Russell authored
-
- Feb 28, 2020
-
-
Anthony Lim authored
-
Anthony Lim authored
-
Giovanni Di Siena authored
Remove spurious FileFinder call
-
Stephen Smith authored
-
Martyn Gigg authored
In workbench warnings shown as errors mean't that any deprecation warnings would show as errors when in fact a script should still complete successfully. This captures them at the correct level.
-
David Fairbrother authored
-
Conor Finn authored
-
Alice Russell authored
-
Alice Russell authored
-
Martyn Gigg authored
-
RichardWaiteSTFC authored
-
- Feb 27, 2020
-
-
Harriet Brown authored
This Commit fixes a bug in in the mantid plotting in workbench where if a MDHistoWorkspace, or any workbench without an `isDistribution()` method, was plotted users would not be able to open the context menu as it would encounter an error when tying to work out if it is possible to normalize the plot. re: #28082
-
- Feb 26, 2020
-
-
RichardWaiteSTFC authored
-
Conor Finn authored
-
RichardWaiteSTFC authored
-
Conor Finn authored
-
- Feb 25, 2020
-
-
RichardWaiteSTFC authored
-
Alice Russell authored
-
- Feb 24, 2020
-
-
Zhou, Wenduo authored
-
Mathieu Tillet authored
-
- Feb 21, 2020
-
-
Zhou, Wenduo authored
-
David Fairbrother authored
Change the SANS Beam Centre Finder to prints the average residual change between two quarters. This allows for direct comparisons, previously if a user increased the radius limit it would appear to perform worse, despite actually doing better. This was because the additional number of points was not accounted for.
-
RichardWaiteSTFC authored
-
Martyn Gigg authored
This implementation is based on the implementation in MantidPlot. A C++-based executor has been added that can execute Python code with the option of installing a trace function to update a progress marker on a given editor window. The old implementation attempted to chunk up the script into the smallest executable blocks and mark each of these as when they were executed. There were 2 issues: - the chunking of the scripts was error prone as it actually requires a good knowledge of how Python internally handles indentation etc. It was fairly easy to break and future internal updates to Python would have required unknown changes. - the progress reporting resolution was far poorer than MantidPlot as the actual line being executed was not reported but inferred by what block was being executed giving a false sense of progress through a script.
-
Gagik Vardanyan authored
-
Gemma Guest authored
Re #27633
-
Gagik Vardanyan authored
-