File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Framework/Python/New_features Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ New features
143
143
- ``Instrument.getFilename() `` and ``Instrument.setFilename() `` have been exposed to python.
144
144
- A new method named ``getFittingParameter `` has been added to ``Mantid::Geometry::Component `` class and exposed to
145
145
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 ``.
146
148
147
149
Bugfixes
148
150
############
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Muon Changes
5
5
.. contents :: Table of Contents
6
6
:local:
7
7
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
+
8
15
Muon Analysis
9
16
-------------
10
17
You can’t perform that action at this time.
0 commit comments