Skip to content

Commit

Permalink
prepare release_v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Mar 15, 2023
1 parent d3cf6ac commit dea5b77
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,25 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

UNRELEASED
==========
.. _changes_0.2.2:

2023-03-15 - version 0.2.2
==========================
Changed
-------
- Use `GitHub code scanning (CodeQL)
<https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql>`_
for integrity check as `it replaces LGTM
<https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/>`_
- 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
==========================
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lumispy/release_info.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit dea5b77

Please sign in to comment.