From aa09f207a49f85f10f208e85b5194ae5afbd4f0d Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 5 Nov 2024 13:10:21 -0700 Subject: [PATCH] Add news fragment --- doc/changes/DM-47328.feature.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/changes/DM-47328.feature.rst diff --git a/doc/changes/DM-47328.feature.rst b/doc/changes/DM-47328.feature.rst new file mode 100644 index 00000000..3ad2fc65 --- /dev/null +++ b/doc/changes/DM-47328.feature.rst @@ -0,0 +1,2 @@ +* Added new command-line ``butler retrieve-artifacts-for-quanta`` which can be used to retrieve input or output datasets associated with a graph or specific quanta. +* Added new ``QuantumGraph.get_refs()`` method to retrieve dataset refs from a graph.