Releases: acts-project/detray
Releases · acts-project/detray
v0.75.0
What's Changed
- ref: Implement step tracer actor and combine it with track inspector by @niermann999 in #803
- Make sure the local error is less than a specific value for every step by @beomki-yeo in #804
- Do not specify the figure size for continuous benchmark by @beomki-yeo in #810
- Disable sycl test in gitlab instead by @beomki-yeo in #811
- Update surface kernel to accept string_view. by @CrossR in #807
- ref: Harmonize cmake warnings with ACTS and switch false warnings off by @niermann999 in #813
- ref: Record the material steps in the material tracer by @niermann999 in #806
- ref: Merge test/common/utils and detray/utils to new library by @niermann999 in #812
New Contributors
Full Changelog: v0.74.2...v0.75.0
v0.74.2
What's Changed
- ref: cmake version number by @niermann999 in #801
- ref: Adapt the assertions in the navigator to cache exhaustion by @niermann999 in #802
Full Changelog: v0.74.1...v0.74.2
v0.74.1
What's Changed
- Update README.md for the minimum C++ compiler version by @beomki-yeo in #799
- ref: Remove assert for negative times by @niermann999 in #800
v0.74.0
What's Changed
- ref: Update version number by @niermann999 in #793
- ref: Remove distiction between free vector and free track parameters by @niermann999 in #792
- ref: Move the transform index onto the barcode by @niermann999 in #795
- ref: Replace logic operators by @niermann999 in #796
- ref: bound track parameter interface by @niermann999 in #794
- ref: make protected member variables private and add the excplicit keyword to constructors by @niermann999 in #797
- ref: fixed window navigaiton by @niermann999 in #798
Full Changelog: v0.73.0...v0.74.0
v0.73.0
What's Changed
- Add missing eta range in SYCL propagator test by @stephenswat in #782
- Raise minimum C++ version to 20 by @stephenswat in #771
- Define pdg particles and refactor charge in tracks by @beomki-yeo in #783
- Split CPU and CUDA propagation benchmark by @beomki-yeo in #786
- Add Bremsstrahlung energy loss for electrons by @beomki-yeo in #785
- Add workflow for continous benchmark by @beomki-yeo in #788
- Remove the covariance matrix from the free track parameters by @beomki-yeo in #790
Full Changelog: v0.72.1...v0.73.0
v0.72.1
What's Changed
Full Changelog: v0.72.0...v0.72.1
v0.72.0
What's Changed
- fix: access to material parameters from tracking surface by @niermann999 in #767
- ref: Remove the incidence angle from the intersection by @niermann999 in #723
- Avoid using
std::sort
in device code by @stephenswat in #772 - Replace
math::abs
withmath::fabs
where needed by @stephenswat in #773 - Update algebra-plugins to v0.25.0 by @stephenswat in #774
- Update actsvg version to v0.4.45 by @stephenswat in #775
- Fix a few more floating point conversion errors by @stephenswat in #776
- Mark dependencies as system libraries by @stephenswat in #777
- fix: Update surface material selection in random scatterer by @niermann999 in #778
Full Changelog: v0.71.0...v0.72.0
v0.71.0
What's Changed
- fix: typo in README by @fredevb in #769
- ref: Remove thrust dependency by @niermann999 in #770
Full Changelog: v0.70.0...v0.71.0
v0.70.0
What's Changed
- ref: Add labels to the material svgs by @niermann999 in #764
- Add CI jobs for the C++20 standard by @stephenswat in #745
- fix: implement DETRAY_SVG_DISPLAY cmake option by @fredevb in #768
Full Changelog: v0.69.1...v0.69.2
v0.69.1
What's Changed
- Fix the jacobian histogram plot by @beomki-yeo in #766
Full Changelog: v0.69.0...v0.69.1