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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ __pycache__
.egg
*.egg-info/
_version.py
build/
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/)

<!-- towncrier release notes start -->

## [v0.2.0](https://github.com/Eventdisplay/Eventdisplay-ML/releases/tag/v0.2.0) - 2026-01-01

### New Features

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

([#13](https://github.com/Eventdisplay/Eventdisplay-ML/pull/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](https://github.com/Eventdisplay/Eventdisplay-ML/pull/13))


## [v0.1.1](https://github.com/Eventdisplay/Eventdisplay-ML/releases/tag/v0.1.1) - 2025-12-22

### Maintenance
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: "Eventdisplay-ML: a machine learning toolkit for Eventdisplay"
# doi: 10.5281/zenodo.6827832
version: 0.1.0
date-released: 2025-12-25
version: 0.2.0
date-released: 2026-01-01
keywords:
- "gamma-ray astronomy"
- "astronomy software"
Expand Down
2 changes: 0 additions & 2 deletions docs/changes/13.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/13.maintenance.md

This file was deleted.

Loading