Skip to content

Commit

Permalink
release 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud committed Aug 2, 2022
1 parent 2936654 commit 3a9b7b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
SmartPeak Changelog
===================

v1.25.0 (2022-08-02)
--------------------

Features
~~~~~~~~
- Added option to display only spectrogram data that contains convexhull `(#545) <https://github.com/AutoFlowResearch/SmartPeak/pull/545>`_

Fix
~~~
- Optimized commands creations `(#543) <https://github.com/AutoFlowResearch/SmartPeak/pull/543>`_
- prioritized the use of subordinate metadata when choosing between feature level and subordinate level `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
- update to feature map after call to targetedMatching `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
- added rawDataHandler member for Library `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
- matchSpectra requirements for msp `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
- changed getRequirements to getFilenameRequirements `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
- renamed library to spectra library `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
- updated RawDataHandler pointer logic for spectra_library `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_

v1.24.0 (2022-05-25)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
# SmartPeak Version Information
#------------------------------------------------------------------------------
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 24)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 25)
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)

#------------------------------------------------------------------------------
Expand Down

0 comments on commit 3a9b7b9

Please sign in to comment.