This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 30 Oct, 2019 39 commits
-
-
Giovanni Di Siena authored
-
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
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
-
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
-
Gemma Guest authored
IN16B QENS improvements
-
Nick Draper authored
Recognise new SYSTEST_NPROCS variable in systemtest scripts
-
Nick Draper authored
Add script repository in workbench
-
Gigg, Martyn Anthony authored
We have been using DragNDrop packages on macOS for some time and this just requires `cp` and not the use of `installer`.
-
Gagik Vardanyan authored
Use CMake generated export headers in additional libraries
-
Savici, Andrei T authored
-
- 29 Oct, 2019 1 commit
-
-
Savici, Andrei T authored
-