From 3c3774b1fd146d05ae8b35e50f2dc9f744bc27c9 Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Mon, 22 Jan 2024 17:13:09 +0100 Subject: [PATCH] Release notes for v27r8 --- CMakeLists.txt | 2 +- ReleaseNotes/v27r8.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v27r8.md diff --git a/CMakeLists.txt b/CMakeLists.txt index f8c93d5ba..5c3b008e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Phys VERSION 27.7 +project(Phys VERSION 27.8 LANGUAGES CXX C) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v27r8.md b/ReleaseNotes/v27r8.md new file mode 100644 index 000000000..b1ad7429d --- /dev/null +++ b/ReleaseNotes/v27r8.md @@ -0,0 +1,17 @@ +2024-01-22 Phys v27r8 +=== + +This version uses Rec v25r5, Lbcom v24r5, LHCb v46r5, Gaudi v36r16, LCG 103 with ROOT 6.28.00. + +This version is released on `run2-patches` branch and is intended for use with Run1 or Run2 data. For Run3, use a version released on `master` branch +Built relative to Phys [v27r7](../-/tags/v27r7), with the following changes: + +### Fixes ~"bug fix" ~workaround + +- Set covariance matrix in SVTagger for proper ipchi2 calculation, !1083 (@ichahrou) +- Add output to jet builder algorithm, !1080 (@masmith) + +### Enhancements ~enhancement + +- Use pytest instead of nosetests, !1081 (@clemenci) +- Fixes for LCG 104, gcc13, C++20 etc., !1082 (@clemenci) -- GitLab