Skip to content

Commit f5b7b2e

Browse files
committed
v492-rc
1 parent f55514a commit f5b7b2e

File tree

13 files changed

+32
-21
lines changed

13 files changed

+32
-21
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,32 @@ Note that changes before release v492.0 are not documented here, but can be foun
88
This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/).
99

1010
<!-- towncrier release notes start -->
11+
12+
## [v492.0](https://github.com/VERITAS-Observatory/EventDisplay_v4/releases/tag/v492.0) - 2025-10-21
13+
14+
### Bugfixes
15+
16+
- Fix segmentation fault when exiting on error due to an empty tree in anasum. ([#286](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/286))
17+
- Limit number of errors printed when reading faulty VBF files to avoid TB large log files. ([#298](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/298))
18+
19+
### New Feature
20+
21+
- Introduction of average zenith angle calculation per run in VTMVAEvaluator (fAverageZenithPerRun, calculate_average_zenith_angle()). ([#281](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/281))
22+
- Introduced new functionality for reconstructing events using any three telescopes out of four (primarily for Monte Carlo data and effective area calculations).
23+
Added new class: `VMeanScaledVariables` for mean scaled variable calculations.
24+
Updated VDispAnalyzer and VSimpleStereoReconstructor to support new reconstruction modes and calculation methods.
25+
Updated VInstrumentResponseFunctionRunParameter and related code to include new parameters for 3-telescope reconstruction. ([#289](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/289))
26+
- Add new command line parameter `--minpedestalevents` to set the minimum number of required pedestal events (default: 50). ([#298](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/298))
27+
28+
### Maintenance
29+
30+
- Update SOFA to version 2023-10-11. ([#284](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/284))
31+
- Changes in tree structure and variable types to reduce size of output trees (mostly due to change of doubles to floats; removal of unused variables); reduction is on storage requirements is ~25%. ([#288](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/288))
32+
- Replaced many ROOT auto-generated header/source files (e.g., CData.h, CEffArea.h, CRunSummary.h, Cshowerpars.h, Ctpars.h, Ctelconfig.h) with hand-edited or cleaner C++ code, improving maintainability and readability. Moved implementation code from `.C` files to `.cpp` files, and deleted the old `.C` files.
33+
Adjusted several functions and constructors to reflect changes in how data and reconstruction methods are handled (e.g., CData and related classes now use cleaner, more explicit constructors).
34+
Functions that previously accepted "version" or "short" flags via integers now use explicit booleans for clarity.
35+
Removed the CEffFit class and related files.
36+
Pruned unused variables and methods, including some internal variables in VTMVAEvaluator, VTableLookupDataHandler, and others.
37+
Removed outdated warnings, TODO comments, and deprecated features. ([#289](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/289))
38+
- Introduce towncrier for changelogs. ([#300](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/300))
39+
- Fix github action worklows to compile Eventdisplay. Add cpp11 workflow. ([#307](https://github.com/VERITAS-Observatory/EventDisplay_v4/issues/307))

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cff-version: 1.2.0
44
message: If you use this software, please cite it using these metadata.
55
title: "Eventdisplay: an Analysis and Reconstruction Package for VERITAS"
66
doi: 10.5281/zenodo.6827832
7-
version: 4.91.0
8-
date-released: 2024-11-30
7+
version: 4.92.0-rc1
8+
date-released: 2025-11-21
99
keywords:
1010
- "gamma-ray astronomy"
1111
- "astronomy software"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2022, 2023, 2024, 2025 Eventdisplay Developers
3+
Copyright (c) 2022-2025 Eventdisplay Developers
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

docs/changes/281.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/284.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/286.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/288.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/289.feature.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/changes/289.maintenance.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/changes/298.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)