v14.0.0
Breaking
-template <typename calibrator_t, typename outlier_finder_t>
+template <typename calibrator_t, typename outlier_finder_t, typename reverse_filtering_logic_t>
struct KalmanFitterOptions {
Feature
- Python bindings for G4 (#978) (54532ab) (@paulgessinger)
- Allow setting the Geant4 random seed via command line (#1022) (6f3abdd) (@paulgessinger)
- Kf reverse filtering option (#1021) (849e792) (@Corentin-Allaire)
- Add python based tests (#975) (51b62f8) (@paulgessinger)
- Alignment centralization (#979) (7e87eb1) (@paulgessinger)
- Adding new TrackSummary analysis (#1001) (badba0b) (@asalzburger)
- Add variable axis type for SpacePointGrid - Follow-up (#1005) (69d74c4) (@LuisFelipeCoelho)
- Python bindings for the Examples (#845) (60e036d) (@paulgessinger)
- ITk module splitting according to json configuration (#999) (682a7bd) (@niermann999)
- Allow sampling in eta (#1009) (5e72a40) (@asalzburger)
- Add different mapping types (#993) (6d5f498) (@Corentin-Allaire)
- Add variable axis type for SpacePointGrid (#976) (2da8c5b) (@LuisFelipeCoelho)
Ci
- Bump CI images to v13 (#1023) (bcb3eed) (@paulgessinger)
- Remove CVMFS based LCG jobs again (#1018) (accd7a6) (@paulgessinger)
Refactor
- VecMem-ification of the Sycl Seedfinder Plugin (#998) (162bad9) (@konradkusiak97)
- Remove g4 detector construction factory (#1016) (ab6acfd) (@paulgessinger)
- Simplify G4 event registry with thread-local (#1006) (357202c) (@paulgessinger)
Fix
- A bug in the Triplet finding algorithm (#1025) (c607476) (@konradkusiak97)
- Make analysis apps compile (#1020) (adfffb6) (@asalzburger)
- Fix seeding parameters (#1004) (01246fa) (@toyamaza)
- BoundParamResolution should include TError.h (#1014) (cbc72d6) (@wdconinc)
- SimParticleTranslation does not correctly translate momentum (#1015) (a628d9a) (@paulgessinger)
- Remove usage of
ordered_json
(#1012) (10b883e) (@paulgessinger)
Documentation
- Clarify that ONNX plugin uses ONNX Runtime (#1013) (b5adbb6) (@HadrienG2)
- Bump sphinx and breathe (#1002) (867a174) (@paulgessinger)
Chore
- Change to CERN Gitlab repo for ODD (#1000) (a236dde) (@paulgessinger)
New Contributors
- @LuisFelipeCoelho made their first contribution in #976
- @wdconinc made their first contribution in #1014
- @timadye made their first contribution in #1011
- @konradkusiak97 made their first contribution in #998
Full Changelog: v13.0.0...v14.0.0