0.58.1
The 0.58.1 release brings a set of minor enhancements and bugfix to the ZenML framework, such as the ability to delete all pipeline versions using the Client/CLI, providing greater flexibility and control over pipeline management. Users can now specify Python package installer arguments. Furthermore, a fix has been implemented for the Sentencepiece tokenizer materializer.
We are also excited to introduce breadcrumbs to our dashboard to improve your navigation experience. This new feature allows you to easily visualize the path of your Pipelines, Models, and Artifacts, providing clear orientation, quick return to any section with a single click, and effortless navigation.
We’d like to give a special thanks to @eltociear for their first contribution.
Docs re-work
We reworked the structure of our documentation pages to make it easier to find answers to your practical questions. Please do let us know if you have any feedback on the structure or the new style of the 'How To' section!
What's Changed
- Add 0.58.0 to migration testing by @avishniakov in #2730
- Print step names in color, again by @avishniakov in #2728
- Workflow to create JIRA tickets when Github Issues are created by @strickvl in #2724
- Allow specifying python package installer args by @schustmi in #2727
- Send workflow dispatch event to Cloud Plugins repo on release by @wjayesh in #2633
- Fix Nightly Release by @safoinme in #2711
- Fix
zenml go
images visibility in notebook by @strickvl in #2742 - Handle error when using
zenml info
with missing dependencies by @strickvl in #2725 - Add Discord Alerter into TOC by @strickvl in #2735
- Allow deleting all versions of a pipeline using the Client/CLI by @schustmi in #2745
- Misc fixes by @schustmi in #2732
- Move full SQLite DB migration test to slow CI by @strickvl in #2743
- Add system flag as default for uv by @schustmi in #2748
- Add how-to section & restructure/update documentation by @AlexejPenner in #2705
- Fix typo in help text by @eltociear in #2750
- Add support for function types in source utils by @schustmi in #2738
- Fix Sentencepiece tokenizer materializer by @safoinme in #2751
New Contributors
- @eltociear made their first contribution in #2750
Full Changelog: 0.58.0...0.58.1