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``.