From 37b35f2a189556a3585d066f0e4222528c9a3fa1 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 4 Nov 2023 16:13:21 +0000 Subject: [PATCH] Add previous changelog entries --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) 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) =======================