Bump Acts version to v0.9.2
This MR bumps Acts to version v0.9.2.
Version v0.9.0 in principle introduces an incremental-build breaking change, namely a changing library type for the JSON plugin. That plugin, however, is disabled in the externals build. Therefore, the incremental build should work, as far as I can tell.
These are the changes introduced with this bump:
v0.09.02
Bug
v0.09.01
Improvement
- !579 - Add a sha256 hash check to the json cmakelists
- !578 - Update bundled nlohmann::json version to v3.6.1
v0.09.00
New Feature
- !563 - Actually allow external assigning of material
- !560 - External assigning of Material to TrackingGeometry
- !556 - New seedfinder
- !555 - Add new geometry shapes
- !554 - Implement material mapping on top of Propagator
- !543 - Visualization helpers
- !534 - Detector pattern
- !529 - Result error handling
- !522 - Interpolated material map
Bug
- !559 - Fix linking problem, wrong includes, missing tests
- !569 - fix multiple moving of same var
- !565 - Fixes rng seed in VolumeMaterialMapper unit test
- !553 - Use fixed RNG seed for vertexing unit tests
- !550 - Make NavigatorTest pseudo stepper conform to stepper concept
- !549 - CylinderVolumeHelper: Fix BoundarySurface position calculation
- !545 - Change signature of decomposeToSurface
- !542 - Fix 'NaN' in DigiziationModule
- !537 - Fix to the DD4HepConverter after GeometryContext introdcution
Improvement
- !551 - Make some geometry helper methods public
- !540 - Use per-target C++17 feature
- !570 - Add test for Result, fix sfinae
- !568 - Add interface to assign volume material
- !552 - Optimize interpolated B field
- !548 - Make StepperConcept more explicit.
- !547 - Remove channel_id from GeometryID
- !546 - Move a few tests to boost::test solib
- !544 - Switch rectangle bounds to use min and max vertex
- !541 - Include classes in Legacy in Doxygen documentation
- !539 - Kalman chi2
- !538 - Billoir vertex fitter - Error result handling
- !536 - Add commit hash to generated version header
- !533 - Stepper propagator definition IPP
- !532 - Remove boost type erasure
- !531 - Remove variant data
- !520 - Introduce Context object into acts-core
- !518 - Stepper interface