Skip to content

Commit

Permalink
version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Aug 3, 2022
1 parent 232cadb commit 8a4d88a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 13 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
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
==============

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.
Expand Down
4 changes: 2 additions & 2 deletions include/himalaya/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a4d88a

Please sign in to comment.