Skip to content

0.55.3

Compare
Choose a tag to compare
@strickvl strickvl released this 20 Feb 09:52
· 448 commits to main since this release

This patch comes with a variety of bug fixes and documentation updates.

With this release you can now download files directly from artifact versions
that you get back from the client without the need to materialize them. If you
would like to bypass materialization entirely and just download the data or
files associated with a particular artifact version, you can use the
download_files method:

from zenml.client import Client

client = Client()
artifact = client.get_artifact_version(name_id_or_prefix="iris_dataset")
artifact.download_files("path/to/save.zip")

What's Changed

Full Changelog: 0.55.2...0.55.3