Skip to content

Commit c0a06f1

Browse files
authored
Direct, Indirect, Inelastic, & Muon Release Notes for v6.13.0 (#39508)
1 parent e9ec5d0 commit c0a06f1

File tree

5 files changed

+30
-17
lines changed

5 files changed

+30
-17
lines changed

docs/source/concepts/CrystalField.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ where :math:`\theta_k` are the Stevens operator equivalent factors tabulated in
432432

433433
----
434434

435+
.. _Crystal Field Tables:
436+
435437
Appendix B: Tables
436438
------------------
437439

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ General
1010

1111
New features
1212
############
13-
- :ref:`LoadCIF <algm-LoadCIF>` now accepts the short forms of the Hermann-Mauguin symbols. These short forms may include a single space or none at all.
13+
- :ref:`LoadCIF <algm-LoadCIF>` now accepts the short forms of the Hermann-Mauguin symbols. These short forms may
14+
include a single space or none at all.
1415

1516
Bugfixes
1617
############
@@ -26,7 +27,8 @@ New features
2627

2728
Bugfixes
2829
############
29-
- Removed unnecessary fix for IB21 for C1 and Ci symmetries in the Crystal Field peak base function to match the documentation: https://docs.mantidproject.org/nightly/concepts/CrystalField.html#appendix-b-tables
30+
- Removed unnecessary fix for ``IB21`` for ``C1`` and ``Ci`` symmetries in the Crystal Field peak base function to match
31+
the documentation in :ref:`Crystal Field Tables`.
3032

3133

3234
MSlice

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ Indirect Geometry Changes
77

88
New Features
99
------------
10-
- Algorithm :ref:`algm-VesuvioPeakPrediction` now supports option ``Classical``, used to estimate the lower bounds of the width of the Neutron Compton Profiles when running analysis routines.
11-
- :ref:`ISIS Energy Transfer tab <ISISEnergyTransfer>` now supports an output label that is appended to the output name and doesn't override previous outputs
10+
- :ref:`algm-VesuvioPeakPrediction` now supports a ``Classical`` option. It is used to estimate the lower bounds of the
11+
width of the Neutron Compton Profiles when running analysis routines.
12+
- :ref:`ISIS Energy Transfer tab <ISISEnergyTransfer>` now supports an output label that is appended to the output name
13+
and doesn't override previous outputs.
1214

1315

1416
Bugfixes
@@ -21,13 +23,13 @@ Algorithms
2123

2224
New features
2325
############
24-
- The "Atoms" field of Abins and Abins2D algorithms has been enhanced
25-
to support more kinds of input. Individual atoms may still be
26-
selected with e.g. "atom1" or "atom_1", but "1" is now also a valid
27-
input to select the first atom. In addition, ranges can be specified
28-
as e.g. "2-4" or "2..4". This makes the user input more concise, but
29-
will still create individual workspaces for atoms 2, 3, and 4.
30-
- A "CacheDirectory" parameter has been added to the Abins and Abins2D algorithms. This allows an explicit cache directory to be set independently for each calculation; the previous behaviour (to use the User Save Directory) remains available as the default value.
26+
- The ``Atoms`` field of :ref:`algm-Abins` and :ref:`algm-Abins2D` algorithms has been enhanced to support more kinds of
27+
input. Individual atoms may still be selected with e.g. ``atom1`` or ``atom_1``, but ``1`` is now also a valid input
28+
to select the first atom. In addition, ranges can be specified as e.g. ``2-4`` or ``2..4``. This makes the user input
29+
more concise, but will still create individual workspaces for atoms ``2``, ``3``, and ``4``.
30+
- A ``CacheDirectory`` parameter has been added to the :ref:`algm-Abins` and :ref:`algm-Abins2D` algorithms. This allows
31+
an explicit cache directory to be set independently for each calculation; the previous behaviour (to use the User Save
32+
Directory) remains available as the default value.
3133

3234
Bugfixes
3335
############

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,26 @@ Inelastic Changes
77

88
New Features
99
------------
10-
- Added new `TeixeiraWaterIqtFT` fitting function, which is the Fourier Transform of `TeixeiraWaterIqt` function. This is now available in the ConvFit tab of the :ref:`QENS Fitting <interface-inelastic-qens-fitting>` interface.
10+
- Added a new ``TeixeiraWaterIqtFT`` fitting function, which is the Fourier Transform of the ``TeixeiraWaterIqt``
11+
function. This is now available in the ``ConvFit`` tab of the :ref:`QENS Fitting <interface-inelastic-qens-fitting>`
12+
interface.
1113

1214

1315
Bugfixes
1416
--------
15-
- :ref:`QENSFitting <interface-inelastic-qens-fitting>` interface will generate a group workspace after fitting with suffix `_Result` when the output fit is a single fit, and suffix `_Results` when is a multiple fit.
16-
- Clicking plot button after a fit from :ref:`QENSFitting <interface-inelastic-qens-fitting>` no longer plot results twice.
17+
- The :ref:`QENSFitting <interface-inelastic-qens-fitting>` interface will now generate a group workspace after fitting
18+
with suffix ``_Result`` when the output fit is a single fit, and suffix ``_Results`` when is a multiple fit.
19+
- Clicking the plot button after a fit from :ref:`QENSFitting <interface-inelastic-qens-fitting>` no longer plots the
20+
results twice.
1721

1822

1923
Algorithms
2024
----------
2125

2226
New features
2327
############
24-
- :ref:`BayesQuasi2 <algm-BayesQuasi2>` and :ref:`BayesStretch2 <algm-BayesStretch2>` are now available for all Mantid users now that ``quickbayes`` v1.0.2 is installed as a ``mantid`` dependency via Conda.
28+
- :ref:`BayesQuasi2 <algm-BayesQuasi2>` and :ref:`BayesStretch2 <algm-BayesStretch2>` are now available for all Mantid
29+
users now that ``quickbayes`` v1.0.2 is installed as a ``mantid`` dependency via conda.
2530

2631
Bugfixes
2732
############

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Muon Analysis
1919

2020
Bugfixes
2121
############
22-
- Fix a crash ocurring in the :ref:`Results Tab <muon_results_tab-ref>` of the :ref:`Muon Analysis <Muon_Analysis-ref>` interface when an integer time series was added as a log in the results table.
23-
- Allow the `current_period` sample log from the selected fitted workspace to be added to the :ref:`results table <muon_results_tab-ref>`.
22+
- Fix a crash occurring in the :ref:`Results Tab <muon_results_tab-ref>` of the :ref:`Muon Analysis <Muon_Analysis-ref>`
23+
interface when an integer time series was added as a log in the results table.
24+
- Allow the ``current_period`` sample log from the selected fitted workspace to be added to the
25+
:ref:`results table <muon_results_tab-ref>`.
2426

2527

2628
Muon Analysis and Frequency Domain Analysis

0 commit comments

Comments
 (0)