This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 04, 2020
-
-
Owen Arnold authored
-
- Jan 31, 2020
-
-
Nick Draper authored
-
Nick Draper authored
Previously an algorithm only appeared when a progress message came in re #27077
-
Nick Draper authored
This was due to: 1. Too long a default UpdateEvery default 2. Too infrequest progress updates from MonitorLiveData 3. The Algorithm Details box not adding an algorithm until it sends a progress update 4. The StartLiveData custom Dialog not showing the default for UpdateEvery Fixes: 1. Decreased the default UpdateEvery from 60 to 30 seconds 2. Change the default timeout for FakeISISHistongramDAE from 30 to 60s 3. improved the progress logging for MonitorLivedata to update more frequently with an idle counter as well. 4. Changed the tie function used in custom algorithm dialogs to set the placeholder text for line edits 5. Changed the log level for user cancelling of algorithms from Error to warning so it does not trigger the notification service 6. Changed the log message for user cancellation from Terminated to cancelled to reduce confusion re #27077
-
Phil Colebrooke authored
-
- Jan 30, 2020
-
-
Phil Colebrooke authored
-
Phil Colebrooke authored
-
- Jan 23, 2020
- Jan 21, 2020
-
-
Savici, Andrei T. authored
-
Savici, Andrei T. authored
-
- Jan 16, 2020
-
-
Savici, Andrei T. authored
-
Savici, Andrei T. authored
-
- Jan 09, 2020
-
-
Gigg, Martyn Anthony authored
Refs #16578
-
- Dec 12, 2019
-
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Nov 28, 2019
-
-
Martyn Gigg authored
The overwhelming use case for this method is to take ownership of a lattice object into Sample. Using unique_ptr clarifies that this is happening at the call site and forces a caller to make copy if that is truly the desired behaviour. The old code make a copy internally but this was not obvious from the method call.
-
- Nov 25, 2019
-
-
Duc Le authored
-
- Nov 24, 2019
-
-
Removes binary_function/unary_function/ptr_fun.
-
- Nov 21, 2019
-
-
Martyn Gigg authored
Allow use of amongst other things: boost.python.numpy and boost small_vector Refs #26480
-
- Nov 20, 2019
-
-
Martyn Gigg authored
-
- Nov 18, 2019
-
-
Dimitar Tasev authored
- Adds Python unit test for export - Adds a `hasAnyMaskedBins` call in the MatrixWorkspace unit tests
-
- Nov 08, 2019
-
-
Nick Draper authored
-
Nick Draper authored
re #27319
-
- Oct 31, 2019
-
-
Danny Hindson authored
Main change is to add an overload of registerFeatureUsage that accepts a simple string in addition to the existing method that takes a vector of strings Update some further calls to registerFeatureUsage that had appeared in master Also change trimming behaviour so trimming of feature names is done on copy rather than in place
-
Danny Hindson authored
Now accepts: - an enum for feature type rather than a string eg Algorithm - a vector of strings for the feature name instead of string (eg class1->method1) Also updated pre-existing calls to registerFeatureUsage in C++ and Python
-
- Sep 23, 2019
-
-
Dan Nixon authored
Streamed data assumes spectra numbers start at zero.
-
- Sep 18, 2019
-
-
Savici, Andrei T. authored
-
- Sep 04, 2019
-
-
Owen Arnold authored
-
Owen Arnold authored
Main change here is preventing LoadNexusProcessed from running the instrument save when going via the ESS route. New problem is that LoadNexusProcessed does not attempt to look for new Geometry in Nexus as part of the loading, and therefore gives up when it shouldn't LoadNexusProcessed also annoyinly looking for group named "instrument", which we now do not adhere to.
-
- Sep 02, 2019
-
-
Owen Arnold authored
Main change here is preventing LoadNexusProcessed from running the instrument save when going via the ESS route. New problem is that LoadNexusProcessed does not attempt to look for new Geometry in Nexus as part of the loading, and therefore gives up when it shouldn't LoadNexusProcessed also annoyinly looking for group named "instrument", which we now do not adhere to.
-
- Aug 28, 2019
-
-
WHITFIELDRE email authored
There are now options to set if saving History, Instrument, Sample and Logs
-
- Aug 27, 2019
-
-
Gigg, Martyn Anthony authored
- Remove bind1st/bind2nd usage. - Avoids an internal compiler error in gcc with getProperty. - Adds wrapper around sip executable to process the output and remove the throw specifiers. They are not allowed in C++ 17. Refs #26261
-
- Aug 13, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
- Aug 05, 2019
-
-
Peterson, Peter authored
-
- Jul 29, 2019
-
-
Samuel Jones authored
-
- Jul 25, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-