This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 20, 2021
-
-
Gigg, Martyn Anthony authored
The new sip build system complies with pep 517 and requires configuration by a standard pyproject.toml file rather than running a single command. Along with these changes the fixed sip.h file has been removed in favour of a header generated locally if required. We now support both the sip build systems as this is required in our current support for multiple OSes. In the process of adding support some cleanup has been included: - the .sip files in our tree are now full module defs rather than the boilerplate being filled in by CMake, giving each module more flexibility. - the sipwrapper file has been removed in favour of a simpler script to simply strip the problematic code for C++17 compatability.
-
- Nov 17, 2020
-
-
Zhang, Chen authored
-
Zhang, Chen authored
-
Zhang, Chen authored
-
- Nov 16, 2020
-
-
Zhang, Chen authored
-
Zhang, Chen authored
-
Zhang, Chen authored
-
- Nov 11, 2020
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Nov 10, 2020
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Nov 05, 2020
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Oct 29, 2020
-
-
Mathieu Tillet authored
The workspace to be added is no longer necessary, because it appears that calling afterReplaceHandle only slows the process while not doing anything noticeable. This commit thus simplify this, and thus quickens the execution of replace_workspace by some 30%.
-
- Oct 22, 2020
-
-
Mathieu Tillet authored
When using replaceWorkspace to replace the workspace being shown in an instrument window using the python API, the user can specify the new title of the window. If none is specified, the name of the new workspace is used.
-
- Oct 15, 2020
-
-
Mathieu Tillet authored
Add a sip function to allow the api user to replace the workspace currently being shown on an instrument viewer window. This manage the communication between the Python API and the C++ object and method.
-
- May 12, 2020
-
-
Nick Draper authored
-
- Jan 21, 2019
-
-
Samuel Jones authored
-
- Jan 11, 2019
-
-
Samuel Jones authored
-
- Jan 10, 2019
-
-
Samuel Jones authored
-
- Jan 09, 2019
-
-
Samuel Jones authored
-
- Jan 08, 2019
-
-
Samuel Jones authored
-
- Jan 07, 2019
-
-
Samuel Jones authored
-
- Oct 14, 2018
-
-
Gigg, Martyn Anthony authored
Launch instrument view from context menu
-
- Oct 13, 2018
-
-
Martyn Gigg authored
Allows testing peaks overlay from vanilla Python
-
Gigg, Martyn Anthony authored
Defines a Python export wrapper for the C++ class and a python base package to define other parts of the api in future.
-