Adapt to Acts 0.10.2
This bumps and adapts to the Acts version v0.10.2
.
This includes 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
Notably, this MR changes around quite a few headers in the install include directory. This will lead to build failures on an incremental build on top of the previous version. (I think @akraszna had a plan for that at some point.)
The corresponding externals MR is at atlasexternals!496 (merged), and will have to be merged, atlasexternals needs a new tag, and this MR needs to be the one to bump the tag. Keeping it WIP until that is completed.
Atlasexternals 2.0.35 is tagged and includes the required change.
2.0.35
w.r.t. 2.0.34
:
Changes in - Updated to Acts v0.10.1;
- Small update in Findmccabe.cmake to make it more future proof;
- Multiple updates from 1.0.X that were necessary for AnalysisBaseExternals and AthAnalysisExternals with GCC 8 on CentOS 7.
Edited by Paul Gessinger