Skip to content

Commit

Permalink
release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud committed Mar 21, 2022
1 parent 785a6f6 commit 4de3cab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
SmartPeak Changelog
===================

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

Features
~~~~~~~~
- Possibility to export Quantitations Methods `(#522) <https://github.com/AutoFlowResearch/SmartPeak/pull/522>`_
- Improving Calibration curve window: Possibility to exclude points, show chromatogram, editable parameters (WARNING: CALCULATE_CALIBRATION has been renamed OPTIMIZE_CALIBRATION) `(#515) <https://github.com/AutoFlowResearch/SmartPeak/pull/515>`_
- Show Inputs and Outputs in Workflow Step display `(#520) <https://github.com/AutoFlowResearch/SmartPeak/pull/520>`_
- Transformation_model_param_x_weight and transformation_model_param_y_weight do not accept empty values (replaced by 'x' and 'y') `(#519) <https://github.com/AutoFlowResearch/SmartPeak/pull/519>`_
- New Workflow Steps display `(#517) <https://github.com/AutoFlowResearch/SmartPeak/pull/517>`_
- Check missing or wrong columns for Quantitations Methods and Standards Concentrations files `(#512) <https://github.com/AutoFlowResearch/SmartPeak/pull/512>`_
- Check csv files BOM `(#513) <https://github.com/AutoFlowResearch/SmartPeak/pull/513>`_

v1.20.0 (2022-01-27)
--------------------

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

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

0 comments on commit 4de3cab

Please sign in to comment.