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
3 changes: 0 additions & 3 deletions doc/changes/DM-54162.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-54319.bugfix.md

This file was deleted.

17 changes: 17 additions & 0 deletions doc/lsst.pipe.base/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
lsst-pipe-base v30.0.6 (2026-04-06)
===================================

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

- Modified provenance writing such that provenance gathered from in-process execution (i.e. ``SeparablePipelineExecutor`` and ``MPGraphExecutor``) is still written when a task raises an exception and the executor successfully catches it and continues with other tasks.

This also includes task construction in the quantum executor's error-handling logic, so exceptions raised at that point do not break provenance writing or require any other special-casing at higher levels. (`DM-54162 <https://rubinobs.atlassian.net/browse/DM-54162>`_)


Bug Fixes
---------

- Fixed "-" not being able to be in a name specified in ``PipelineGraph`` select. (`DM-54319 <https://rubinobs.atlassian.net/browse/DM-54319>`_)


lsst-pipe-base v30.0.4 (2026-02-23)
===================================

Expand Down
Loading