mantid
mantid copied to clipboard
Main repository for Mantid code
**Describe the outcome that is desired.** Update `matplotlib` to version 3.8 **Additional context** Mantid currently uses version 3.7, the 3.8 release notes are [here](https://matplotlib.org/stable/users/release_notes)
**Describe the bug** When an algorithm is called with a group workspace it will make a call to `processGroups()`. For most algorithms, this will just run the algorithm on every...
**Describe the bug** when plots have be created using numpy objects (any object json.dump can't serialise) project recovery will fail. **To Reproduce** - Run this script from the docs ```...
**Description** The loading of workspace history has been found to be a major bottleneck in workflows which use the `LoadNexusProcessed` algorithms. The code for loading workspace history is currently located...
**Describe the bug** Loading a `GroupWorkspace` or `Workspace2D` file causes an error in the Filter Events Interface. **To Reproduce** 1. Open Utility > Filter Events 2. Browse to file `POLARIS00098531`...