Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release_v0.2.2 #183

Merged
merged 3 commits into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,27 @@ UNRELEASED
==========
Changed
-------


.. _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 +49,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 +69,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 +79,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 +96,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.3dev"
description = "Analysis of luminescence spectroscopy data with HyperSpy."
author = "The LumiSpy developers"
copyright = "Copyright 2019-2023, LumiSpy developers"
Expand Down