File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
SmartPeak Changelog
2
2
===================
3
3
4
+ v1.23.0 (2022-04-28)
5
+ --------------------
6
+
7
+ Features
8
+ ~~~~~~~~
9
+ - DDA Implementation `(#534) <https://github.com/AutoFlowResearch/SmartPeak/pull/534 >`_
10
+ - Added "LCMS DDA Transitions Library Construction" workflow
11
+ - Added "LCMS DDA Spectra Library Construction" workflow
12
+ - Added "LCMS DDA Spectra Library Matching" workflow
13
+ - PickMS1Features renamed Pick2DFeatures
14
+ - PickMS2Features renamed Pick3DFeatures
15
+
4
16
v1.22.0 (2022-04-12)
5
17
--------------------
6
18
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
93
93
# SmartPeak Version Information
94
94
#------------------------------------------------------------------------------
95
95
set (SMARTPEAK_PACKAGE_VERSION_MAJOR 1 )
96
- set (SMARTPEAK_PACKAGE_VERSION_MINOR 22 )
96
+ set (SMARTPEAK_PACKAGE_VERSION_MINOR 23 )
97
97
set (SMARTPEAK_PACKAGE_VERSION_PATCH 0 )
98
98
99
99
#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments