-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release notes for MSlice (#38596)
- Loading branch information
1 parent
a9fe5cd
commit e4575ed
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
docs/source/release/v6.12.0/Direct_Geometry/MSlice/Bugfixes/38596.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Performing binary operations on vectors of different length no longer crashes Mantid. An error is displayed instead. |
3 changes: 3 additions & 0 deletions
3
docs/source/release/v6.12.0/Direct_Geometry/MSlice/New_features/38596.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- The documentation now includes an example script for saving multiple cut plots as ASCII files. | ||
- Matplotlib is now at version 3.9.2. | ||
- MSlice has a new observer for workspaces in the Analysis Data Service in Mantid. Consequently, modifications to workspaces in Mantid are now synchronised with MSlice for shared workspaces. For example, this change now ensures that a deleted workspace in Mantid is also deleted in MSlice, which mitigates a common past error of `RuntimeError: Variable invalidated, data has been deleted`. The behaviour of the MSlice interface is thereby made consistent with that of other interfaces. |