From 7d663896d33f069e09f6be60f24c0db7525d2487 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Wed, 15 May 2024 13:20:30 +0200 Subject: [PATCH] Render changelog for 0.21.1 --- CHANGES.rst | 25 ++++++++++++++++++++++++- docs/changes/2551.maintenance.rst | 1 - docs/changes/2552.bugfix.rst | 6 ------ 3 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 docs/changes/2551.maintenance.rst delete mode 100644 docs/changes/2552.bugfix.rst diff --git a/CHANGES.rst b/CHANGES.rst index 5667f7160e6..0b5b2853140 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,27 @@ -Ctapipe v0.21.0 (2024-04-25) +ctapipe v0.21.1 (2024-05-15) +============================ + +This is a small bug fix and maintenance release for 0.21.0. + + +Bug Fixes +--------- + +- Fix ``SoftwareTrigger`` not correctly handling different telescope + types that have the same string representation, e.g. the four LSTs + in prod6 files. + + Telescopes that have the same string representation now always are treated + as one group in ``SoftwareTrigger``. [`#2552 `__] + + +Maintenance +----------- + +- A number of simple code cleanups in the ImPACT reconstructor code. [`#2551 `__] + + +ctapipe v0.21.0 (2024-04-25) ============================ diff --git a/docs/changes/2551.maintenance.rst b/docs/changes/2551.maintenance.rst deleted file mode 100644 index 1dbce655cbe..00000000000 --- a/docs/changes/2551.maintenance.rst +++ /dev/null @@ -1 +0,0 @@ -A number of simple code cleanups in the ImPACT reconstructor code. diff --git a/docs/changes/2552.bugfix.rst b/docs/changes/2552.bugfix.rst deleted file mode 100644 index b56894f9d6b..00000000000 --- a/docs/changes/2552.bugfix.rst +++ /dev/null @@ -1,6 +0,0 @@ -Fix ``SoftwareTrigger`` not correctly handling different telescope -types that have the same string representation, e.g. the four LSTs -in prod6 files. - -Telescopes that have the same string representation now always are treated -as one group in ``SoftwareTrigger``.