0.96.2
Known issues Artifact version deletion via the API is broken in this release and will be fixed in 0.96.3. Artifact versions can still be deleted using the python SDK: from zenml.client import Client Client().delete_artifact_version(..., server_side=False) Dynamic pipelines Explicit start ordering for dynamic steps: Dynamic pipelines now support start_after=... when calling steps, letting you contr…