Releases: acts-project/detray
Releases · acts-project/detray
Detray Beta 0.14.0
Release including many updates since v0.13.0.
- Refactor the tuple container and add a surface finder store
- Add a grid factory
- Add a scalar template parameter for unit constants
- Fix bugs in simulator
- Add a random track generator
Detray Beta 0.13.0
Release including many updates since v0.12.0.
- Define the measurement dimension for masks
- Add a simulation toolkit
- Adapt project to macOS12
Detray Beta 0.12.0
Release including many updates since v0.11.0.
- Add jacobian transformation for cartesian2, polar2, cylindrical2 and line coordinates
- Navigator and stepper states own tracking geometry and field, respectively
- Replace the original constant magnetic field class with covfie field
- Add a new grid class
- and many more trivial changes
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