Skip to content

Commit

Permalink
release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud committed Apr 12, 2022
1 parent 8aa76a7 commit fdfd97c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
SmartPeak Changelog
===================

v1.22.0 (2022-04-12)
--------------------

Features
~~~~~~~~
- Number of running threads is now an input on the Run Workflow Dialog `(#529) <https://github.com/AutoFlowResearch/SmartPeak/pull/529>`_
- Log messages improved `(#528) <https://github.com/AutoFlowResearch/SmartPeak/pull/528>`_
- Create output folder `(#527) <https://github.com/AutoFlowResearch/SmartPeak/pull/527>`_

Fix
~~~
- Fix loading and exporting for FeatureBackgroundEstimations, FeatureRSDEstimations, QuantitationMethods and StandardsConcentrations `(#532) <https://github.com/AutoFlowResearch/SmartPeak/pull/532>`_
- Fix inclusion/exclusion of points for multiple Calibration display `(#531) <https://github.com/AutoFlowResearch/SmartPeak/pull/531>`_

v1.21.0 (2022-03-21)
--------------------

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 21)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 22)
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)

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

0 comments on commit fdfd97c

Please sign in to comment.