Skip to content

Releases: Eventdisplay/Eventdisplay-ML

v1.0.0

29 Jan 10:54
4dcfbc1

Choose a tag to compare

Eventdisplay-ML - a toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis.

First fully stable release of Eventdisplay-ML for stereo (direction and energy) reconstruction.
Tested and validated on both VERITAS and CTAO simulations plus VERITAS data.

Compatible with:

  • Eventdisplay for CTAO simulations v5.17.0
  • Eventdisplay for VERITAS v4.92 (not released yet)

v0.5.0

25 Jan 15:49
75047c5

Choose a tag to compare

Eventdisplay-ML - a toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis.

Changelog

New Features

  • Introduces telescope type handling for CTAO simulations by updating the stereo reconstruction pipeline to work with telescope-dependent variables across different telescope configurations. The key architectural change is moving from training separate models per telescope multiplicity (2, 3, 4 telescopes) to a single unified model that handles all multiplicities together. This is a major change applicable for both stereo and classification tasks. (#29)
  • Add a telescope presence flag (tel_active) and implement combined weighting for both energy and telescope multiplicity in the training process. (#34)
  • Introduced sorting of telescope-dependent variables by mirror area (as proxy to telescope type) and size. (#38)
  • Add CTAO-specific support for telescope indexing/sorting and geomagnetic angle calculation by introducing an observatory configuration, new geomagnetic field presets, and updated sorting behavior (mirror area first, then size). (#39)
  • Reduces reliance on elevation/azimuth-derived coordinates and expands per-telescope feature set by adding channel-count features. (#41)

Maintenance

  • Migrate the data loading pipeline from pandas to Awkward Array for improved performance when processing the ROOT files. Enable parallel decompression through ThreadPoolExecutor (use --max_cores argument). (#31)

What's Changed

New Contributors

  • @Copilot made their first contribution in #37

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Jan 12:37
389fcaa

Choose a tag to compare

Eventdisplay-ML - a toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis.

Changelog

v0.4.0 - 2026-01-20

New Features

  • Apply unified clipping settings to feature variables. (#28)
  • Add angle between pointing direction and geomagnetic field vector as feature. (#28)

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

14 Jan 09:07
59ce487

Choose a tag to compare

Eventdisplay-ML - a toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis.

Changelog

New Features

  • Calculation classification thresholds for signal efficiencies and fill as boolean to classification trees. (#18)
  • Add plotting scripts for classification efficiency.
    Add plotting scripts to compare TMVA and XGB performance for classification (#21)

Maintenance

v0.2.0

01 Jan 17:12
4c7e528

Choose a tag to compare

Eventdisplay-ML - a toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis.

Changelog

New Features

  • add classification routines for gamma/hadron separation.
  • add pre-training quality cuts.

(#13)

Maintenance

  • refactoring code to minimize duplication and improve maintainability.
  • unified command line interface for all scripts.
  • unit tests are disabled for now due to rapid changes in the codebase.

(#13)

v0.1.1

22 Dec 17:18
01f1fd0

Choose a tag to compare

Eventdisplay-ML - a toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis.

Changelog

Maintenance

  • Add PyPI project. (#12)

v0.1.0

22 Dec 17:07
803a80c

Choose a tag to compare

Eventdisplay-ML - a toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis.

First release of Eventdisplay-ML. Provides basic functionality for direction and energy reconstruction applied to VERITAS data and simulations.

New Features

  • Train and apply scripts for direction and energy reconstruction. (#4)

Maintenance