From 182b76c6f75cc44f96a0bcaeb6fd8a784d4b403d Mon Sep 17 00:00:00 2001 From: Rosen Matev <rosen.matev@cern.ch> Date: Thu, 22 Oct 2020 17:53:26 +0200 Subject: [PATCH] Release notes and dependencies for v16r3 --- CMakeLists.txt | 4 ++-- ReleaseNotes/release_notes_template.md | 4 ++-- ReleaseNotes/v16r3.md | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 ReleaseNotes/v16r3.md diff --git a/CMakeLists.txt b/CMakeLists.txt index b6589002d..dcb0beab5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,8 +21,8 @@ if (USE_DD4HEP) endif() # Declare project name and version -gaudi_project(Alignment v16r2 - USE Phys v31r1 +gaudi_project(Alignment v16r3 + USE Phys v31r2 DATA AppConfig FieldMap ParamFiles) diff --git a/ReleaseNotes/release_notes_template.md b/ReleaseNotes/release_notes_template.md index 18f2eac1a..4d0d6f0cd 100644 --- a/ReleaseNotes/release_notes_template.md +++ b/ReleaseNotes/release_notes_template.md @@ -1,6 +1,6 @@ {% set categories = [ - 'selection', 'hlt1', 'hlt2', 'Configuration', - 'Decoding', 'Tracking', 'PV finding', 'Muon', 'Calo', 'RICH', 'Jets', + 'Configuration', + 'Decoding', 'Tracking', 'PV finding', 'VP', 'UT', 'FT', 'Muon', 'Calo', 'RICH', 'Jets', 'PID', 'Composites', 'Filters', 'Functors', 'Event model', 'Persistency', 'MC checking', 'Monitoring', 'Luminosity', diff --git a/ReleaseNotes/v16r3.md b/ReleaseNotes/v16r3.md new file mode 100644 index 000000000..5e1d00401 --- /dev/null +++ b/ReleaseNotes/v16r3.md @@ -0,0 +1,24 @@ +2020-10-22 Alignment v16r3 +=== + +This version uses +Phys [v31r2](../../../../Phys/-/tags/v31r2), +Rec [v31r2](../../../../Rec/-/tags/v31r2), +Lbcom [v31r2](../../../../Lbcom/-/tags/v31r2), +LHCb [v51r2](../../../../LHCb/-/tags/v51r2), +Gaudi [v34r1](../../../../Gaudi/-/tags/v34r1) and +LCG [97a](http://lcginfo.cern.ch/release/97a/) with ROOT 6.20.06. + +This version is released on `master` branch. +Built relative to Alignment [v16r2](../-/tags/v16r2), with the following changes: + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- Update test references for recent changes, !145 (@rmatev) +- NTupleSvc in VP aligment options and removing convergence in modules test, !143 (@bimitres) +- Remove L0 from Alignment, !141 (@pkoppenb) +- Cleaned up ref file of escher-default, !140 (@sponce) +- Remove obsolete configurables tests, !139 (@cattanem) +- Support for python3, !138 (@cattanem) +- Migrate to Gaudi/Property.h, !135 (@rmatev) +- Adapt Alignment code to DD4hep, !133 (@sponce) -- GitLab