From 6860561c1b12440bf1b9c4904383992721fd2f79 Mon Sep 17 00:00:00 2001 From: Davide Fazzini <davide.fazzini@cern.ch> Date: Fri, 21 Apr 2023 17:31:40 +0200 Subject: [PATCH] Documentation and dependencies for v63r7 release --- CMakeLists.txt | 2 +- ReleaseNotes/v63r7.md | 58 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v63r7.md diff --git a/CMakeLists.txt b/CMakeLists.txt index edd3545fb..1cab3c117 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(DaVinci VERSION 63.6 +project(DaVinci VERSION 63.7 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v63r7.md b/ReleaseNotes/v63r7.md new file mode 100644 index 000000000..bc3d039e6 --- /dev/null +++ b/ReleaseNotes/v63r7.md @@ -0,0 +1,58 @@ +2023-04-21 DaVinci v63r7 +=== + +This version uses +Analysis [v41r7](../../../../Analysis/-/tags/v41r7), +Moore [v54r7](../../../../Moore/-/tags/v54r7), +Allen [v3r7](../../../../Allen/-/tags/v3r7), +Rec [v35r7](../../../../Rec/-/tags/v35r7), +Lbcom [v34r7](../../../../Lbcom/-/tags/v34r7), +LHCb [v54r7](../../../../LHCb/-/tags/v54r7), +Gaudi [v36r12](../../../../Gaudi/-/tags/v36r12), +Detector [v1r11](../../../../Detector/-/tags/v1r11) and +LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00. + +This version is released on the `master` branch. +Built relative to DaVinci [v63r6](/../../tags/v63r6), with the following changes: + +### New features ~"new feature" + +- Upstream project highlights :star: + + +### Fixes ~"bug fix" ~workaround + +- Upstream project highlights :star: + + +### Enhancements ~enhancement + +- ~"MC checking" | Dropped hashes for MCTruthAndBkgCat algo, !878 (@sponce) +- ~"MC checking" | Add a test for issue 100 in DaVinciTests, !865 (@erodrigu) +- Upstream project highlights :star: + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- ~Functors | Follows https://gitlab.cern.ch/lhcb/Rec/-/merge_requests/3138 (Tests for delta mass functors), !867 (@tfulghes) +- Update options for LHCb integration tests, !883 (@dfazzini) +- Update DaVinciExamples/example_data/spruce_b2jpsik_opt.yaml, !881 (@erodrigu) +- Fix reference for DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt, !880 (@erodrigu) +- Updated tests to follow new multiplicity counter added in Rec!3322, !853 (@roneil) +- Upstream project highlights :star: + + +### Documentation ~Documentation + +- Update DaVinciExamples/example_data/spruce_b2jpsik_opt.yaml, !881 (@erodrigu) +- Documentation of DaVinciTutorials and DaVinciExamples, !826 (@mamartin) +### Other + +- ~Configuration | Prefer ThOr over LoKi for decreport filter, !885 (@graven) +- ~Configuration ~Luminosity | Config changes: options.stream -> options.input_stream, Turbo -> TurboPass, !886 (@nskidmor) +- ~Tuples | Add MCPrimaries and more MC functors, !815 (@jzhuo) +- Update References for: Moore!2220 based on lhcb-master-mr/7597, !888 (@lhcbsoft) +- Update References for: DaVinci!885 based on lhcb-master-mr/7607, !887 (@lhcbsoft) +- Standard particles: Remove ProbNN, cuts. Fix decaydescriptor clones and PID cut issue., !866 (@alobosal) +- Update References for: Analysis!970, DaVinci!878 based on lhcb-master-mr/7465, !879 (@lhcbsoft) +- Update References for: Rec!3322, DaVinci!853 based on lhcb-master-mr/7437, !854 (@lhcbsoft) -- GitLab