Skip to content

Releases: acts-project/acts

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

v19.1.0

25 May 09:08
Compare
Choose a tag to compare

Feature

CI

Fix

Documentation

v19.0.0

09 May 07:53
Compare
Choose a tag to compare

⚠️ Breaking

  • The NavigationDirection enum changes to enum class. The values are renamed NavigationDirection::forward -> NavigationDirection::Forward and NavigationDirection::backward -> NavigationDirection::Backward. (394cfdb) (@paulgessinger)
  • Changed the way source links are passed to the CKF findTracks method. Instead of taking a container of source links, it now assumed the CKF options have a source link accessor connected which is configured to be able to access that container. (65d1e09) (@paulgessinger)

Refactor

CI

Feature

Fix

Chore

v18.0.0

04 Apr 15:08
Compare
Choose a tag to compare

Highlights:

⚠️ Breaking

Remove assumption on constness of InternalSpacePoint (#1196) (be5fec4) (@noemina).
This was required in order to be able to update space points while processing. As these methods should generally not run concurrently on the same space point inputs, this should be safe.

Feature

Refactor

CI

Build

Fix

Performance

Documentation

v17.1.0

22 Feb 08:13
Compare
Choose a tag to compare

Feature

CI

Performance

Refactor

Fix