Releases: acts-project/detray
Releases · acts-project/detray
Detray Beta 0.4.0
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
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
Release including the following update(s) since v0.1.5:
- Removed auto template parameter of
grid2
to use standaloneget_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
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
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...