0.55.3
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
- Backport: Add HyperAI to TOC (#2406) by @strickvl in #2407
- Fix conditional statements in GitHub workflows by @strickvl in #2404
- Ensure proper spacing in error messages by @christianversloot in #2399
- Fix hyperai markdown table by @strickvl in #2426
- Upgrade Vertex integration
google-cloud-aiplatform
minimum required version to 1.34.0 by @francoisserra in #2428 - Close code block left open in the docs by @jlopezpena in #2432
- Simplify HF example and notify when cache is down by @safoinme in #2300
- Adding the latest version id and name to the artifact response by @bcdurak in #2430
- Adding the ID of the producer pipeline run to artifact versions by @bcdurak in #2431
- Add vulnerability notice to README by @strickvl in #2437
- REVERTED: Allow more recent
adlfs
ands3fs
versions by @strickvl in #2402 - Add new property for filtering service account events by @strickvl in #2405
- Add
download_files
method forArtifactVersion
by @strickvl in #2434 - Fixing
update_model
s and revert #2402 by @bcdurak in #2440
Full Changelog: 0.55.2...0.55.3