From 09eda6693083a901fda7250ce8ffb5a125d08db3 Mon Sep 17 00:00:00 2001 From: Ian Bush <bush@ill.fr> Date: Wed, 21 Sep 2016 18:19:36 +0200 Subject: [PATCH] Refs #17138 Removed extra lines in release notes --- docs/source/release/v3.8.0/framework.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/release/v3.8.0/framework.rst b/docs/source/release/v3.8.0/framework.rst index ef976589344..8ecbd298bd3 100644 --- a/docs/source/release/v3.8.0/framework.rst +++ b/docs/source/release/v3.8.0/framework.rst @@ -89,12 +89,6 @@ Improved - :ref:`ConvertUnits <algm-ConvertUnits>` now has the option to take a workspace with Points as input. A property has been added that will make the algorithm convert the workspace to Bins automatically. The output space will be converted back to Points. -- :ref:`ConvertToHistogram <algm-ConvertToHistogram>`: Performance improvement using new HistogramData module, - 3x to 4x speedup. - -- :ref:`ConvertToPointData <algm-ConvertToPointData>`: Performance improvement using new HistogramData module, - 3x to 4x speedup. - - :ref:`RenameWorkspace <algm-RenameWorkspace>` and `RenameWorkspaces <algm-RenameWorkspaces>` now check if a Workspace with that name already exists in the ADS and gives the option to override it. -- GitLab