diff --git a/CMakeLists.txt b/CMakeLists.txt index 39ff2f53993ebed8d72440559b66ba5d5ae77fa7..1ade987b58e352032d17061fbee1ac945712ccf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,5 +16,5 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(Phys v25r12 - USE Rec v23r8) +gaudi_project(Phys v25r13 + USE Rec v23r9) diff --git a/ReleaseNotes/v25r13.md b/ReleaseNotes/v25r13.md new file mode 100644 index 0000000000000000000000000000000000000000..46b3ac59d38aa4eb3b679083279d76cc17b2dc36 --- /dev/null +++ b/ReleaseNotes/v25r13.md @@ -0,0 +1,27 @@ +2023-09-06 Phys v25r13 +=== + +This version uses Rec v23r9, Lbcom v22r4, LHCb v44r9, Gaudi v29r5 and LCG 93. + +This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0p3`), 2017 incremental stripping (`v29r2p3`), 2016 incremental stripping (`S28r2p2`) and patches to Moore and stripping in 2016, 2017 and 2018 simulation workflows. Builds with gcc62 on centos7. +Built relative to Phys [v25r12](../-/tags/v25r12), with the following changes: + + +### Fixes ~"bug fix" ~workaround + +- Add comment explaining fix to FilterUnique, !1076 (@avenkate) +- Order particles by momentum instead of memory address to remove reproducibility issues, !1075 (@avenkate) +- Add StdLooseDetachedTauNoPID to StandardParticles, !1067 (@masmith) +- D2DVVDSIGN needs to call signedDistance() instead of distance() - 2018-patches, !1061 (@masmith) + + +### Enhancements ~enhancement + +- ~PID ~Functors | Add functor for ChargedProtoDedxPIDTool, !1066 (@hjage) +- ~Functors | New LoKi functors for the 2023 restripping, !1065 (@hjage) + + +### Other + +- Add StdNoPIDsDownMuons import to std Muons., !1069 (@ngrieser) +- Chery pick of 1051 to 2018-patches, !1054 (@masmith)