From 0ea118a10d4b774d577aa44dc6e823d5e4cf50f7 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 23 Feb 2026 13:28:35 -0700 Subject: [PATCH] Release notes for v30.0.4 --- doc/changes/DM-50999.misc.rst | 1 - doc/changes/DM-54084.bugfix.md | 1 - doc/lsst.pipe.base/CHANGES.rst | 15 +++++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 doc/changes/DM-50999.misc.rst delete mode 100644 doc/changes/DM-54084.bugfix.md diff --git a/doc/changes/DM-50999.misc.rst b/doc/changes/DM-50999.misc.rst deleted file mode 100644 index 357bf5d0c..000000000 --- a/doc/changes/DM-50999.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Modified ``PipelineStepTester`` class to allow it to take ``ResourcePath`` URIs as well as file paths. diff --git a/doc/changes/DM-54084.bugfix.md b/doc/changes/DM-54084.bugfix.md deleted file mode 100644 index c3def38ad..000000000 --- a/doc/changes/DM-54084.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix a bug in `butler provenance-report` that caused an exception to be raised when trying to print an empty table. diff --git a/doc/lsst.pipe.base/CHANGES.rst b/doc/lsst.pipe.base/CHANGES.rst index 6dde4f815..468246e3c 100644 --- a/doc/lsst.pipe.base/CHANGES.rst +++ b/doc/lsst.pipe.base/CHANGES.rst @@ -1,3 +1,18 @@ +lsst-pipe-base v30.0.4 (2026-02-23) +=================================== + +Bug Fixes +--------- + +- Fixed a bug in ``butler provenance-report`` that caused an exception to be raised when trying to print an empty table. (`DM-54084 `_) + + +Other Changes and Additions +--------------------------- + +- Modified ``PipelineStepTester`` class to allow it to take ``ResourcePath`` URIs as well as file paths. (`DM-50999 `_) + + lsst-pipe-base v30.0.2 (2026-02-06) ===================================