Releases: Eventdisplay/Eventdisplay-ML
Releases · Eventdisplay/Eventdisplay-ML
v0.2.0
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
v0.1.0
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
- Initial commit of CI workflows. (#2)
- Initial commit and mv of python scripts from VERITAS-Observatory/EventDisplay_v4#331. (#3)
- Introduce data processing module to avoid code duplication. (#8)
- Add unit tests. (#10)