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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/)

<!-- towncrier release notes start -->

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

### New Features

- Add gamma/hadron classification training options to balance signal/background zenith-bin distributions and to omit `ze_bin` as a stress-test feature. Add zenith-uniformity summary metrics and multi-training comparison plots for gamma/hadron performance diagnostics. ([#72](https://github.com/Eventdisplay/Eventdisplay-ML/pull/72))
- Introduce `--model_prefix_high_multiplicity` parameter for stereo analysis to use different models for 2-tel and >2-tel multiplicity events. ([#73](https://github.com/Eventdisplay/Eventdisplay-ML/pull/73))
- Change training weights for stereo reconstruction, to avoid extreme weights leading to early training abortion. ([#74](https://github.com/Eventdisplay/Eventdisplay-ML/pull/74))

### Maintenance

- Reduce peak memory usage during chunked data loading and regression training. ([#70](https://github.com/Eventdisplay/Eventdisplay-ML/pull/70))
- Address numpy deprecation warnings. ([#71](https://github.com/Eventdisplay/Eventdisplay-ML/pull/71))


## [v3.1.0](https://github.com/Eventdisplay/Eventdisplay-ML/releases/tag/v3.1.0) - 2026-06-10

### Bugfixes
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.18117884
version: 3.1.0
date-released: 2026-06-10
version: 3.2.0
date-released: 2026-07-01
Comment thread
GernotMaier marked this conversation as resolved.
keywords:
- "gamma-ray astronomy"
- "astronomy software"
Expand Down
1 change: 0 additions & 1 deletion docs/changes/70.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/71.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/72.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/73.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/74.feature.md

This file was deleted.