- Fixed an issue with the ``GroupingPattern`` property in :ref:`algm-GroupDetectors`, where incorrect spectra were being used if spectrum numbers are not 1-based indices.
- Fixed an issue with :ref:`algm-CreateWorkspace` where giving bin edges as ``VerticalAxisValues`` would fail.
Deprecated
##########
MD Algorithms (VATES CLI)
#########################
Performance
-----------
...
...
@@ -132,14 +126,6 @@ Python
- ``CrystalStructure``, ``UnitCell``, ``PointGroup``, and ``SpaceGroup`` all have better console printing
- Fixed a bug on MDHistogramWorkspaces where passing an index larger than the size of the dimensions of the workspace to ``setSignalAt`` would crash Mantid.
Python Algorithms
#################
- :class:`mantid.api.DataProcessorAlgorithm` now have a new method
``copyProperties()`` which allow them to copy properties (with
defaults, validators, and documentation) from other algorithms.