Skip to content

Commit

Permalink
Add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 30, 2024
1 parent 8b8c250 commit c510c7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/changes/DM-46776.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Added ``Butler.retrieve_artifacts_zip`` and ``QuantumBackedButler.retrieve_artifacts_zip`` methods to retrieve the dataset artifacts and store them into a zip file.
* Added ``Butler.ingest_zip`` to ingest the contents of a Zip file.
* Added ``SerializedDatasetRefContainerV1`` class to allow a collection of ``DatasetRef`` to be serialized efficiently.
JSON serializations made using this class will be supported.
* Added ``--zip`` parameter to ``butler retrieve-artifacts``.
* Changed ``Butler.retrieveArtifacts`` to always write a JSON index file describing where the artifacts came from.
* Added a ``butler ingest-zip`` command-line tool for ingesting zip files created by ``butler retrieve-artifacts``.

0 comments on commit c510c7f

Please sign in to comment.