From 8a4d88ab8d9fe10be94419bb5ee8650d2a2fb209 Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Wed, 3 Aug 2022 21:07:51 +0200 Subject: [PATCH] version 4.2.0 --- CITATION.cff | 4 ++-- ChangeLog.md | 14 +++++++++++++- include/himalaya/version.hpp | 4 ++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4614ddd..156b098 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: given-names: "Alexander" orcid: "https://orcid.org/0000-0001-8963-6512" title: "Himalaya" -version: 4.1.1 -date-released: 2021-02-25 +version: 4.2.0 +date-released: 2022-08-03 url: "https://github.com/Himalaya-Library" license: GPL-3.0 diff --git a/ChangeLog.md b/ChangeLog.md index 10a9a3f..ff02426 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,14 @@ +Himalaya 4.2.0 +============== + +Changes +------- + + * Performance improvements of various loop functions. + + * [commit 232cadb]: Allow to disable Mathematica interface by setting + the CMake variable `ENABLE_MATHEMATICA` (enabled by default). + Himalaya 4.1.1 ============== @@ -5,7 +16,8 @@ Fixed bugs ---------- * [commit e9e102a]: Allow to disable the compilation of the example - program. + program by setting the CMake variable `BUILD_EXAMPLES` (enabled by + default). * [commit cb6c51f]: Adding series expansion in B0 function for p2 << m2 to improve the precision for small momenta. diff --git a/include/himalaya/version.hpp b/include/himalaya/version.hpp index 4ada3f5..4f91a60 100644 --- a/include/himalaya/version.hpp +++ b/include/himalaya/version.hpp @@ -8,5 +8,5 @@ #pragma once #define Himalaya_VERSION_MAJOR 4 -#define Himalaya_VERSION_MINOR 1 -#define Himalaya_VERSION_RELEASE 1 +#define Himalaya_VERSION_MINOR 2 +#define Himalaya_VERSION_RELEASE 0