From 8c7dc1b4c84e81c55b6d7299ee0d825c099f0532 Mon Sep 17 00:00:00 2001 From: Rosen Matev <rosen.matev@cern.ch> Date: Thu, 27 May 2021 15:32:15 +0200 Subject: [PATCH] Release notes and dependencies for Phys v32r1 --- CMakeLists.txt | 4 ++-- ReleaseNotes/v32r1.md | 47 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes/v32r1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index a7e9af5fc..52563e6e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,5 +28,5 @@ if(ROOT_VERSION MATCHES "^6\\.22.*") endif() # Declare project name and version -gaudi_project(Phys v32r0 - USE Rec v32r0) +gaudi_project(Phys v32r1 + USE Rec v32r1) diff --git a/ReleaseNotes/v32r1.md b/ReleaseNotes/v32r1.md new file mode 100644 index 000000000..51e651dad --- /dev/null +++ b/ReleaseNotes/v32r1.md @@ -0,0 +1,47 @@ +2021-05-27 Phys v32r1 +=== + +This version uses +Rec [v32r1](../../../../Rec/-/tags/v32r1), +Lbcom [v32r1](../../../../Lbcom/-/tags/v32r1), +LHCb [v52r1](../../../../LHCb/-/tags/v52r1), +Gaudi [v35r4](../../../../Gaudi/-/tags/v35r4) and +LCG [100](http://lcginfo.cern.ch/release/100/) with ROOT 6.24.00. + +This version is released on `master` branch. +Built relative to Phys [v32r0](/../../tags/v32r0), with the following changes: + +### New features ~"new feature" + +- ~Calo ~"Event model" | Add electrons with brem, !820 (@cmarinbe) :star: +- ~Composites | Addition of new ThOr combiners, !868 (@vrenaudi) +- ~Composites ~"Event model" | Add a Generic Track SOA Container, !882 (@agilman) +- ~Monitoring | Add ParticleMassMonitor, !939 (@cmarinbe) +- ~Core | Support for KeyedContainer-based selections in ThOr algorithms, !933 (@apearce) + + +### Enhancements ~enhancement + +- ~Persistency | Fail fast if inputs are missing on positive decisions in SelReportsMaker, !884 (@apearce) [Moore#145] +- ~Build | Make Phys DD4hep aware, !883 (@sponce) + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- ~Persistency | Update refs for LHCb!2989, !923 (@rmatev) +- ~Build | Add missing links to libraries, !927 (@clemenci) +- Follow change in Rec!2401, !922 (@graven) +- Remove unused tools, !909 (@pkoppenb) +- Remove CheckSelResults, !891 (@pkoppenb) +- Undo SmartRefVector workaround following merge of gaudi/Gaudi!1180, !890 (@chasse) + + +### Documentation ~Documentation + +- Update CONTRIBUTING.md to update supported platforms, !926 (@cattanem) + +### Other + +- ~Jets | Include jet tagging with DeltaR using flight direction, !932 (@rangel) +- Add functorcorelib link to particlecombiners, !930 (@nnolte) +- IParticleDescendants - make functions const, !910 (@cprouve) -- GitLab