Pete Peterson
Pete Peterson
The [version 3 syntax of the compose file](https://docs.docker.com/compose/compose-file/) shares volumes between containers differently. This moves the example forward to the new syntax.
This really is a cleanup of the scripts. It drops support for qt4, removes mention of mantidplot, and allows for taking advantage of conda. In conda mode: let conda take...
This allows for the tweak version to be set via conda as well as coded into cmake directly. There is also some minor cleanup as the tweak version is now...
The builds can be fixed by updating the versions of actions being used. I saw that `main` is currently failing.
Since openweathermap provides the information, bring it in. This adds the information to the emoji interface as well.
This updates the conda environment files and pre-commit configuration from `main` to reduce issues with build servers.
As part of [EWM3412](https://ornlrse.clm.ibmcloud.com/ccm/web/projects/Neutron%20Data%20Project%20(Change%20Management)#action=com.ibm.team.workitem.viewWorkItem&id=3412), the `PulseIndexer` class needs improvements to allow for only processing pulses that are requested. This is a start in that direction and provides a mechanism for...
There are various places in the code that import the wrong package and generate the warning ``` This ISIS Command Interface is deprecated. Please change 'import ISISCommandInterface' or 'from ISISCommandInterface'to...
The current mantid help system uses qtassistant to show the help documentation. This method of including the docs is always in agreement with the code. However, there are some problems...
Maintenance for moving to numpy v2.0 (need issue links) ([migration guide](https://numpy.org/doc/stable/numpy_2_0_migration_guide.html)) - Need prototype(s) for how extensive the changes might be - Will be done on a long-running branch to...