Releases: acts-project/detray
Releases · acts-project/detray
Detray Beta 0.11.0
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
Detray Beta 0.9.0
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
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
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
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
Release including the following update(s) since v0.4.0:
- Add detector meta data
- Introduce matrix from acts-project/algebra-plugins and utilize it for track parameter definition
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