Skip to content
Snippets Groups Projects
Commit 569502da authored by Verena Reimund's avatar Verena Reimund
Browse files

Release notes and a new line

Refs #22217
parent 2aa835f7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ from mantid.api import AlgorithmFactory, MatrixWorkspaceProperty, PythonAlgorith
from mantid.kernel import Direction, StringListValidator
import numpy as np
class SortXAxis(PythonAlgorithm):
def category(self):
......
......@@ -20,6 +20,7 @@ Algorithms
- :ref:`ConvertToPointData <algm-ConvertToPointData>` and :ref:`ConvertToHistogram <algm-ConvertToHistogram>` now propagate the Dx errors to the output.
- The algorithm :ref:`CreateWorkspace <algm-CreateWorkspace>` can now optionally receive the Dx errors.
- The algorithm :ref:`SortXAxis <algm-SortXAxis>` has a new input option that allows ascending (default) and descending sorting. Furthermore, Dx values will be considered if present. The documentation needed to be corrected.
:ref:`Release 3.13.0 <v3.13.0>`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment