Skip to content

Releases: acts-project/acts

v9.1.2

07 Sep 09:46
Compare
Choose a tag to compare

Fix

v20.1.0

02 Sep 08:19
Compare
Choose a tag to compare

Fix

Test

Feature

Refactor

Performance

CI

Documentation

v9.1.1

16 Aug 11:20
Compare
Choose a tag to compare

Refactor

Fix

CI

Documentation

v20.0.0

16 Aug 09:15
Compare
Choose a tag to compare

⚠️ Breaking changes

  • The template parameters of CombinatorialKalmanFilter, KalmanFitter and GaussianSumFitter changes to

    template <typename propagator_t, typename traj_t>
    class CombinatorialKalmanFilter;
    template <typename propagator_t, typename traj_t>
    class KalmanFitter;
    template <typename propagator_t, typename traj_t,
           typename bethe_heitler_approx_t = detail::BetheHeitlerApprox<6, 5>>
    struct GaussianSumFitter;

    Related classes (options, extensions, result) also change, gaining a traj_t template parameter. This parameter is the type of the memory backend. See #1262 (5cbcbf0) (@paulgessinger)

  • Build DD4hep geometry from hierarchy, use VariantParameters
    This changes the DD4hep integration model. Instead of the DD4hep factory code having to depend on ACTS or the ActsDD4hep glue lib, they now use a mechanism we merged into DD4hep (as of 1.21): MapStringVariantStruct, which is wrapped into a detector element extension as VariantParameters. The minimum DD4hep version is increased to 1.21. See #1257(e72db5d) (@paulgessinger)


Documentation

Feature

Ci

Refactor

Fix

Chore

v19.7.0

16 Aug 09:10
Compare
Choose a tag to compare

Documentation

Refactor

Fix

Feature

CI

Chore

v19.6.0

03 Aug 09:04
Compare
Choose a tag to compare

Chore

Refactor

Test

Fix

CI

Documentation

Feature

v19.5.0

25 Jul 09:54
Compare
Choose a tag to compare

Refactor

CI

Build

Feature

Fix

Chore

Documentation

v19.4.0

07 Jul 13:43
Compare
Choose a tag to compare

Feature

Test

Fix

Refactor

v19.3.0

23 Jun 09:05
Compare
Choose a tag to compare

Fix

Refactor

CI

Feature

v19.2.0

08 Jun 12:50
Compare
Choose a tag to compare

Feature

Fix