From aac81edc8e7a547ee8b4207f6b71e0c109ca2143 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 30 Jan 2025 13:19:14 -0700 Subject: [PATCH] Add news fragment --- doc/changes/DM-35396.api.rst | 1 + doc/changes/DM-35396.feature.rst | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 doc/changes/DM-35396.api.rst create mode 100644 doc/changes/DM-35396.feature.rst diff --git a/doc/changes/DM-35396.api.rst b/doc/changes/DM-35396.api.rst new file mode 100644 index 00000000..c3d3a870 --- /dev/null +++ b/doc/changes/DM-35396.api.rst @@ -0,0 +1 @@ +The Quantum ID is now passed through the executors so it can be recorded in the provenance by ``QuantumContext``. diff --git a/doc/changes/DM-35396.feature.rst b/doc/changes/DM-35396.feature.rst new file mode 100644 index 00000000..15dcf11b --- /dev/null +++ b/doc/changes/DM-35396.feature.rst @@ -0,0 +1,2 @@ +* Quantum metadata outputs now record the IDs of all output datasets. + This is stored in an ``outputs`` key.