diff --git a/CHANGES.rst b/CHANGES.rst index 24a43384e..4983b35c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,11 +7,18 @@ https://holospy.readthedocs.io/en/latest/changes.html 0.1.dev0 (UNRELEASED) ===================== -Initiation (2023-09-30) +- Support for tabulated :ref:`Generalised Oscillator Strengths (GOS) ` using the + `GOSH `_ open file format. By default, a freely + usable dataset is downloaded from `doi:10.5281/zenodo.7645765 `_ + (`HyperSpy #3082 `_) +- Add functionality to fit the :ref:`EELS fine structure ` using components, e.g. :py:class:`hyperspy.api.model.components1D.Gaussian`. (`HyperSpy #3206 `_) + + +Initiation (2023-10-28) ======================= - exSpy was split out of the `HyperSpy repository - `_ on Oct. 30, 2023. The X-ray energy + `_ on Oct. 28, 2023. The X-ray energy dispersive spectroscopy (EDS) and energy electron loss spectroscopy (EELS) functionalities so far developed in HyperSpy were moved to the `exSpy repository `_. diff --git a/doc/user_guide/eels.rst b/doc/user_guide/eels.rst index 12a56f09f..fd1066e71 100644 --- a/doc/user_guide/eels.rst +++ b/doc/user_guide/eels.rst @@ -258,6 +258,8 @@ automatically, named after its element symbol: >>> m.components.B_K +.. _eels.GOS: + Generalised Oscillator Strengths ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Fitting EELS edges requires a model for the so-called *Generalised Oscillator @@ -385,7 +387,7 @@ edge functionalities: * :py:meth:`~.models.EELSModel.fix_fine_structure` * :py:meth:`~.models.EELSModel.free_fine_structure` - +.. _eels.fine_structure: Fine structure analysis ^^^^^^^^^^^^^^^^^^^^^^^ @@ -476,9 +478,6 @@ structure width. It is possible to suspend this feature by calling To resume it use :py:meth:`~.models.EELSModel.suspend_auto_fine_structure_width` -.. versionadded:: 2.0 - Fine structure analysis - Fine structure analysis """""""""""""""""""""""