From 44966aec71d93467478401a138fff4b4b973ec5d Mon Sep 17 00:00:00 2001 From: Gernot Maier Date: Fri, 10 Jul 2026 11:15:51 +0200 Subject: [PATCH] v2.5.0-rc --- CHANGELOG.md | 21 +++++++++++++++++++++ CITATION.cff | 4 ++-- docs/changes/63.feature.md | 2 -- docs/changes/63.maintenance.md | 1 - docs/changes/64.maintenance.md | 1 - docs/changes/65.feature.md | 1 - docs/changes/66.feature.md | 1 - docs/changes/67.feature.md | 1 - docs/changes/69.bugfix.md | 1 - docs/changes/70.maintenance.md | 1 - 10 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 docs/changes/63.feature.md delete mode 100644 docs/changes/63.maintenance.md delete mode 100644 docs/changes/64.maintenance.md delete mode 100644 docs/changes/65.feature.md delete mode 100644 docs/changes/66.feature.md delete mode 100644 docs/changes/67.feature.md delete mode 100644 docs/changes/69.bugfix.md delete mode 100644 docs/changes/70.maintenance.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d08fcc..c16d9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,24 @@ Note that changes before release v2.5.0 are not documented here. This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/). + +## [v2.5.0](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/releases/tag/v2.5.0) - 2026-07-10 + +### Bugfixes + +- Fix minor-medium bugs report by Copilot code review. ([#69](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/69)) + +### New Feature + +- Add analysis parameters for Prod6-South Paranal analysis (including layout lists). + ([#63](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/63)) + - Introduce multi-core HTCondor submission. +- Introduce usage of high-multiplicity model for XGBoost. ([#65](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/65)) +- Improve efficiency of python scripts: don't run Conda on nodes. ([#66](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/66)) +- Improve separation of training and test data for TMVA and XGBoost analysis scripts. ([#67](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/67)) + +### Maintenance + +- Change to ROOT version 6.40.00. ([#63](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/63)) +- Initial setup of Changelog generation using towncrier. ([#64](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/64)) +- Bugfix related to telescope multiplicity and XGB model selection. ([#70](https://github.com/Eventdisplay/Eventdisplay_AnalysisScripts_CTA/issues/70)) diff --git a/CITATION.cff b/CITATION.cff index 00437f4..667de7a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,8 +5,8 @@ message: If you use this software, please cite it using these metadata. title: "Eventdisplay Analysis Scripts for CTA" abstract: "Run scripts for CTA. Allows to efficiently run all analysis steps starting from the raw MC files to sensitivities using Eventdisplay." doi: 10.5281/zenodo.4263710 -version: 2.4.0 -date-released: 2025-09-24 +version: 2.5.0 +date-released: 2026-07-10 keywords: - "gamma-ray astronomy" - "astronomy software" diff --git a/docs/changes/63.feature.md b/docs/changes/63.feature.md deleted file mode 100644 index 802717f..0000000 --- a/docs/changes/63.feature.md +++ /dev/null @@ -1,2 +0,0 @@ -- Add analysis parameters for Prod6-South Paranal analysis (including layout lists). -- Introduce multi-core HTCondor submission. diff --git a/docs/changes/63.maintenance.md b/docs/changes/63.maintenance.md deleted file mode 100644 index 1545e17..0000000 --- a/docs/changes/63.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Change to ROOT version 6.40.00. diff --git a/docs/changes/64.maintenance.md b/docs/changes/64.maintenance.md deleted file mode 100644 index ea44ecd..0000000 --- a/docs/changes/64.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Initial setup of Changelog generation using towncrier. diff --git a/docs/changes/65.feature.md b/docs/changes/65.feature.md deleted file mode 100644 index ed55bc7..0000000 --- a/docs/changes/65.feature.md +++ /dev/null @@ -1 +0,0 @@ -Introduce usage of high-multiplicity model for XGBoost. diff --git a/docs/changes/66.feature.md b/docs/changes/66.feature.md deleted file mode 100644 index c0a162d..0000000 --- a/docs/changes/66.feature.md +++ /dev/null @@ -1 +0,0 @@ -Improve efficiency of python scripts: don't run Conda on nodes. diff --git a/docs/changes/67.feature.md b/docs/changes/67.feature.md deleted file mode 100644 index 3b3a343..0000000 --- a/docs/changes/67.feature.md +++ /dev/null @@ -1 +0,0 @@ -Improve separation of training and test data for TMVA and XGBoost analysis scripts. diff --git a/docs/changes/69.bugfix.md b/docs/changes/69.bugfix.md deleted file mode 100644 index b9207b0..0000000 --- a/docs/changes/69.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix minor-medium bugs report by Copilot code review. diff --git a/docs/changes/70.maintenance.md b/docs/changes/70.maintenance.md deleted file mode 100644 index c922e31..0000000 --- a/docs/changes/70.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Bugfix related to telescope multiplicity and XGB model selection.