diff --git a/doc/changes/DM-54162.feature.md b/doc/changes/DM-54162.feature.md deleted file mode 100644 index 189f714a3..000000000 --- a/doc/changes/DM-54162.feature.md +++ /dev/null @@ -1,3 +0,0 @@ -Write provenance gathered from in-process execution (i.e. `SeparablePipelineExecutor` and `MPGraphExecutor`) 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. diff --git a/doc/changes/DM-54319.bugfix.md b/doc/changes/DM-54319.bugfix.md deleted file mode 100644 index 54f2053a6..000000000 --- a/doc/changes/DM-54319.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed - not being able to be in a name specified in PipelineGraph select. diff --git a/doc/lsst.pipe.base/CHANGES.rst b/doc/lsst.pipe.base/CHANGES.rst index 468246e3c..6f2ca10ba 100644 --- a/doc/lsst.pipe.base/CHANGES.rst +++ b/doc/lsst.pipe.base/CHANGES.rst @@ -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 `_) + + +Bug Fixes +--------- + +- Fixed "-" not being able to be in a name specified in ``PipelineGraph`` select. (`DM-54319 `_) + + lsst-pipe-base v30.0.4 (2026-02-23) ===================================