Skip to content

Releases: acts-project/detray

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

Detray Beta 0.1.5

10 Nov 05:36
8c5dccc
Compare
Choose a tag to compare
Detray Beta 0.1.5 Pre-release
Pre-release

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

  • The template parameter of grid and transform store is refactored for user interface
  • mask_store in device is supported

Detray Beta 0.1.0

08 Nov 10:58
186d670
Compare
Choose a tag to compare
Detray Beta 0.1.0 Pre-release
Pre-release

This is the first numbered release of the project.

It already comes with a lot of functionality, which will not be described here. Changes going into future numbered releases shall be better documented...