Skip to content

Releases: acts-project/detray

Detray Beta 0.11.0

15 Sep 07:22
18837f6
Compare
Choose a tag to compare
Detray Beta 0.11.0 Pre-release
Pre-release

Release including many updates since v0.10.0.

  • Integrated covfie into the project;
  • Integrated actsvg into the project;
  • Improved the project's support for CMake >=3.24;
  • Improved the usage of Thrust in the build configuration;
  • Various other bug fixes and improvements.

Detray Beta 0.10.0

25 Jul 20:16
2dc4cb0
Compare
Choose a tag to compare

Release including the following update(s) since v0.9.0:

  • Updated algebra-plugins to v0.13.0 (#268)
  • Added line mask and its intersection (#270)
  • CI workflow for GPU (#274)
  • Added materials into detector (#277)

Detray Beta 0.9.0

10 Jun 16:35
ca1a9bc
Compare
Choose a tag to compare

Release including the following update(s) since v0.8.0:

  • Update CMake version requirement
  • Add mask_base class to avoid the code repetition

Detray Beta 0.8.0

09 Jun 00:43
23f7e36
Compare
Choose a tag to compare

Release including the following update(s) since v0.7.0:

  • Add host accessible memory resource to grid2 buffer
  • Add Generic container for tuple of vector and tuple of array
  • Add scalar template parameter for some classes

Detray Beta 0.7.0

02 May 18:46
c2efd82
Compare
Choose a tag to compare

Release including the following update(s) since v0.6.0:

  • Add covariance transport in RK stepper
  • Add pathlimit aborter
  • Add navigation policies
  • Add a grid2 buffer constructor with size vector
  • Improve grid2 with const correcteness

Detray Beta 0.6.0

14 Apr 20:41
f5c1a00
Compare
Choose a tag to compare

Release including the following update(s) since v0.5.0:

  • Introduce matrix algebra from acts-project/algebra-plugins
  • Introduce grid2 const type
  • Refactor trust-based navigator
  • Introduce an actor for propagator
  • Introduce constrained step for stepper
  • Reorganize the core directory
  • Several bug fixes

Detray Beta 0.5.0

16 Feb 19:17
d345b26
Compare
Choose a tag to compare
Detray Beta 0.5.0 Pre-release
Pre-release

Release including the following update(s) since v0.4.0:

Detray Beta 0.4.0

09 Feb 15:52
e7e2803
Compare
Choose a tag to compare
Detray Beta 0.4.0 Pre-release
Pre-release

Release including the following update(s) since v0.3.0:

  • Fixed a bug in detray::detail::tuple_size;
  • Made a small cleanup in detray::mask_store;
  • Added CUDA tests for a bit more of the project's code;
  • Made it possible to use detray::navigator in CUDA code;
  • Eliminated all build warnings with GCC and Clang on Linux;
    • Required updating to newer versions of vecmem and algebra-plugins, which would have warnings fixed in themselves.

Detray Beta 0.3.0

21 Jan 10:31
57cc52c
Compare
Choose a tag to compare
Detray Beta 0.3.0 Pre-release
Pre-release

Release including too many updates since v0.2.0 to fully enumerate.

  • Made many parts of the code, most notably detray::grid2, usable in (CUDA) device code;
  • Adapted to not receiving an algebra::scalar type from algebra-plugins anymore.

Detray Beta 0.2.0

15 Nov 05:51
7c0d86d
Compare
Choose a tag to compare
Detray Beta 0.2.0 Pre-release
Pre-release

Release including the following update(s) since v0.1.5:

  • Removed auto template parameter of grid2 to use standalone get_data() with nvcc compiler
  • Edit single_type_navigator for better consistency
  • Add or improve some unit tests related to single_type_navigator