Skip to content

v36.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 16:16

36.0.0

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • Replace C-style type_t with std::type_t (#3301) by @AJPfleger
  • 🚨 BREAKING: Remove overstepLimit from EigenStepper (#3224) by @andiwand
  • 🚨 BREAKING: Axis improvements: move from detail + CTAD (#3257) by @paulgessinger
  • 🚨 BREAKING: Update TrackingVolume constructors (#3250) by @paulgessinger
  • 🚨 BREAKING: Remove Measurement from Core (#3282) by @andiwand
  • Unify the GPU device selection ExaTrkX; local variables declaration in FRNN lib (#2925) by @hrzhao76
  • 🚨 BREAKING: Remove CylinderBounds::inside3D (#3204) by @andiwand
  • (geometry) Surface merging uses custom exception (#3334) by @paulgessinger
  • (gx2f) Change type of Gx2fnUpdateColumn to uint32_t (athena compatability) (#3336) by @AJPfleger
  • 🚨 BREAKING: BinningValue becomes a strong enum (#3337) by @paulgessinger
  • Do not allocate memory if the surface is connected with a detector el… (#3069) by @junggjo9
  • Cleaning the code for filling cylindrical grid (#3344) by @CarloVarni
  • 🚨 BREAKING: Rewrite BoundaryCheck; Rename to BoundaryTolerance and split out inside checks (#3170) by @andiwand
  • 🚨 BREAKING: Use track container in Core CKF and pass track proxies to delegates (#3161) by @andiwand
  • 🚨 BREAKING: Track EDM brush over (#3192) by @andiwand
  • Cluster features for GNN pipeline (#3356) by @benjaminhuth
  • Truth graph metrics for Exa.TrkX with separate algorithm (#3354) by @benjaminhuth
  • 🚨 BREAKING: Split propagator options (#3181) by @andiwand
  • 🚨 BREAKING: Refactor navigator options (#3182) by @andiwand
  • 🚨 BREAKING: Use c++20 concept to define insert function for different types of seed collections (#3367) by @CarloVarni
  • 🚨 BREAKING: Clean up GainMatrixUpdater a bit (#3387) by @andiwand
  • 🚨 BREAKING: Refactor direct navigator initialization (#3183) by @andiwand
  • Refactor RootTrackStateWriter in Examples (#3374) by @andiwand
  • 🚨 BREAKING: Move Navigator external surfaces into options (#3189) by @andiwand
  • Make the MagneticFieldContext & GeometryContext to be hard types (#3349) by @junggjo9
  • Use requires in Track EDM (#3388) by @paulgessinger
  • 🚨 BREAKING: Remove redundant variables from Seed filter state (#3393) by @CarloVarni

📚 Documentation

🧪 Testing

🛠️ Build

⚙️ Miscellaneous Tasks