This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 10 Aug, 2021 1 commit
-
-
Add parent to QMenu objects so they get deleted when the parent matrix workspace view gets deleted
-
- 09 Aug, 2021 1 commit
-
-
- 08 Aug, 2021 1 commit
-
-
Jose Borreguero authored
Update saving directory
-
- 06 Aug, 2021 10 commits
-
-
Peterson, Peter authored
Implement new property ErrorWeighting (ORNL-NEXT)
-
Jose Borreguero authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Fix grep command that counts cppcheck errors In order to trigger the job on Jenkins for this PR I have also modified a couple of C++ files - specifically I have resolved a cppcheck warning on method parameter in one of my algorithms (CalculateMultipleScattering)
-
- 05 Aug, 2021 3 commits
-
-
Peterson, Peter authored
-
Whitfield, Ross authored
Expose IPeak getCol getRow to python
-
-
- 02 Aug, 2021 3 commits
-
-
Peterson, Peter authored
-
Whitfield, Ross authored
This was removed as part of #31042 We are adding this back in as requested. This means we need to implement this for LeanElasticPeak as well, so we will just throw NotImplementedError in that case.
-
Peterson, Peter authored
Add support for setuptools >= 49 (ornlnext)
-
- 29 Jul, 2021 16 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
This greatly simplifies the understanding of the files themselves as they then simply match more standard Python projects. The driving CMake code then simply makes use of them as a user would.
-
- easy_install is no longer distributed - we pass in the Qt install root rather than guessing it We also pin the pip installed packages to those that were used to build the package rather than maintaining a separate list of version numbers. This particularly ensures that the versions of numpy match appropriately and will ensure more reproducibility in the package
-
setuptools no longer installs a site,py to bootstrap the sys.path so we use the recommended approach of installing a sitecustomize file for the build. The custom setup.py build classes have been removed as they complicate the build setup vs just using gitignore. Future changes in setuptools and pip will remove the option to build out of source anyway...
-
CompareMDWorkspaces is not comparing as expected outside of gcc. A fix is planned but this will still allow is to test on Linux and not hold up deployment for an algorithm that is mostly used in internal testing.
-
Peterson, Peter authored
Fixing cppcheck warnings (ornl-next)
-
- 28 Jul, 2021 5 commits
-
-
Peterson, Peter authored
-
Peterson, Peter authored
Resonance wavelength filtering for AlignAndFocusPowder (ornl-next)
-
Zhang, Chen authored
Make the PropertyManager optional (ornlnext)
-
Peterson, Peter authored
The PropertyManager is only needed to determine the wavelength range if the user did not supply it. This changes the logic so it is no longer needed. Also fixes a bug when a user supplies only min OR max wavelength that it now only calculates the one that wasn't supplied.
-
Peterson, Peter authored
-