From 29291bd0b90860e9c1ac87d1ae2cc74151f9568c Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Fri, 15 May 2020 21:19:26 +0200 Subject: [PATCH] release new version 1.6.0 --- CMakeLists.txt | 2 +- ChangeLog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d9d91e3..3acb040b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if (CMAKE_VERSION GREATER_EQUAL 3.12) cmake_policy(SET CMP0075 NEW) endif (CMAKE_VERSION GREATER_EQUAL 3.12) -project(musrfit VERSION 1.5.2 LANGUAGES C CXX) +project(musrfit VERSION 1.6.0 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(dks "build musrfit with DKS (GPU/MIC) support" ON) diff --git a/ChangeLog b/ChangeLog index 64d609fa..6691d39f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,13 @@ or https://bitbucket.org/muonspin/musrfit/commits/all +Release of V1.6.0, 2020/05/16 +============================= + +Allow to transform parameter vectors of run collections for mupp. +This allows for instance to calculate the superfluid density directly from the +depolarization rate and plot it. + Release of V1.5.2, 2020/02/03 =============================