Skip to content
Snippets Groups Projects
Commit 3c506167 authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Release notes and dependencies for v20r10 releease

parent 7a2410a8
No related branches found
No related tags found
2 merge requests!1026Allow for Massive Missing Particles in TupleToolCorrectedMass,!625Release notes and dependencies for v20r10 release
Pipeline #1618850 passed
###############################################################################
# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
......@@ -16,5 +16,5 @@ find_package(GaudiProject)
#---------------------------------------------------------------
# Declare project name and version
gaudi_project(Analysis v20r9p2
USE Phys v25r10p2)
gaudi_project(Analysis v20r10
USE Phys v25r11)
{% set categories = [
'selection', 'hlt1', 'hlt2', 'Configuration',
'Decoding', 'Tracking', 'PV finding', 'Muon', 'Calo', 'RICH', 'Jets',
'PID', 'Composites', 'Filters', 'Functors',
'Event model', 'Persistency',
'MC checking', 'Monitoring', 'Luminosity',
'Core', 'Conditions', 'Utilities',
'Simulation', 'Tuples', 'Accelerators',
'Flavour tagging',
'Build',
] -%}
{% set used_mrs = [] -%}
{% macro section(labels, used=used_mrs) -%}
{% for mr in order_by_label(select_mrs(merge_requests, labels, used), categories) -%}
{% set mr_labels = categories|select("in", mr.labels)|list -%}
- {% if mr_labels %}{{mr_labels|map('label_ref')|join(' ')}} | {% endif -%}
{{mr.title|sentence}}, {{mr.reference}} (@{{mr.author.username}}){% if mr.issue_refs %} [{{mr.issue_refs|join(',')}}]{% endif %}{% if 'highlight' in mr.labels %} :star:{% endif %}
{# {{mr.description|mdindent(2)}} -#}
{% endfor -%}
{% endmacro -%}
{{date}} {{project}} {{version}}
===
This version uses Phys v25rX, Rec v23rX, Lbcom v22rX, LHCb v44rX, Gaudi v29r5 and LCG_93 with ROOT 6.12.06
This version is released on `2018-patches` branch. It is intended for 2018 stripping (`S34r0pX`, `S35r2(pX)`, `S35r3(pX)`) and patches to Moore and stripping in 2018 simulation workflows. Builds with gcc62 on slc6 and centos7 and with gcc7 on centos7
Built relative to Analysis v20rX, with the following changes:
### New features ~"new feature"
{{ section(['new feature']) }}
### Fixes ~"bug fix" ~workaround
{{ section(['bug fix', 'workaround']) }}
### Enhancements ~enhancement
{{ section(['enhancement']) }}
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
{{ section(['cleanup', 'modernisation', 'testing']) }}
### Documentation ~Documentation
{# Collect documentation independently, may lead to repeated entries -#}
{{ section(['Documentation'], used=None) }}
{# Mark as used such documentation does not appear under Other -#}
{% set dummy = section(['Documentation']) -%}
### Other
{{ section([[]]) }}
2020-05-08 Analysis v20r10
===
This version uses Phys v25r11, Rec v23r6, Lbcom v22r2, LHCb v44r7, Gaudi v29r5 and LCG_93 with ROOT 6.12.06
This version is released on `2018-patches` branch. It is intended for 2018 Heavy Ions re-stripping (`S35r2`, `S35r3`) and patches to Moore and stripping in 2018 simulation workflows. Builds with gcc62 on slc6 and centos7 and with gcc7 on centos7
Built relative to Analysis v20r9p2, with the following changes:
### Fixes ~"bug fix" ~workaround
- Fix write beyond array bound, !578 (@cattanem)
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
- ~Build | Remove OPTIONS "-U__MINGW32__" from gaudi_add_dictionary directive, !607 (@cattanem)
- Remove usage of VP, !590 (@cattanem)
- Remove upgrade detectors, !583 (@cattanem)
- Fix compilation warnings, !548 (@cattanem)
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