This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 30, 2018
-
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
Refs #22197
-
- Apr 27, 2018
-
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
- and precise release notes - and add a draft usage example Refs #22197
-
- Apr 26, 2018
-
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
- added test to compare if input workspaces get modified when running Stitch1D. Unfortunately this is the case for point and binned data. Refs #22197
-
Verena Reimund authored
- with and without dx - sort & join - scaling factor Refs #22197
-
- Apr 25, 2018
-
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
Refs #22197
-
- Apr 24, 2018
-
-
Verena Reimund authored
- new method scaleWorkspace which reinserts Dx values for point data - deleted MantidDataObjects/WorkspaceSingleValue.h from Multiply and Divide - introduced new class variables m_scaleFactor and m_errorScaleFactor; those values will now be initialised by 1.0 (the default value) and not 0.0 as before. - deleted unused tool-tip texts (Optional.) - ConjoinXRuns output workspace property is a Workspace and not a MatrixWorkspace -> dynamic pointer cast - unit tests for histograms pass - MantidPlot executes for point data example from unit test - unit test for point data fails (SortXAxis, Python algorithm, not registered!) Refs #22197
-
- Apr 17, 2018
-
-
Verena Reimund authored
Refs #22197
-
- Apr 16, 2018
-
-
Martyn Gigg authored
Includes: - using stack allocation for tcp server - removal of unnecessary mutex - unused includes removed
-
Martyn Gigg authored
If the source stops sending data then the cancellation request has to wait until the receive loop completes before it is checked. Add the check in more places to improve the responsiveness.
-
Gagik Vardanyan authored
-
- Apr 13, 2018
-
-
Verena Reimund authored
- put each declaration of a variable in a single line - using const auto & to get x, y, e, dx - directly set the size and xerrors in setPointStandardDeviations Refs #22218
-
Verena Reimund authored
Refs #22197
-
- Apr 12, 2018
-
-
Zhou, Wenduo authored
-
Verena Reimund authored
- shorter tests by using std::vector equality check capacity - add test for !hasDx capability Refs #22218
-
Edward Brown authored
(cherry picked from commit 37621330)
-
Edward Brown authored
(cherry picked from commit da3f0d8f)
-
Edward Brown authored
(cherry picked from commit a2fca669)
-
Edward Brown authored
(cherry picked from commit 08b308ba)
-
reimundILL authored
-
reimundILL authored
-
Verena Reimund authored
Refs #22218
-
- Apr 11, 2018
-
-
Verena Reimund authored
Refs #22218
-
Matthew D Jones authored
(cherry picked from commit 93ca1a13)
-
Matthew D Jones authored
(cherry picked from commit 605b76f8)
-
Matthew D Jones authored
(cherry picked from commit 7f29fce2)
-
Matthew D Jones authored
(cherry picked from commit 225e2bf7)
-
Verena Reimund authored
Refs #22218
-
Verena Reimund authored
Refs #22218
-
Mathieu Doucet authored
(cherry picked from commit af337868)
-
Mathieu Doucet authored
(cherry picked from commit 982a1e6f)
-
Verena Reimund authored
- in WorkspaceCreationHelper: do not overload create2DWorkspaceBinned but use new method create2DWorkspaceNonUniformlyBinned Refs #22218
-
Verena Reimund authored
- documentation modified (description, usage exmple) - clang - performance test ConjoinXRunsTest (<6 sec with dx, without dx it would be 0.1 sec faster) - fix ConjoinXRuns (bracket did not close correcly) - add unit test without dx values in ConjoinXRuns (all other tests run with dx) Refs #22218
-