Skip to content

Commit

Permalink
Merge pull request #11 from ericpre/missing_release_notes
Browse files Browse the repository at this point in the history
Add missing release notes
  • Loading branch information
ericpre authored Nov 9, 2023
2 parents 870b571 + 5b71ee0 commit 27e949f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) <eels.GOS>` using the
`GOSH <https://gitlab.com/gguzzina/gosh>`_ open file format. By default, a freely
usable dataset is downloaded from `doi:10.5281/zenodo.7645765 <https://zenodo.org/record/6599071>`_
(`HyperSpy #3082 <https://github.com/hyperspy/hyperspy/issues/3082>`_)
- Add functionality to fit the :ref:`EELS fine structure <eels.fine_structure>` using components, e.g. :py:class:`hyperspy.api.model.components1D.Gaussian`. (`HyperSpy #3206 <https://github.com/hyperspy/hyperspy/issues/3206>`_)


Initiation (2023-10-28)
=======================

- exSpy was split out of the `HyperSpy repository
<https://github.com/hyperspy/hyperspy>`_ on Oct. 30, 2023. The X-ray energy
<https://github.com/hyperspy/hyperspy>`_ 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 <https://github.com/hyperspy/exspy>`_.
7 changes: 3 additions & 4 deletions doc/user_guide/eels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ automatically, named after its element symbol:
>>> m.components.B_K
<B_K (EELSCLEdge component)>
.. _eels.GOS:

Generalised Oscillator Strengths
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fitting EELS edges requires a model for the so-called *Generalised Oscillator
Expand Down Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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
"""""""""""""""""""""""

Expand Down

0 comments on commit 27e949f

Please sign in to comment.