diff --git a/CHANGES.rst b/CHANGES.rst index 870090d97..61bd85b51 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ https://holospy.readthedocs.io/en/latest/changes.html ===================== - Consolidate packaging metadata in ``pyproject.toml``. (`#4 `_, `#10 `_) +- Add support for using tabulated datasets of *generalised oscillator strengths* in :class:`~.models.eelsmodel.EELSModel` 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 EELS fine structure using components, e.g. :py:class:`hyperspy.api.model.components1D.Gaussian`. (`HyperSpy #3206 `_) + Initiation (2023-10-28) =======================