diff --git a/CMakeLists.txt b/CMakeLists.txt index fb41e9c6f3d5e2a0ac127f4eb8a4742c2a57a5e2..54c000bdd6a1e3b1b26d6beb86dbb480cdeb5f6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(DaVinci VERSION 61.0 +project(DaVinci VERSION 62.0 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v62r0.md b/ReleaseNotes/v62r0.md new file mode 100644 index 0000000000000000000000000000000000000000..14fec8189303923fb18424d245b5dda19e755b98 --- /dev/null +++ b/ReleaseNotes/v62r0.md @@ -0,0 +1,58 @@ +2022-08-02 DaVinci v62r0 +=== + +This version uses + Gaudi: [v36r7](../../../../Gaudi/-/tags/v36r7), + Detector: [v1r3](../../../../Detector/-/tags/v1r3), + LHCb: [v53r10](../../../../LHCb/-/tags/v53r10), + Lbcom: [v33r10](../../../../Lbcom/-/tags/v33r10), + Rec: [v34r4](../../../../Rec/-/tags/v34r4), + Analysis: [v40r5](../../../../Analysis/-/tags/v40r5), + +This version is released on `master` branch. +Built relative to DaVinci [v61r0](/../../tags/v61r0), with the following changes: + +### New features ~"new feature" + +- ~Configuration | Remove davinci command, !723 (@cburr) :star: +- Upstream project highlights :star: + + +### Fixes ~"bug fix" ~workaround + +- ~Configuration | Add fix for reading files with eosuser prefix, !714 (@dfazzini) +- Resolve "Do not override builtin functions in options files", !671 (@dfazzini) [#37] +- Upstream project highlights :star: + + +### Enhancements ~enhancement + +- ~"MC checking" ~Tuples | Thor functors for MCTrackInfo, !707 (@jzhuo) +- ~Tuples | Invalid value handling in nTuples, !720 (@amathad) +- Test usage of F.CHILD with F.MAP_INPUT with DTF, !713 (@amathad) +- Upstream project highlights :star: + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- ~Configuration | Finish migration of tests to use lbexec, !722 (@cburr) +- ~Functors | Tests for flight distance and IP wrt all pvs, !725 (@amathad) +- Upstream project highlights :star: + + +### Documentation ~Documentation + +- ~Configuration | Finish migration of tests to use lbexec, !722 (@cburr) +- ~"MC checking" ~Tuples | Thor functors for MCTrackInfo, !707 (@jzhuo) +- Couple of fixes for Sphinx documentation, !727 (@erodrigu) +- Debugging docs CI job failure, !726 (@cburr) +- Update documentation for lbexec, !724 (@cburr) +- Update conf.py, !717 (@erodrigu) +- Convert tutorials and debugging examples to use lbexec, !709 (@cburr) +- DaVinci documentation - set-up of webpages with Sphinx, !647 (@mamartin) + +### Other + +- ~Tuples | Follows Rec!2959, !721 (@tfulghes) +- Update References for: Detector!244 based on lhcb-master-mr/5076, !728 (@lhcbsoft) +- Revert "Merge branch 'jzhuo_FunTuple_MCRec' into 'master'", !712 (@sponce)