From 70fe41edc58d47157284a5eacca01ef9201551cd Mon Sep 17 00:00:00 2001 From: Volodymyr Vovchenko Date: Tue, 3 May 2022 15:19:07 -0700 Subject: [PATCH] Added scaled moments and Pearson correlation coefficients into the correlations dialog in the GUI --- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f7c50..daf0b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [Version 1.3.3] + +Date: 2022-05-03 + +GUI: Added scaled moments and Pearson correlation coefficients into the correlations dialog ## [Version 1.3.2] @@ -193,6 +198,8 @@ Date: 2018-08-02 **The first public version of Thermal-FIST** +[Version 1.3.3]: https://github.com/vlvovch/Thermal-FIST/compare/v1.3.2...v1.3.3 + [Version 1.3.2]: https://github.com/vlvovch/Thermal-FIST/compare/v1.3.1...v1.3.2 [Version 1.3.1]: https://github.com/vlvovch/Thermal-FIST/compare/v1.3...v1.3.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 702c168..caf4d8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project (ThermalFIST) # The version number. set (ThermalFIST_VERSION_MAJOR 1) set (ThermalFIST_VERSION_MINOR 3) -set (ThermalFIST_VERSION_DEVEL 2) +set (ThermalFIST_VERSION_DEVEL 3) # configure a header file to pass some of the CMake settings # to the source code