Skip to content

13.4.0

Choose a tag to compare

@baltzell baltzell released this 15 Oct 01:33
· 52 commits to development since this release
cdc49be

Requires Java 21

Summary

  • Add REC::FTrack bank for FMT tracks
  • RG-L/ALERT updates
    • AHDC waveform classification and magnetic field configuration
    • ATOF event start time determination
  • Fix ECAL CCDB hit status interpretation
  • Add DC denoising
  • Miscellaneous
    • Support stock schema from YAML without absolute path
    • Logging, testing, CI improvements
    • Speedup DC TT reversal initialization

What's Changed

  • build(deps): bump com.github.spotbugs:spotbugs from 4.9.4 to 4.9.5 by @dependabot[bot] in #833
  • build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #835
  • build(deps): bump wtfjoke/setup-groovy from 2 to 3 by @dependabot[bot] in #838
  • build(deps): bump org.codehaus.mojo:flatten-maven-plugin from 1.7.2 to 1.7.3 by @dependabot[bot] in #840
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #843
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #841
  • build(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.2 to 4.9.6.0 by @dependabot[bot] in #842
  • feat: add a flag to be read from yaml to choose if the start time is … by @N-Plx in #848
  • build(deps): bump com.github.spotbugs:spotbugs from 4.9.5 to 4.9.6 by @dependabot[bot] in #846
  • build(deps): bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 by @dependabot[bot] in #845
  • doc: explain how to deal with dependency convergence errors by @c-dilks in #837
  • use a new waveform classification by @ftouchte in #849
  • Require Java 21 by @baltzell in #813
  • Use JRE 25 in CI jobs by @baltzell in #854
  • build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #860
  • upated knockout condition in ECAL to cover all used status values by @raffaelladevita in #856
  • build(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0 by @dependabot[bot] in #858
  • feat: add new DC denoising by @baltzell in #853
  • feat: gitlab updates by @baltzell in #864
  • Magnetic field from run configuration in Kalman Filter by @efuchey in #865
  • feat: SplitLogger, for sending errors to stderr and everything else to stdout by @c-dilks in #844
  • feat: support "stock" schema in YAML files by @baltzell in #874
  • feat: install clara from coatjava build script by @baltzell in #876
  • feat: use "stock" schema in yamls by @baltzell in #875
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #881
  • fix: increase heap max for rebuild-scalers by @c-dilks in #880
  • saving FMT tracks in REC::FTrack by @raffaelladevita in #879
  • fix condition to fill REC::FTrack by @raffaelladevita in #884
  • faster reversing of DC translation table by @raffaelladevita in #886
  • updated schema in unit tests event files by @raffaelladevita in #885
  • feat: add CLARA test by @baltzell in #878

Full Changelog: 13.3.0...13.4.0