From dea5b77838bad9edc987cc0edd68b42cfa8dffec Mon Sep 17 00:00:00 2001 From: jlaehne Date: Wed, 15 Mar 2023 10:18:39 +0100 Subject: [PATCH] prepare release_v0.2.2 --- CHANGELOG.rst | 26 ++++++++++++++++++++------ lumispy/release_info.py | 2 +- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a0913979..0b7b6c4ba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,10 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. -UNRELEASED -========== +.. _changes_0.2.2: + +2023-03-15 - version 0.2.2 +========================== Changed ------- - Use `GitHub code scanning (CodeQL) @@ -15,10 +17,14 @@ Changed for integrity check as `it replaces LGTM `_ - Added a centroid/center of mass functionality to analyse peak position of a spectrum (both in `utils`` and in `LumiSpectrum``) +- Add documentation of signal tools Maintenance ----------- - Replace ``sphinx.ext.imgmath`` by ``sphinx.ext.mathjax`` to fix the math rendering in the *ReadTheDocs* build +- fix external references in the documentation + +.. _changes_0.2.1: 2022-11-02 - version 0.2.1 ========================== @@ -37,8 +43,10 @@ Maintenance ----------- - Use ``softprops/action-gh-release`` action instead of deprecated ``create-release``, pin action to a commit SHA -2022-04-29 - version 0.2 -======================== +.. _changes_0.2.0: + +2022-04-29 - version 0.2.0 +========================== Added ----- - Set up read the docs documentation @@ -55,6 +63,8 @@ Changed - Deprecate ``exposure`` argument of ``s.scale_by_exposure`` in favor of ``integration_time`` in line with metadata convention - Add deprecation warning to ``remove_background_from_file`` +.. _changes_0.1.3: + 2021-11-23 - version 0.1.3 ========================== Changed @@ -63,6 +73,8 @@ Changed - Change 'master' to 'main' branch - Updated/corrected badges and other things in README.md and other documentation files +.. _changes_0.1.2: + 2021-08-22 - version 0.1.2 ========================== Added @@ -78,8 +90,10 @@ Changed - fixed join_spectra - fixed tests -2021-03-26 - version 0.1 -======================== +.. _changes_0.1.0: + +2021-03-26 - version 0.1.0 +========================== Added ----- - The first release, basic functionality implemented diff --git a/lumispy/release_info.py b/lumispy/release_info.py index ea30c6850..4a6ba77f8 100644 --- a/lumispy/release_info.py +++ b/lumispy/release_info.py @@ -1,5 +1,5 @@ name = "lumispy" -version = "0.2.2dev" +version = "0.2.2" description = "Analysis of luminescence spectroscopy data with HyperSpy." author = "The LumiSpy developers" copyright = "Copyright 2019-2023, LumiSpy developers"