From c922cc000609c5c067b5d000ff9996e7a64dcb7f Mon Sep 17 00:00:00 2001 From: Matthew D Jones <matthew.d.jones@tessella.com> Date: Wed, 11 Jul 2018 12:32:14 +0100 Subject: [PATCH] Re #22654 Revert changes to release notes --- docs/source/release/v3.13.0/framework.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/release/v3.13.0/framework.rst b/docs/source/release/v3.13.0/framework.rst index 72445eab44f..eb7b33baefb 100644 --- a/docs/source/release/v3.13.0/framework.rst +++ b/docs/source/release/v3.13.0/framework.rst @@ -87,10 +87,8 @@ Bugfixes - The output workspace of :ref:`LineProfile <algm-LineProfile>` now has correct sample logs, instrument and history. - TimeSeriesProperty::splitByTimeVector's behavior on a boundary condition is changed. In the set of splitters toward a same target split workspace, if a splitter's beginning time is after the last entry of the TimeSeriesProperty to be split, then this last entry shall be included in its output TimeSeriesProperty. - Fixed a bug in :ref:`MergeRuns <algm-MergeRuns>` which could cause the runs to be merged in a different sequence than indicated in the *InputWorkspaces* property. -- Algorithm :ref:`FitPeaks <algm-FitPeaks>` is implemented as a generalized multiple-spectra multiple-peak fitting algorithm. - Fixed a bug where the values entered for basis vector properties in :ref:`BinMD <algm-BinMD>` were not being remembered. - Fixed a bug which prevented :ref:`Load <algm-Load>` and :ref:`LoadAndMerge <algm-Load>` from parsing advanced run ranges such as ``1-3+5-7+10+15-20``. -- LiveData is now able to correctly handle if the number of periods changes between runs. Python -- GitLab