From 0f99ed9fb5d122bd0c5730d774b4278df679a3a8 Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Mon, 21 Mar 2022 11:57:21 +0100 Subject: [PATCH] Release notes for v27r1 --- CMakeLists.txt | 2 +- ReleaseNotes/v27r1.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v27r1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index e5bda7a51..5c657dca1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Phys VERSION 27.0 +project(Phys VERSION 27.1 LANGUAGES CXX C) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v27r1.md b/ReleaseNotes/v27r1.md new file mode 100644 index 000000000..b17f1cf8f --- /dev/null +++ b/ReleaseNotes/v27r1.md @@ -0,0 +1,13 @@ +2022-03-21 Phys v27r1 +=== + +This version uses Rec v25r0, Lbcom v24r0, LHCb v46r0, Gaudi v36r2 and LCG101 with ROOT 6.24.06. + +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 [v27r0](../-/tags/v27r0), with the following changes: + +### Enhancements ~enhancement + +- ~PID | No PID container for down muons, !1038 (@fredi) +- ~"Flavour tagging" | Deepsets for IFT, !1007 (@nnolte) + -- GitLab