Skip to content

13.5.2

Latest

Choose a tag to compare

@baltzell baltzell released this 07 Jan 20:47
· 10 commits to development since this release
7b0987d

Summary

Compatible with GEMC 5.12 (and 5.11 except for AHDC). Requires Java 21+.

  • New and improved DC AI track-finding model and architecture
  • Add DC denoising networks with multi-sector training
  • Fix AHDC thread safety and bank variable names
  • Logging improvements

What's Changed

🐛 Bug Fixes

  • fix: doubled log messages when SplitLogManager.configureHandlers is called twice by @c-dilks in #1043

✨ AI Updates

  • chore(submodule): bump etc/data/nnet from 4783867 to 636c5e8 by @dependabot[bot] in #1019
  • update DCDenoiseEngine.java with model trained by samples from all 6 sectors by @tongtongcao in #1021
  • Add an engine to apply new AI models for forward track finding by @tongtongcao in #1039

🔘 RG-L Updates

  • fix: add check for null by @baltzell in #1046
  • Fix bank variable names and restore thread-safety for AHDC pulse extraction by @baltzell in #1048

🚀 Performance Updates

  • feat: add TranslationTable, for appending CCDB translation tables with DetectorType by @baltzell in #1029

☕ Java Updates

  • fix: Timer needs daemon mode (might be post-java8) by @baltzell in #1027
  • build(deps): bump org.json:json from 20250517 to 20251224 by @dependabot[bot] in #1037

📦 Dependency Updates

🔘 Other Changes

Full Changelog: 13.5.1...13.5.2