Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/concepts/CrystalField.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ where :math:`\theta_k` are the Stevens operator equivalent factors tabulated in

----

.. _Crystal Field Tables:

Appendix B: Tables
------------------

Expand Down
6 changes: 4 additions & 2 deletions docs/source/release/v6.13.0/direct_geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ General

New features
############
- :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.
- :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.

Bugfixes
############
Expand All @@ -26,7 +27,8 @@ New features

Bugfixes
############
- 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
- Removed unnecessary fix for ``IB21`` for ``C1`` and ``Ci`` symmetries in the Crystal Field peak base function to match
the documentation in :ref:`Crystal Field Tables`.


MSlice
Expand Down
20 changes: 11 additions & 9 deletions docs/source/release/v6.13.0/indirect_geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ Indirect Geometry Changes

New Features
------------
- 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.
- :ref:`ISIS Energy Transfer tab <ISISEnergyTransfer>` now supports an output label that is appended to the output name and doesn't override previous outputs
- :ref:`algm-VesuvioPeakPrediction` now supports a ``Classical`` option. It is used to estimate the lower bounds of the
width of the Neutron Compton Profiles when running analysis routines.
- :ref:`ISIS Energy Transfer tab <ISISEnergyTransfer>` now supports an output label that is appended to the output name
and doesn't override previous outputs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
and doesn't override previous outputs
and doesn't override previous outputs.



Bugfixes
Expand All @@ -21,13 +23,13 @@ Algorithms

New features
############
- The "Atoms" field of Abins and Abins2D algorithms has been enhanced
to support more kinds of input. Individual atoms may still be
selected with e.g. "atom1" or "atom_1", but "1" is now also a valid
input to select the first atom. In addition, ranges can be specified
as e.g. "2-4" or "2..4". This makes the user input more concise, but
will still create individual workspaces for atoms 2, 3, and 4.
- 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.
- The ``Atoms`` field of :ref:`algm-Abins` and :ref:`algm-Abins2D` algorithms has been enhanced to support more kinds of
input. Individual atoms may still be selected with e.g. ``atom1`` or ``atom_1``, but ``1`` is now also a valid input
to select the first atom. In addition, ranges can be specified as e.g. ``2-4`` or ``2..4``. This makes the user input
more concise, but will still create individual workspaces for atoms ``2``, ``3``, and ``4``.
- A ``CacheDirectory`` parameter has been added to the :ref:`algm-Abins` and :ref:`algm-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.

Bugfixes
############
Expand Down
13 changes: 9 additions & 4 deletions docs/source/release/v6.13.0/inelastic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ Inelastic Changes

New Features
------------
- 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.
- Added a new ``TeixeiraWaterIqtFT`` fitting function, which is the Fourier Transform of the ``TeixeiraWaterIqt``
function. This is now available in the ``ConvFit`` tab of the :ref:`QENS Fitting <interface-inelastic-qens-fitting>`
interface.


Bugfixes
--------
- :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.
- Clicking plot button after a fit from :ref:`QENSFitting <interface-inelastic-qens-fitting>` no longer plot results twice.
- The :ref:`QENSFitting <interface-inelastic-qens-fitting>` interface will now 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.
- Clicking the plot button after a fit from :ref:`QENSFitting <interface-inelastic-qens-fitting>` no longer plots the
results twice.


Algorithms
----------

New features
############
- :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.
- :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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
users now that ``quickbayes`` v1.0.2 is installed as a ``mantid`` dependency via Conda.
users now that ``quickbayes`` v1.0.2 is installed as a ``mantid`` dependency via conda.


Bugfixes
############
Expand Down
6 changes: 4 additions & 2 deletions docs/source/release/v6.13.0/muon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ Muon Analysis

Bugfixes
############
- 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.
- Allow the `current_period` sample log from the selected fitted workspace to be added to the :ref:`results table <muon_results_tab-ref>`.
- Fix a crash occurring 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.
- Allow the ``current_period`` sample log from the selected fitted workspace to be added to the
:ref:`results table <muon_results_tab-ref>`.


Muon Analysis and Frequency Domain Analysis
Expand Down