Skip to content

Commit

Permalink
Merge pull request #2570 from cta-observatory/prepare_0.21.2
Browse files Browse the repository at this point in the history
Prepare changelog for 0.21.2
  • Loading branch information
maxnoe authored Jun 27, 2024
2 parents 322a71c + c674bb6 commit 0d74b65
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 17 deletions.
31 changes: 31 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
ctapipe v0.21.2 (2024-06-26)
============================

A small bugfix release to add support for scipy 1.14.

Also contains a small new feature regarding exit code handling in ``Tool``.

Bug Fixes
---------

- Replace deprecated usage of scipy sparse matrices, adds support for scipy 1.14. [`#2569 <https://github.com/cta-observatory/ctapipe/pull/2569>`__]


New Features
------------

- Add ``SystemExit`` handling at the ``ctapipe.core.Tool`` level

If a ``SystemExit`` with a custom error code is generated during the tool execution,
the tool will be terminated gracefully and the error code will be preserved and propagated.

The ``Activity`` statuses have been updated to ``["running", "success", "interrupted", "error"]``.
The ``"running"`` status is assigned at init. [`#2566 <https://github.com/cta-observatory/ctapipe/pull/2566>`__]


Maintenance
-----------

- made plugin detection less verbose in logs: DEBUG level used instead of INFO [`#2560 <https://github.com/cta-observatory/ctapipe/pull/2560>`__]


ctapipe v0.21.1 (2024-05-15)
============================

Expand Down
11 changes: 3 additions & 8 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@
"url": "https://ctapipe.readthedocs.io/en/stable/"
},
{
"name": "v0.21.1",
"version": "v0.21.1",
"url": "https://ctapipe.readthedocs.io/en/v0.21.1/"
},
{
"name": "v0.21.0",
"version": "v0.21.0",
"url": "https://ctapipe.readthedocs.io/en/v0.21.0/"
"name": "v0.21.2",
"version": "v0.21.2",
"url": "https://ctapipe.readthedocs.io/en/v0.21.2/"
},
{
"name": "v0.20.0",
Expand Down
1 change: 0 additions & 1 deletion docs/changes/2560.maintenance.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/changes/2566.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/2569.bugfix.rst

This file was deleted.

0 comments on commit 0d74b65

Please sign in to comment.