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

Merge branch 'v31r2-release' into 'master'

Release notes and dependencies for v31r2

See merge request !803
parents 420739a3 e0fb2545
No related branches found
Tags v31r2
3 merge requests!887StdLooseDetachedTau{NonPhys/NoPID} updates,!880WIP: Add option to use the state provider instead of the track trajectory in the DecayTreeFitter,!803Release notes and dependencies for v31r2
Pipeline #2034577 passed
......@@ -5,10 +5,15 @@
# build products
InstallArea/
# Centrally managed files and helpers
.clang-format
toolchain.cmake
Makefile
cache_preload.cmake
# CMake temporary files
build.*/
build*/
.build/
build-dir/
CMakeFiles/
CTestTestfile.cmake
CPackSourceConfig.cmake
......@@ -25,25 +30,19 @@ DoxyWarnings.log
*.launch.py
*.launch.opts
# Eclipse data
# QMTest byproducts
**/tests/qmtest/*
!**/tests/qmtest/*.qms
!**/tests/qmtest/*.qmt
# Metadata used by IDEs
# - Eclipse
.project
.cproject
.settings
.pydevproject
.eclipse/
# CMT tempoary files
build.*.log
Makefile
NMake
install.*.history
setup.*
cleanup.*
version.cmt
genConf/
QMTest/
test_results/
*-slc[56]-*/
i686-winxp-vc9-dbg/
.*-slc[56]-*.d/
.i686-winxp-vc9-dbg.d/
# - QtCreator
CMakeLists.txt.user
# - VSCode
.vscode/
......@@ -16,5 +16,5 @@ find_package(GaudiProject)
#---------------------------------------------------------------
# Declare project name and version
gaudi_project(Phys v31r1
USE Rec v31r1)
gaudi_project(Phys v31r2
USE Rec v31r2)
{% set categories = [
'Configuration',
'Decoding', 'Tracking', 'PV finding', 'Muon', 'Calo', 'RICH', 'Jets',
'Decoding', 'Tracking', 'PV finding', 'VP', 'UT', 'FT', 'Muon', 'Calo', 'RICH', 'Jets',
'PID', 'Composites', 'Filters', 'Functors',
'Event model', 'Persistency',
'MC checking', 'Monitoring', 'Luminosity',
......
2020-10-19 Phys v31r2
===
This version uses
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 Phys [v31r1](../-/tags/v31r1), with the following changes:
### New features ~"new feature"
- ~Composites ~Functors | Add a new ThOr::Combiner<T>, !749 (@nnolte) :star:
- ~"MC checking" | Clone associated relations when cloning ProtoParticle objects, !761 (@apearce)
### Enhancements ~enhancement
- ~Tracking ~"Event model" | Adapt to the track containers with flexible sizes, !792 (@peilian)
- ~Build | ARM support, !783 (@ahennequ)
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
- ~Calo | New round of cleanup of old style counters, !781 (@sponce)
- ~Build | Add missing include to fix compilation error in dev3, !760 (@cattanem)
- ~Build | Fix use of CLHEP to be compatible with Gaudi new cmake configuration, !722 (@sponce)
- Fix relative imports, !799 (@clemenci)
- Adapt to new Gaudi Monitoring, !796 (@sponce)
- Clean up some code to make it Python 3 compatible, !785 (@clemenci)
- Remove spurious include, !776 (@graven)
- Used new counters rather than old ones anywhere we can be backward compatible, !775 (@sponce)
- Remove L0 from MicroDST, !774 (@pkoppenb)
- Remove RestoreCaloRecoChain, !773 (@pkoppenb)
- Remove CaloGECFilter, !772 (@pkoppenb)
- Replace savannah bugs by corresponding JIRA tasks, !770 (@pkoppenb)
- Remove swimming from MicroDST and DST writers, !767 (@pkoppenb)
- Remove dependency on L0Event, !765 (@pkoppenb)
- Remove swimming, !763 (@pkoppenb) [LHCBPS-1867]
- Migrate to Gaudi/Property.h, !750 (@jonrob)
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