Skip to content

Commit be6ca8b

Browse files
committed
Move release notes that were meant to be in v6.13
1 parent 722b60a commit be6ca8b

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

docs/source/release/v6.12.0/Framework/Python/New_features/38684.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/release/v6.12.0/Muon/ALC/Bugfixes/39442.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/release/v6.13.0/framework.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ New features
143143
- ``Instrument.getFilename()`` and ``Instrument.setFilename()`` have been exposed to python.
144144
- A new method named ``getFittingParameter`` has been added to ``Mantid::Geometry::Component`` class and exposed to
145145
python. This allows access to fitting parameters from components in an instrument definition file.
146+
- Exposed ``ExperimentInfo.populateInstrumentParameters`` to the Python api. This will facilitate the update of parameterized
147+
instruments from Python, allowing parameters to be directly transferred as properties without converting to and from ``string``.
146148

147149
Bugfixes
148150
############

docs/source/release/v6.13.0/muon.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Muon Changes
55
.. contents:: Table of Contents
66
:local:
77

8+
ALC
9+
---
10+
11+
Bugfixes
12+
############
13+
- :ref:`ALC interface <MuonALC-ref>` no longer crashes when non numeric characters are input in Backward and Forward Grouping line edits.
14+
815
Muon Analysis
916
-------------
1017

0 commit comments

Comments
 (0)