From e15f0cd04e64d48745142fc2dfa4243991a850d1 Mon Sep 17 00:00:00 2001 From: Gernot Maier Date: Thu, 1 Jan 2026 17:43:12 +0100 Subject: [PATCH 1/2] ignore build directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7e84c7a..e116cdb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ .egg *.egg-info/ _version.py +build/ From 110ae3a11ff9eeaebcc56326451139deb09f2442 Mon Sep 17 00:00:00 2001 From: Gernot Maier Date: Thu, 1 Jan 2026 18:08:30 +0100 Subject: [PATCH 2/2] release 0.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ CITATION.cff | 4 ++-- docs/changes/13.feature.md | 2 -- docs/changes/13.maintenance.md | 3 --- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 docs/changes/13.feature.md delete mode 100644 docs/changes/13.maintenance.md diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc72ed..763fd1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/) +## [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 diff --git a/CITATION.cff b/CITATION.cff index 9c4d813..bc458b3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/docs/changes/13.feature.md b/docs/changes/13.feature.md deleted file mode 100644 index 3c80e44..0000000 --- a/docs/changes/13.feature.md +++ /dev/null @@ -1,2 +0,0 @@ -- add classification routines for gamma/hadron separation. -- add pre-training quality cuts. diff --git a/docs/changes/13.maintenance.md b/docs/changes/13.maintenance.md deleted file mode 100644 index 3d70f46..0000000 --- a/docs/changes/13.maintenance.md +++ /dev/null @@ -1,3 +0,0 @@ -- 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.