Inelastic Changes¶
New Features¶
(#40595) Bayes Fitting interface has a new combo box to swap between using the
quasielasticbayes(old Fortran library) backend and thequickbayes(new python library) backend. Changing this box won’t effect the functionality of the ResNorm tab, which already usesquickbayes.(#40897) The Bayes Fitting interface will now plot result workspaces as a contour plot if the workspaces contain multiple spectra.
(#40897) The :ref`algm-BayesStretch` algorithm now outputs contour and fit workspace groups with the name provided in the
OutputWorkspaceContourandOutputWorkspaceFitinput properties.
Algorithms¶
New features¶
(#40323) A new algorithm SpectralMomentMD can now be used to calculate sum rules for inelastic multi-dimensional event workspaces.
Bugfixes¶
(#40650) BayesQuasi now respects the
OutputWorkspaceProbandOutputWorkspaceResultparameters.