Bump Acts version to v0.10.2
This MR bumps Acts to v0.10.2
with the following changes since v0.9.2
:
v0.10.02
New Feature
Bug
- !597 - Use a consistent system of units
- !612 - Unify setup for deploy stage jobs
- !602 - Adapt the benchmarks to use 6-dimensional covariance matrices
Improvement
- !619 - Hotfix for v0.10.X: EigenStepper can run into infinite loop
- !617 - Fix typo in filename of AlignmentContextTests
- !616 - Update DiamondBounds constructor parameter names and figure
- !606 - Reduce problem size for BVHNavigationTests
- !596 - Kalman Filter: Gain matrix regression tests and bugfix
v0.10.01
Bug
v0.10.00
New Feature
- !600 - Add Bounding Volume Hierarchy capabilities for Navigation
- !598 - Add visitor method for overallocated matrices
- !586 - Implementation of Ray and Frustum
- !562 - Implement bounding boxes for Volumes, VolumeBounds
- !535 - Iterative vertex finder
Improvement
- !583 - Introducing new dimension into track parametrisation
- !580 - Renaming of dimension related typedefs
- !576 - Introducing time component to Vertexing
- !575 - Update contribution guide
- !574 - Change wording of license statement
- !573 - FloatComparisons: allow dynamic matrices
- !572 - Reorganize into higher level module folders
- !571 - Helper documentation, static asserts, tests
- !567 - KalmanFilter: Use source links
Infrastructure
- !593 - Fix default arguments
- !592 - Change authors file in core repo
- !589 - Attempt to fix docker based formatting script again
- !585 - Fix docker based formatting script.
- !581 - Update CI scripts
Uncategorized
This moves around a large number of header files in the Acts install include directory, so anything depending on them will not build incrementally on top of the previous version.
Edited by Paul Gessinger