diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a8b32..dbc72ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/) +## [v0.1.1](https://github.com/Eventdisplay/Eventdisplay-ML/releases/tag/v0.1.1) - 2025-12-22 + +### Maintenance + +- Add PyPI project. ([#12](https://github.com/Eventdisplay/Eventdisplay-ML/pull/12)) + ## [v0.1.0](https://github.com/Eventdisplay/Eventdisplay-ML/releases/tag/v0.1.0) - 2025-12-22 diff --git a/CITATION.cff b/CITATION.cff index a8064f3..9c4d813 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ 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-20 +date-released: 2025-12-25 keywords: - "gamma-ray astronomy" - "astronomy software" diff --git a/README.md b/README.md index 90e7079..c044f18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Machine learning for Eventdisplay +[![LICENSE](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://github.com/Eventdisplay/Eventdisplay-ML/blob/main/LICENSE) +[![release](https://img.shields.io/github/v/release/eventdisplay/eventdisplay-ml)](https://github.com/Eventdisplay/Eventdisplay-ML/releases) +[![pypi](https://badge.fury.io/py/eventdisplay-ml.svg)](https://badge.fury.io/py/eventdisplay-ml) + Toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis. Provides examples on how to use e.g., scikit-learn or XGBoost regression trees to estimate event direction, energies, and gamma/hadron separators.