Skip to content
Snippets Groups Projects
Commit 2bfff864 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'v54r1-release' into 'master'

Prepare DaVinci v54r1

See merge request lhcb/DaVinci!584
parents da62295f b42d98bc
No related branches found
Tags v63r1
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!584Prepare DaVinci v54r1
Pipeline #3176925 passed
......@@ -11,7 +11,7 @@
cmake_minimum_required(VERSION 3.15)
project(DaVinci VERSION 54.0
project(DaVinci VERSION 54.1
LANGUAGES CXX)
# Enable testing with CTest/CDash
......
{% 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',
......@@ -28,7 +28,7 @@ This version uses
{{project_deps|last}}.
This version is released on `master` branch.
Built relative to {{project}} [{{project_prev_tag}}](../-/tags/{{project_prev_tag}}), with the following changes:
Built relative to {{project}} [{{project_prev_tag}}](/../../tags/{{project_prev_tag}}), with the following changes:
### New features ~"new feature"
......
2021-10-28 DaVinci v54r1
===
This version uses
Analysis [v34r1](../../../../Analysis/-/tags/v34r1),
Phys [v33r3](../../../../Phys/-/tags/v33r3),
Rec [v33r3](../../../../Rec/-/tags/v33r3),
Lbcom [v33r4](../../../../Lbcom/-/tags/v33r4),
LHCb [v53r4](../../../../LHCb/-/tags/v53r4),
Gaudi [v36r2](../../../../Gaudi/-/tags/v36r2) and
LCG [101](http://lcginfo.cern.ch/release/101/) with ROOT 6.24.06.
This version is released on `master` branch.
Built relative to DaVinci [v54r0](/../../tags/v54r0), with the following changes:
### New features ~"new feature"
- ~Configuration | Make the new DaVinci working with ProdConf, !580 (@dfazzini)
- RefBot going live!, !581 (@chasse)
### Fixes ~"bug fix" ~workaround
- ~Configuration | Resolve "test_davinci_tupling_advanced always runs into timeout", !572 (@dfazzini) [#8]
### Enhancements ~enhancement
- ~Tuples | Update tupling example to accommodate changes in FunctorCollection, !566 (@mferrill) [#15]
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
- ~Configuration | Resolve "Tupling test running on spruced output", !573 (@dfazzini) [#6]
- ~Configuration | Remove old davinci configurable and related tests, !568 (@dfazzini)
- ~Configuration | Resolve "Avoid use of environment variables", !567 (@dfazzini) [#7]
- ~Configuration | Lint/clean-up/fix new configuration, !564 (@erodrigu)
- ~Tuples | Remove DecayTreeTuple, !554 (@pkoppenb) [lhcb-dpa/project#7]
- Follow changes in LHCb!3260, !578 (@graven)
- Reference update for Phys!968, !570 (@lmeyerga)
- Adapt test to ProbNN functors, !549 (@pkoppenb)
- Lint all Python files in the project, !576 (@erodrigu)
......@@ -22,7 +22,7 @@ if(NOT COMMAND lhcb_find_package)
endif()
# -- Public dependencies
lhcb_find_package(Analysis 34.0 REQUIRED)
lhcb_find_package(Analysis REQUIRED)
find_data_package(AppConfig 3.0 REQUIRED)
find_data_package(FieldMap 5.0 REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment