diff --git a/CMakeLists.txt b/CMakeLists.txt index a7e9af5fcef2f391ab4e5246bfa7a18347fb2e4a..52563e6e905d844c82e5995bdb61a195e659631b 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 0000000000000000000000000000000000000000..51e651dadd46be773408d1dc711841d9d0cc5115 --- /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)