This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 31 Oct, 2019 1 commit
-
-
Savici, Andrei T authored
Updating link that was altered
-
- 30 Oct, 2019 39 commits
-
-
Gigg, Martyn Anthony authored
ISIS SANS Usability Fixes
-
Gigg, Martyn Anthony authored
Covers differences in Spline on Windows/Linux
-
DanielMurphy22 authored
-
DavidFair authored
-
Gemma Guest authored
This commit uses the AnyKeyPressed edit trigger to start editing cells when a user types. This replaces special handling for this in the JobTreeView's key press event, which is no longer required following recent fixes. Re #26808
-
Nick Draper authored
Script Editor Zoom
-
Nick Draper authored
Add run numbers to Engineering Diffraction test doc that can be run from archive
-
Nick Draper authored
Fixed issue with WANDPowderReduction handling of event workspaces
-
Dan Nixon authored
CreateDetectorTable algorithm for Workbench
-
Harrietbrown authored
Co-Authored-By:
Alice Russell <46603316+alicerussell1@users.noreply.github.com>
-
Dan Nixon authored
SaveAscii: add possibility to save the values of the spectrum axis
-
Nick Draper authored
Abins algorithm: overhaul AbinsParameters
-
Nick Draper authored
Display Fit result workspaces in the fit property browser
-
Nick Draper authored
Provide algorithm to convert HFIR SANS files to wavelength
-
Phil authored
-
Harriet Brown authored
-
Phil authored
-
Nick Draper authored
Fix source location of NonOrthogonalSourcePlugin on Windows
-
Gagik Vardanyan authored
Fix instability with multiple plot windows on Workbench
-
Dan Nixon authored
Load current run in muon analysis
-
Dan Nixon authored
Add Cropping by Fraction to ISIS Powder
-
Dan Nixon authored
Add usage stats to ISIS SANS
-
Martyn Gigg authored
-
Gigg, Martyn Anthony authored
Output correct transmission workspaces for debug mode
-
PhilColebrooke authored
-
Phil authored
-
David Fairbrother authored
Update the JobTree to correctly handle shift+letter, previously the modifier would catch this and ignore an upper case keypress
-
David Fairbrother authored
Adds usage statistics to the new ISIS SANS Interface, and some of the buttons that we expect to be used to help steer future development
-
David Fairbrother authored
Fixes the SANS Interface not resizing correctly due to a broken layout. The top layer layout was recreated and the sizing policy was changed to prefer the right hand side resizing over the left
-
Adam J. Jackson authored
-
Adam J. Jackson authored
-
Adam J. Jackson authored
Support new dictionary format for Advanced parameters in hdf5 cache
-
Adam J. Jackson authored
-
Adam J. Jackson authored
The AbinsParameters.py file hash has been replaced with a dictionary dump. The input format tests need to be updated to reflect this; the comparison has been changed to a dict comparison and the sample data for CRYSTAL calculations has been updated. MD5 files are updated here in the main source; the corresponding data files have been uploaded to the Mantid data repository.
-
Adam J. Jackson authored
Advanced Abins parameters (i.e. parameters set as quasi-global variable instead of through algorithm options) are validated against the data cache to avoid re-loading stale data. However, the existing implementation for this validation is to compare a hash of the AbinsParameters.py file. This is needlessly fragile against formatting changes, and insensitive to changes made through the Python API after the module has been loaded. The new implementation stores a JSON dump of parameters, and performs comparison between Python dictionaries (so should be insensitive to sorting and formatting.) As a bonus, this allows performance-related parameters to be excluded from the validation process so one may e.g. change parallelism settings without invalidating the cached data. The resulting string is only a few times as long as the hash, and much more informative. Hashing is still used to validate the input ab initio data as it is very unlikely that two different code outputs would contain the same meaningful data.
-
Adam J. Jackson authored
-
Adam J. Jackson authored
-
Adam J. Jackson authored
-
Gagik Vardanyan authored
Fix a bug where the GUI could not be closed
-