From 063cd1942714a38d7f83c5b76f711dc82b7799b2 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 6 Apr 2026 15:30:07 -0700 Subject: [PATCH] Release notes for v30.0.6 --- doc/changes/DM-54162.feature.md | 3 --- doc/changes/DM-54319.bugfix.md | 1 - doc/lsst.pipe.base/CHANGES.rst | 17 +++++++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 doc/changes/DM-54162.feature.md delete mode 100644 doc/changes/DM-54319.bugfix.md 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) ===================================