From 4b2d52463e2956cd5d7e5876e8aee374b90fd93b Mon Sep 17 00:00:00 2001 From: Klaus Rabbertz <klaus.rabbertz@cern.ch> Date: Fri, 7 Mar 2025 16:23:14 +0100 Subject: [PATCH] Prepare release --- v2.6/toolkit/ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ v2.6/toolkit/NEWS | 17 +++++++++++++++++ v2.6/toolkit/README | 2 +- 3 files changed, 60 insertions(+), 1 deletion(-) diff --git a/v2.6/toolkit/ChangeLog b/v2.6/toolkit/ChangeLog index 3f5c18c7..426a18b9 100644 --- a/v2.6/toolkit/ChangeLog +++ b/v2.6/toolkit/ChangeLog @@ -1,3 +1,45 @@ +2025-03-07 Public release of the fastNLO_toolkit package version 2.6.0, tag 3065 + ===================================================================== + +2025-03-07 Klaus Rabbertz <klaus.rabbertz@cern.ch> + + * v2.6/toolkit/src/fnlo-tk-statunc.cc, + v2.6/toolkit/src/fnlo-tk-yodaout.cc: Make YODA2 compatible (thanks + to Dmitry Kalinkin) + +2024-12-09 Klaus Rabbertz <klaus.rabbertz@cern.ch> + + * v2.6/toolkit/fastnlotoolkit/include/fastnlotk/read_steer.h: First + fix didn't compile: try this one. + +2024-12-09 Daniel Britzger <daniel.britzger@cern.ch> + + * v2.6/toolkit/fastnlotoolkit/include/fastnlotk/read_steer.h: fix + NULL when accessing instances of read_steer + +2024-12-02 Daniel Britzger <daniel.britzger@cern.ch> + + * v2.6/toolkit/fastnlotoolkit/fastNLOReader.cc: change tolerance for + PDF cache + +2024-12-02 Daniel Britzger <daniel.britzger@cern.ch> + + * : commit 6130d2a34162fe9e31d9a43da6d4958b5af363b0 Author: Daniel + Britzger <daniel.britzger@cern.ch> Date: Mon Dec 2 13:12:38 2024 + +0100 + +2024-11-08 Klaus Rabbertz <klaus.rabbertz@cern.ch> + + * tools/fnlosrc_install.csh: Fix missing endif in install script + +2024-10-10 Test release of the fastNLO_toolkit package version 2.6.0, tag 3035 + ===================================================================== + +2024-10-10 Klaus Rabbertz <klaus.rabbertz@cern.ch> + + * tools/fnlosrc_install.csh: Fix to use last update of our NNLOJET + interface code + 2024-06-13 Public release of the fastNLO_toolkit package version 2.5.1, tag 3034 ===================================================================== diff --git a/v2.6/toolkit/NEWS b/v2.6/toolkit/NEWS index d5e4cf5e..996d5048 100644 --- a/v2.6/toolkit/NEWS +++ b/v2.6/toolkit/NEWS @@ -1,3 +1,20 @@ +Notes for public release of the fastNLO_toolkit package version 2.6.0, tag 3065 +=============================================================================== +- Release working with new APPLfast2 +- Has possibilty to store original x sections from NNLOJET within grid +- Fix issue with cache tolerance +- Fix issue with read_steer giving problems for conversion with PINEappl +- Make YODA2 compatible (thanks to D. Kalinkin) + + + +Notes for test release of the fastNLO_toolkit package version 2.6.0, tag 3035 +=============================================================================== +- Test release working with new APPLfast2 +- Has possibilty to store original x sections from NNLOJET within grid + + + Notes for public release of the fastNLO_toolkit package version 2.5.1, tag 3034 =============================================================================== - Fix a missing LDFLAGS setting in case of HOPPET use diff --git a/v2.6/toolkit/README b/v2.6/toolkit/README index ba811370..3a7bf330 100644 --- a/v2.6/toolkit/README +++ b/v2.6/toolkit/README @@ -1,5 +1,5 @@ # -*-sh-*- -# fastNLO_toolkit version 2.5.0: +# fastNLO_toolkit version 2.6.x: # ============================== # Please contact the authors for any questions or problems. -- GitLab