diff --git a/CHANGES.rst b/CHANGES.rst index 9046db862..e6c66a3a9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,43 @@ https://exspy.readthedocs.io/en/latest/changes.html .. towncrier release notes start +0.3 (2024-10-11) +================ + +New features +------------ + +- Support for `Dirac GOS `_ in the gosh format for EELS quantification, which includes the relativistic effects (e.g. spin-orbit coupling) based on Dirac equation. (`#72 `_) + + +Enhancements +------------ + +- Make ``numexpr`` an optional dependency to allow installation in pyodide. (`#80 `_) +- Mention source of :attr:`~exspy.material.elements` database in docstring (`#87 `_) + + +Bug Fixes +--------- + +- Add back functionalities, which were unintentionally removed from public API when splitting from hyperspy in :mod:`exspy.utils.eds`, :mod:`exspy.utils.eels` and :mod:`exspy.material`. (`#59 `_) +- :meth:`exspy.models.EDSModel.fit_background` fixes: + + - fix error when using linear fitting, + - fix resetting signal range after fitting background, + - suspend plot when fitting background. (`#76 `_) +- Plot background and integration windows fixes and improvements: + + - fix plotting windows with navigation dimension >=2, + - raise improved error message when windows are out of the range of the signal, (`#86 `_) + + +Improved Documentation +---------------------- + +- Fix examples in user guide, which needed to be updated after the split from hyperspy. (`#59 `_) + + 0.2.1 (2024-07-12) ================== diff --git a/pyproject.toml b/pyproject.toml index 2c4ac933b..e7a5bb3df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ include = ["exspy*"] [tool.setuptools_scm] # Presence enables setuptools_scm, the version will be determine at build time from git # The version will be updated by the `prepare_release.py` script -fallback_version = "0.3.dev0" +fallback_version = "0.4.dev0" [tool.towncrier] directory = "upcoming_changes/" diff --git a/upcoming_changes/59.bugfix.rst b/upcoming_changes/59.bugfix.rst deleted file mode 100644 index 214e178b8..000000000 --- a/upcoming_changes/59.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Add back functionalities, which were unintentionally removed from public API when splitting from hyperspy in :mod:`exspy.utils.eds`, :mod:`exspy.utils.eels` and :mod:`exspy.material`. \ No newline at end of file diff --git a/upcoming_changes/59.doc.rst b/upcoming_changes/59.doc.rst deleted file mode 100644 index 9a90883cb..000000000 --- a/upcoming_changes/59.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix examples in user guide, which needed to be updated after the split from hyperspy. diff --git a/upcoming_changes/72.new.rst b/upcoming_changes/72.new.rst deleted file mode 100644 index 735cb482b..000000000 --- a/upcoming_changes/72.new.rst +++ /dev/null @@ -1 +0,0 @@ -Support for `Dirac GOS `_ in the gosh format for EELS quantification, which includes the relativistic effects (e.g. spin-orbit coupling) based on Dirac equation. \ No newline at end of file diff --git a/upcoming_changes/76.bugfix.rst b/upcoming_changes/76.bugfix.rst deleted file mode 100644 index dba7c0ba5..000000000 --- a/upcoming_changes/76.bugfix.rst +++ /dev/null @@ -1,5 +0,0 @@ -:meth:`exspy.models.EDSModel.fit_background` fixes: - -- fix error when using linear fitting, -- fix resetting signal range after fitting background, -- suspend plot when fitting background. diff --git a/upcoming_changes/80.enhancements.rst b/upcoming_changes/80.enhancements.rst deleted file mode 100644 index 57ce98067..000000000 --- a/upcoming_changes/80.enhancements.rst +++ /dev/null @@ -1 +0,0 @@ -Make ``numexpr`` an optional dependency to allow installation in pyodide. \ No newline at end of file diff --git a/upcoming_changes/86.bugfix.rst b/upcoming_changes/86.bugfix.rst deleted file mode 100644 index 958ebee60..000000000 --- a/upcoming_changes/86.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Plot background and integration windows fixes and improvements: - -- fix plotting windows with navigation dimension >=2, -- raise improved error message when windows are out of the range of the signal, diff --git a/upcoming_changes/87.enhancements.rst b/upcoming_changes/87.enhancements.rst deleted file mode 100644 index 60d63144c..000000000 --- a/upcoming_changes/87.enhancements.rst +++ /dev/null @@ -1 +0,0 @@ -Mention source of :attr:`~exspy.material.elements` database in docstring \ No newline at end of file