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
1 change: 0 additions & 1 deletion doc/changes/DM-50999.misc.rst

This file was deleted.

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

This file was deleted.

15 changes: 15 additions & 0 deletions doc/lsst.pipe.base/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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 <https://rubinobs.atlassian.net/browse/DM-54084>`_)


Other Changes and Additions
---------------------------

- Modified ``PipelineStepTester`` class to allow it to take ``ResourcePath`` URIs as well as file paths. (`DM-50999 <https://rubinobs.atlassian.net/browse/DM-50999>`_)


lsst-pipe-base v30.0.2 (2026-02-06)
===================================

Expand Down
Loading