This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 22 Sep, 2021 10 commits
-
-
David Fairbrother authored
Adds the missing property which exists in PreProcess to LoadAndProcess. Re #32125
-
David Fairbrother authored
Return monitors when loading in the preprocess algorithm. Re #32125
-
David Fairbrother authored
Switches to the new preprocess algorithm instead of loading directly. Doesn't implement monitor handling currently. Re #32125
-
Gemma Guest authored
Previously it was calling other algorithms directly which will not play well with the history Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Add outline algorithm and tests Re #32125
-
Gigg, Martyn Anthony authored
Support kwargs in create child algorithm
-
- 21 Sep, 2021 30 commits
-
-
mantid-builder authored
-
Jose Borreguero authored
Define the alias.deprecated type of warning
-
Savici, Andrei T authored
Deprecated alias dev build
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Gemma Guest authored
ILL loaders cleanup
-
Peterson, Peter authored
-
Co-authored-by:
Pete Peterson <peterfpeterson@gmail.com>
-
-
-
-
-
-
-
-
-
-
Whitfield, Ross authored
patch for absorption correction
-
Whitfield, Ross authored
-
Gemma Guest authored
Previously we supported passing lists of ints but they will be cast to double eventually anyway
-
Gemma Guest authored
-
David Fairbrother authored
Rejects a duplicated kwargs and arg, as boost used to handle this before we took over parsing manually using raw functions. Now we will explicitly check for this, and throw a invalid_exception (we couldn't find something for a TypeError though, so there is a potential future improvement)
-
David Fairbrother authored
Workspace types were not accepted, this is particularly noticable in Fit functions. Using the already-existing Workspace registry we can trivially add a conversion that covers all of these types
-
Gemma Guest authored
We pass the correct type of size_t to raw_function but internally it then uses it as an int, giving a compiler warning we can do nothing about
-
Gemma Guest authored
-
Gemma Guest authored
-
Gemma Guest authored
-
David Fairbrother authored
-
David Fairbrother authored
Ports IFunctionAdaptor to use the same adaptor whilst preserving the same input limitations.
-
David Fairbrother authored
Move the dynamic dispatcher into it's own class. This makes it trivial to use this mechanism to dynamically sort user inputs and handle them in various different ways
-
David Fairbrother authored
The compiler is smart enough to assign these types directly, this was a workaround that was for the compiler not fully coercing the implicit convertors for extractor types
-