Skip to content

Releases: Eventdisplay/Eventdisplay-ML

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