37.3.0
🚀 Features
🐛 Bug Fixes
- Make callable args universal references (#3789) by @paulgessinger
- Remove a number of Sonar issues (#3780) by @paulgessinger
- Do not use requires in class EDM definition (#3731) by @CarloVarni
- Protect TrackSelector against eta=nan (#3785) by @timadye
- MeasSel error output, config check (#3794) by @paulgessinger
- Require TBB to be found by cmake (#3507) by @benjaminhuth
- Wrong definition of the constraint (#3803) by @CarloVarni
🚜 Refactor
- Rework random parameter and covariance generation (#3777) by @andiwand
- Replace
fabs(
andsqrtf(
withstd::abs
andstd::sqrt(
(#3787) by @AJPfleger - Improve log in seeding (#3792) by @CarloVarni
- (gx2f) Analyse temporary track in an extra function (#3799) by @AJPfleger
- (gx2f) Improve logging (#3801) by @AJPfleger
- Tweak
Sequencer
alias handling and logging in Examples (#3793) by @andiwand
🛠️ Build
- Unconditionally load Boost in CMake config (#3779) by @stephenswat
⚙️ Miscellaneous Tasks
- Bump dependency tarball version to v5 (#3782) by @paulgessinger
- Dependency URL not set correctly (#3786) by @AJPfleger
- (tests) Brush over surface tests (#3783) by @AJPfleger
- Update PR template, add cut-off marker (#3741) by @paulgessinger
- Change coverage badge from codecov to sonarcloud (#3797) by @AJPfleger