This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 27 May, 2022 5 commits
-
-
mantid-builder authored
-
DannyHindson authored
Main revision of Mantid Workbench release notes for v6.4.0
-
mantid-builder authored
-
Guillaume Communie authored
* Avoid overflow in intermediate calculations * Uneeded cast * Simplification * Check intermediate values for overflow * Cast after to avoid rounding * Test inversion of large matrix * Use intermediate variable * Missing include * Missing namespace * Missing include * Check for overflow before * Uneeded check * Missing check on acosh parameter value * Avoid C4244 warning on MSVC On MSVC, `long double` is mapped to `double`. Conversion from `size_t` to `long double` is then causing a warning. * Redundant type * More compact code * Release note for tridiagonal matrices inversion
-
sf1919 authored
- Added missing words and fullstop - Added missing formatting - Added link to Superplot documentation
-
- 26 May, 2022 14 commits
-
-
mantid-builder authored
-
mantid-builder authored
-
mantid-builder authored
-
DannyHindson authored
Expose `getNumberDetectors` to python
-
DannyHindson authored
Tidy and Revise v6.4 SANS Release Notes
-
DannyHindson authored
Tidy and revise 6.4 Framework Release Notes
-
DannyHindson authored
Change default scaling in INTER and OFFSPEC IPFs
-
DannyHindson authored
Replot resolution data in ISIS calibration when instrument changed
-
DannyHindson authored
Remove as many `QT_VERSION_CHECK`'s as possible
-
Harriet Brown authored
re: #33872
-
Conor Finn authored
RE #0 Co-authored-by:
Rob Applin <robertapplin@users.noreply.github.com>
-
Conor Finn authored
RE #0
-
mantid-builder authored
-
thomashampson authored
Fix unhandled exception if user file not found
-
- 25 May, 2022 12 commits
-
-
mantid-builder authored
-
Gemma Guest authored
Fix Cannot Set Axes to Log from Double-Clicking Axes
-
Gemma Guest authored
Fix Mantid crash on saving big project
-
Conor Finn authored
RE #0
-
Conor Finn authored
RE #0
-
Robert Applin authored
-
Harriet Brown authored
-
Conor Finn authored
RE #
-
Robert Applin authored
-
Robert Applin authored
Refs #0.
-
Robert Applin authored
Refs #0. Exposing this piece of functionality to fix an MSlice bug.
-
Harriet Brown authored
this commit disables the range selector signals in isiscalibration before the default instrument resolution is set. re: #33872
-
- 24 May, 2022 9 commits
-
-
mantid-builder authored
-
mantid-builder authored
-
mantid-builder authored
-
thomashampson authored
Pinned version of numpy
-
Gemma Guest authored
Change GroupBySampleChangerPosition to give no text for no samp_posn
-
Gemma Guest authored
Main revision of Diffraction release notes for v6.4.0.
-
sf1919 authored
- Expanded on notes where necessary - Amalgamated release notes relating to matplotlib v3.5 changes into a single note - Added release notes that had been included after the switch to manual release notes and moved those files into Used folders as appropriate - Added links - Added an image for the the new cut viewer tool in Sliceviewer - Spelling and grammar check
-
Sarah Foxley authored
Co-authored-by:
thomashampson <thomas.hampson@stfc.ac.uk>
-
Gemma Guest authored
This commit fixes a bug where errors are not being handled correctly if a user file entered in the table in the SANS GUI cannot be found. Strangely, exceptions are caught and handled but normal errors are not dealt with, and there is an assumption that the "states" object contains valid values, which it does not, so when the code attempts to access it it causes a "tuple index out of range" error. I've added some code to check for errors and handle these in the same way as exceptions. It might be that the current exception handling is no longer required but this needs further investigation and is beyond the scope of this PR. I've also improved the error message to use the entered user file name rather than the full path, because the latter is empty if not found so the error is not useful. Re #33962
-