This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 14, 2018
-
-
Antti Soininen authored
- Name changed stresstesting.MantidStressTest -> systemtesting.MantidSystemTest - Update the dev-docs as well Re #0
-
Gagik Vardanyan authored
A new algorithm to mask non-overlapping bins
-
Antti Soininen authored
-
Savici, Andrei T. authored
Do not set empty event workspace to single bin
-
Savici, Andrei T. authored
Add automatic conversions for unicode to std::string in Python 2
-
Savici, Andrei T. authored
Higher res splash screen for >1080p resolutions
-
WHITFIELDRE email authored
Re #23956 Rename async to asynchronous
-
- Nov 13, 2018
-
-
Hahn, Steven authored
Disable throwing exception
-
Savici, Andrei T. authored
-
Savici, Andrei T. authored
-
Savici, Andrei T. authored
We do not catch this exception, so there is no reason to throw it. Uncaught exception results in a segmentation fault.
-
Martyn Gigg authored
Muon - Algorithm; MuonPreProcess
-
Martyn Gigg authored
Muon - Core Code; Workspace Handle
-
Martyn Gigg authored
Update scale and shift used in reduction
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
Martyn Gigg authored
-
Marina Ganeva authored
-
Martyn Gigg authored
The rest of the framework expects unicode objects and uses unicode_literals in Python 2.
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
Matthew Andrew authored
-
Martyn Gigg authored
-
Martyn Gigg authored
boost::python::extract<std::string> will now work as required for unicode strings in Python 2.
-
Martyn Gigg authored
If the string can be encoded in utf8 then the result extracted to a std::string. Python 3 already does the correct thing.
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Antti Soininen authored
Added systemtest to check errorreport server
-
Gagik Vardanyan authored
Simplify DirectILLIntegrateVanadium
-
Gagik Vardanyan authored
ComputeIncoherentDOS: enable S(2theta,W) as input
-
- Nov 12, 2018
-
-
Savici, Andrei T. authored
NOMAD PDLoadCharacterizations bugfix
-
Peterson, Peter authored
Since the `exp.ini` file specifies all of the characterization runs, using its values in every row is more consistent with how the algorithm is used.
-
Matthew Andrew authored
-
Peterson, Peter authored
`EventWorkspace::resetAllXToSingleBin()` was getting nonsense values for data range in an empty event workspace. The new behavior is to not rebin the data in `LoadLiveData` to a single bin for this case. This should move the segfault that was seen on REF_M to a `ValueError` the first time `Rebin` is called in their post processing script.
-
Matthew Andrew authored
-
Gagik Vardanyan authored
New algorithm to group point data to X resolution
-
Antti Soininen authored
Thanks to changes in ComputeCalibrationCoefVan, manual integration and manual reading of sample.temperature log could be removed. Re #23979
-
Antti Soininen authored
-
Antti Soininen authored
-