This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 02, 2018
-
-
Neil Vaytet authored
-
- Aug 01, 2018
-
-
Neil Vaytet authored
-
Neil Vaytet authored
-
- Jun 26, 2018
-
-
Neil Vaytet authored
-
- Jun 25, 2018
-
-
Neil Vaytet authored
-
Neil Vaytet authored
This uses openmp threads to speed up the `Strings::join()` function which was causing CreateWorkspace to be excessively slow when writing to the algorithm history. The speedup is not fantastic as it still takes about 8s to create a 1000x10000 workspace (using 8 threads), but it is an improvement on the 60s yielded by the original function. A new version of the `join()` function was actually added to `Strings.h`, and is used when the iterators passed as arguments are not random access in nature. If this is the case, then the original function is used. A test was added to `StringsTest.h` to make sure both `join()` functions are being tested.
-
Martyn Gigg authored
Fix an apparent bug in FitPeaks.
-
- Jun 22, 2018
-
-
Zhou, Wenduo authored
-
Martyn Gigg authored
New algorithm: ReflectometrySumInQ
-
Martyn Gigg authored
Add MDFrameValidator to Mantid
-
- Jun 21, 2018
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Pete Peterson authored
Add plotting in log scale to directtools
-
Antti Soininen authored
-
Simon Heybrock authored
Indirect - ISISEnergyTransfer - Custom Detector Grouping Option
-
Simon Heybrock authored
ISIS SANS improve error messages
-
Simon Heybrock authored
LoadMcStas property to only output summed eventworkspace
-
Simon Heybrock authored
Autoprocessing on reflectometry GUI
-
Simon Heybrock authored
Improvements to polarization analysis
-
Simon Heybrock authored
Allow input workspaces to have bank ID 0 in fitting tabs of the Engineering GUI
-
Simon Heybrock authored
Fix default Q binning in DirectILLReduction
-
Samuel Jackson authored
-
- Jun 20, 2018
-
-
Savici, Andrei T. authored
Fix segfault when calibrating CORELLI with C60
-
Savici, Andrei T. authored
Calibrate with bank numbers from SNAP instrument
-
Pete Peterson authored
New TOPAZ IDF for 2018B
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Pete Peterson authored
Engineering GUI save Nexus file with all the other output after a focus
-
Lynch, Vickie authored
-
Peterson, Peter authored
-
Lynch, Vickie authored
-
Samuel Jackson authored
-
Samuel Jackson authored
-
Samuel Jackson authored
-
Samuel Jackson authored
-
Samuel Jackson authored
Add a MD workspace validator for checking that a MDWorkspace conforms to a particular frame (e.g. HKL, QLab, QSample...)
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Matthew Andrew authored
-
- Jun 19, 2018
-
-
Peterson, Peter authored
Part of the code was checking if peaks were in range while another part assumed that all were listed and would clear out the ones that aren't. There was also (mostly) duplicated code which was removed. Refs #22603.
-