Skip to content

Commit

Permalink
release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud committed Oct 11, 2021
1 parent 7c2b414 commit bf249c8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
SmartPeak Changelog
===================

v1.15.0 (2020-10-11)
--------------------

Features
~~~~~~~~
- "Select All" button when generating Report `(#427) <https://github.com/AutoFlowResearch/SmartPeak/pull/427>`_
- Added options to SmartPeakCLI `(#429) <https://github.com/AutoFlowResearch/SmartPeak/pull/429>`_
- --input-file (-f): Override input file.
- --parameter (-p): Override parameter.
- --mzml (-z): Overrides the default location for the mzML directory.
- --reports-out-dir (-ro): Overrides the default location for reports.
- --output-features (-o): Overrides the default location for output features.
- --input-features (-i): Overrides the default location for input features.
- Create Report: Pivotable and FeatureDB button to use FilePickerHandler `(#431) <https://github.com/AutoFlowResearch/SmartPeak/pull/431>`_

Fix
~~~
- Fixed number of transitions does not appear after loading `(#430) <https://github.com/AutoFlowResearch/SmartPeak/pull/430>`_

Changes
~~~~~~~
- Changed options to SmartPeakCLI `(#429) <https://github.com/AutoFlowResearch/SmartPeak/pull/429>`_
- --output (-o) is now replaced by either --output-features or --reports-out-dir
- --disable-progressbar short form has been replaced from -p to -pg
- --integrity short form has been replaced from -i to -t

v1.14.0 (2020-09-30)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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 14)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 15)
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)

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

0 comments on commit bf249c8

Please sign in to comment.