From 4795c1d6285fc444b5844f8e9936bcafb1668d1e Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Thu, 16 Mar 2023 17:45:38 +0100 Subject: [PATCH] Render changelog for 0.18.1 --- CHANGES.rst | 16 ++++++++++++++++ docs/changes/2261.bugfix.rst | 1 - docs/changes/2287.bugfix.rst | 1 - docs/changes/2288.bugfix.rst | 2 -- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 docs/changes/2261.bugfix.rst delete mode 100644 docs/changes/2287.bugfix.rst delete mode 100644 docs/changes/2288.bugfix.rst diff --git a/CHANGES.rst b/CHANGES.rst index de0cd85e90a..dab2625e715 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +Ctapipe 0.18.1 (2023-03-16) +=========================== + + +Bug Fixes +--------- + +- Ensure the correct activity metadata is written into output files. [`#2261 `__] + +- Fix ``--overwrite`` option not taking effect for ``ctapipe-apply-models``. [`#2287 `__] + +- Fix ``TableLoader.read_subarray_events`` raising an exception when + ``load_observation_info=True``. [`#2288 `__] + + + ctapipe v0.18.0 (2023-02-09) ============================ diff --git a/docs/changes/2261.bugfix.rst b/docs/changes/2261.bugfix.rst deleted file mode 100644 index 19585d42470..00000000000 --- a/docs/changes/2261.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Ensure the correct activity metadata is written into output files. diff --git a/docs/changes/2287.bugfix.rst b/docs/changes/2287.bugfix.rst deleted file mode 100644 index 1597d7cb913..00000000000 --- a/docs/changes/2287.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``--overwrite`` option not taking effect for ``ctapipe-apply-models``. diff --git a/docs/changes/2288.bugfix.rst b/docs/changes/2288.bugfix.rst deleted file mode 100644 index 49e02fed4b8..00000000000 --- a/docs/changes/2288.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix ``TableLoader.read_subarray_events`` raising an exception when -``load_observation_info=True``.