Skip to content

Commit 3a9b7b9

Browse files
release 1.25.0
1 parent 2936654 commit 3a9b7b9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
SmartPeak Changelog
22
===================
33

4+
v1.25.0 (2022-08-02)
5+
--------------------
6+
7+
Features
8+
~~~~~~~~
9+
- Added option to display only spectrogram data that contains convexhull `(#545) <https://github.com/AutoFlowResearch/SmartPeak/pull/545>`_
10+
11+
Fix
12+
~~~
13+
- Optimized commands creations `(#543) <https://github.com/AutoFlowResearch/SmartPeak/pull/543>`_
14+
- prioritized the use of subordinate metadata when choosing between feature level and subordinate level `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
15+
- update to feature map after call to targetedMatching `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
16+
- added rawDataHandler member for Library `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
17+
- matchSpectra requirements for msp `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
18+
- changed getRequirements to getFilenameRequirements `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
19+
- renamed library to spectra library `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
20+
- updated RawDataHandler pointer logic for spectra_library `(#544) <https://github.com/AutoFlowResearch/SmartPeak/pull/544>`_
21+
422
v1.24.0 (2022-05-25)
523
--------------------
624

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
9393
# SmartPeak Version Information
9494
#------------------------------------------------------------------------------
9595
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
96-
set(SMARTPEAK_PACKAGE_VERSION_MINOR 24)
96+
set(SMARTPEAK_PACKAGE_VERSION_MINOR 25)
9797
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)
9898

9999
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)