diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b31166807290a40d028a0cc139abb5c1ef53365..3132b7b77a68ce68794ede7ae651ec2963638ce7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Analysis VERSION 41.8 +project(Analysis VERSION 41.10 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v41r10.md b/ReleaseNotes/v41r10.md new file mode 100644 index 0000000000000000000000000000000000000000..0a01222effb448da10d11730868ff312a8cac7fe --- /dev/null +++ b/ReleaseNotes/v41r10.md @@ -0,0 +1,43 @@ +2023-06-22 Analysis v41r10 +=== + +This version uses +Moore [v54r10](../../../../Moore/-/tags/v54r10), +Allen [v3r10](../../../../Allen/-/tags/v3r10), +Rec [v35r10](../../../../Rec/-/tags/v35r10), +Lbcom [v34r10](../../../../Lbcom/-/tags/v34r10), +LHCb [v54r10](../../../../LHCb/-/tags/v54r10), +Detector [v1r14](../../../../Detector/-/tags/v1r14), +Gaudi [v36r14](../../../../Gaudi/-/tags/v36r14) and +LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00. + +This version is released on the `` branch. +Built relative to Analysis [v41r8p1](/../../tags/v41r8p1), with the following changes: + +### New features ~"new feature" + +- ~Functors | New Hlt{1,2}MCTrueSimEff functors for HltEfficiencyChecker FunTuple migration, !985 (@rjhunter) + + +### Fixes ~"bug fix" ~workaround + +- Use get_pp2mcp_relations instead of force_location, !984 (@graven) + + +### Enhancements ~enhancement + +- ~Core | Prepare for upcoming changes in GaudiAlg, !975 (@clemenci) +- ~Tuples | Update the Run3 DTF: Add extra output and v2 PVs support, !966 (@jzhuo) + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- ~Functors | Remove fragile doctring printing from functorcollections.py, !991 (@erodrigu) + + +### Documentation ~Documentation + + +### Other + +- ~Tuples | Add multiple candidate info with a switch, !980 (@amathad)