Skip to content

Bump Acts version to 0.29.0

This PR bumps the Acts version to v0.29.00

Changes since v0.27.00 are:

v0.28.00

Bug Fixes:

  • Fix Result constructor #309
  • Fix compiler warnings (final, version N, with sparkles) #304
  • Fix even more compiler warnings #301
  • Some small vertexing fixes #296
  • Fix compiler warning in VerticesHelper #295
  • Fix assorted compiler warnings #279

Improvement:

  • Introduce magnetic field caching in vertexing and remove refitAfterBadVertex option #306
  • Make the material classification numbers an opaque vector #299
  • Adding MeasurementHelpers and GainMatrix cpp files #291
  • Adding SurfaceBinningMatcher & Tests, adapt TGeoBuilder #290
  • Remove TrackState #289
  • Removed the material decoration in the DD4hep Plugin #287
  • Add Vector4 types #286
  • Fix narrowing conversions in Result Test #282
  • Rework GeometryHierarchyMap and add Json conversion #278
  • Visualization rework #270
  • Using ParameterSet in SingleFreeTrackParameters #268

Infrastructure:

  • Bump CI container images to v3 #312
  • Fix pattern for which branches trigger WF on PR #311
  • Introduce image versions to all jobs #308
  • Fix installed CMake config #267

New Feature:

  • Howto for material mapping #288

v0.29.00

Bug Fixes:

  • Fix number of columns for projectors #338
  • Fix the CKF example options #335
  • Json converter fix #317
  • fix CUDA kernel syncthread usage #307

Improvement:

  • Tgeo: allow volume search #340
  • Add benchmark for AnnulusBounds #334
  • Switch TGeo parsing/matching to VolumeName instead of NodeName #331
  • Add print helpers for track parameters #324
  • Consistent nested track parameters vector/matrix types #322
  • Refactor the track parameters concepts #320
  • Reinitialisation methods for state objects #319
  • Add latest release and CI badge, fix dfelibs URL #313
  • Add UnitTest for Volume #305
  • Allow navigation initialisation from a given volume #300
  • Stepper update methods without BoundParameters #297
  • Introduce volume oriented Measurements #272

Infrastructure:

  • Release workflow update #318
  • Small CMake fixes #316
  • Add a job that measures build memory consumption and time #315

This supersedes !702 (closed). /cc @bschlag, @corentin We're still looking into any code changes on the Athena side.

Edited by Paul Gessinger-Befurt

Merge request reports