Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/)

<!-- towncrier release notes start -->

## [v492.0-rc5](https://github.com/VERITAS-Observatory/EventDisplay_v4/releases/tag/v492.0-rc5) - 2026-06-15

### Bugfixes

- Fixes long list of bugs listed in [Issue #352](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/352).
Fix A2: `VTraceHandler::calculateTraceSum_slidingWindow()` fRaw branch returned `FADC[1]` (second FADC sample, ped-subtracted) instead of the accumulated raw charge sum. Affected pedestal calculation path. ([#351](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/351))
- Bug fix: non-XGB jobs no longer probe XGB sidecar files (E4)

XGB sidecar files (stereo and gamma-hadron) are now opened only when the active
reconstruction method and gamma-hadron cut type actually require them, eliminating
spurious ROOT file-open errors in non-XGB jobs. ([#352](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/352))
- Bug fix: explicit NegWeightTreatment for TMVA Gradient BDT angular reconstruction

Added `NegWeightTreatment=Pray` to the default TMVA options in
`trainTMVAforAngularReconstruction` to match actual TMVA behaviour:
`BoostType=Grad` does not support `InverseBoostNegWeights` (TMVA's global
default) and silently replaces it with `Pray`; the options string now
declares this explicitly so the training configuration matches what is used. ([#353](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/353))

### Maintenance

- Updates to allow for compilation with ROOT >=v6.38. Adjustment of CI. ([#358](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/358))


## [v492.0-rc4](https://github.com/VERITAS-Observatory/EventDisplay_v4/releases/tag/v492.0-rc4) - 2026-05-17

### New Feature
Expand Down
2 changes: 0 additions & 2 deletions docs/changes/351.bugfix.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changes/352.bugfix.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/changes/353.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/358.maintenance.md

This file was deleted.