This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 11 Mar, 2021 1 commit
-
-
Jose Borreguero authored
-
- 08 Mar, 2021 1 commit
-
-
Peterson, Peter authored
The result is a read-only tuple. This is meant to simplify work elsewhere.
-
- 12 Feb, 2021 2 commits
-
-
- 26 Jan, 2021 2 commits
-
-
Rob Applin authored
-
Rob Applin authored
-
- 17 Dec, 2020 1 commit
-
-
Peterson, Peter authored
-
- 16 Dec, 2020 1 commit
-
-
Peterson, Peter authored
-
- 08 Dec, 2020 1 commit
-
-
Robert Applin authored
-
- 02 Dec, 2020 1 commit
-
-
David Fairbrother authored
Resolves an issue where a weak pointer is returned from WorkspaceGroup.getItem(n), this causes the workspace to fall out of scope with the WS Group, even if packed into another list. Originally the behaviour is to match the ADS using weak pointers, so that lifetime is tied the ADS object. However, in this case getting items from WorkspaceGroups using .getItems will now live as long as there is a Python reference if the object was not in the ADS When the object exists in the ADS we decay to a weak pointer instead, which ties the lifetime to the data service instance. This prevents a memory leak where a user will reference the file in a script from the GUI, then delete the workspace from the ADS. As the script would still hold a ref Mantid would appear to leak memory, which would subvert user expectations
-
- 16 Nov, 2020 1 commit
-
-
Robert Applin authored
-
- 13 Nov, 2020 1 commit
-
-
Harriet Brown authored
This commit add getError and setError overloads for functions to obtain the error value by parameter name instead of index. re: 29254
-
- 11 Nov, 2020 2 commits
-
-
Richard Waite authored
-
Richard Waite authored
-
- 03 Nov, 2020 2 commits
-
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- 21 Oct, 2020 1 commit
-
-
Gagik Vardanyan authored
-
- 20 Oct, 2020 1 commit
-
-
Gagik Vardanyan authored
-
- 07 Oct, 2020 2 commits
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- 30 Sep, 2020 1 commit
-
-
Danny Hindson authored
Based on review comments, revert the isHistogramData method to its original form without any parameters to avoid encouraging creation of matrix workspaces containing histograms with mix of xModes Create private function instead that allows a specific histogram to be checked
-
- 29 Sep, 2020 1 commit
-
-
Danny Hindson authored
-
- 17 Sep, 2020 1 commit
-
-
Gagik Vardanyan authored
-
- 15 Sep, 2020 1 commit
-
-
Harriet Brown authored
This commit adds release notes for the new linking error columns function and notes on the linking withing muon analysis.
-
- 14 Sep, 2020 5 commits
-
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Harriet Brown authored
-
Harriet Brown authored
This commit adds a function to the ITableWorkspace that allows an error colomn to be linked with it's data counterpart and exposes it to python. re: #29409
-
- 19 Aug, 2020 1 commit
-
-
Alice Russell authored
- Move all code for getting the data inside samplingimage - resolve issue where zooming was incorrect - corrects approach so it will work for numeric y axis (not just spectra)
-
- 14 Aug, 2020 2 commits
-
-
Matt Cumber authored
-
Matt Cumber authored
Updated python interface to match changes to getDescriptors along with new test. Cleaned up code in create algorithm for easier reading. updated unit tests to reflect these changes. re: #29131
-
- 03 Aug, 2020 1 commit
-
-
David Fairbrother authored
Renames FileFinderHelper to InstrumentFileFinder following a PR comment. Additionally it adds a deprecated warning to the Python export
-
- 29 Jul, 2020 4 commits
-
-
David Fairbrother authored
Refactors lambda in GetIPFPath into a private method and renames the method to match the Python name
-
David Fairbrother authored
Renames the class and associated files, as utils is more generic when these are really a collection of helpers for users. As under the hood it's using FileFinder but not supplimenting the functionality
-
David Fairbrother authored
Adds a Python export for FileFinderUtils, the new object does not include finding resource packs though, as the converter is registered at a global scope in ExperimentInfo.cpp.
-
Martyn Gigg authored
The same key combinations, minus roi selection, now export the visible cuts when the single-pixel line plots are visible.
-
- 28 Jul, 2020 2 commits
-
-
David Fairbrother authored
Moves multiple static file handling methods, such as FindFileX out of ExperimentInfo into their own class
-
Martyn Gigg authored
Adds a status bar to inform the user what keys to press and what has happened when the keys have been pressed. It remains to be seen if separate push buttons are required at all here.
-
- 17 Jul, 2020 1 commit
-
-
Conor Finn authored
RE #29002
-