<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>ZenML - Changelog</title>
        <link>https://community.zenml.io/</link>
        <description>Vote or request new ZenML features. Subscribe to get updates about new features from ZenML.</description>
        <lastBuildDate>Sat, 18 Apr 2026 16:41:20 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://featureos.app</generator>
        <language>en</language>
        <image>
            <title>ZenML - Changelog</title>
            <url>https://vault.featureos.app/uploads/organization_customization/og_image/4127/5a6e78bf2d409f6374a3dd35f4255c7a.png</url>
            <link>https://community.zenml.io/</link>
        </image>
        <copyright>All rights reserved 2026, ZenML</copyright>
        <item>
            <title><![CDATA[📈 Scaling ZenML: 200x Performance Improvement]]></title>
            <link>https://community.zenml.io/changelog/scaling-zenml-200x-performance-improvement</link>
            <guid>https://community.zenml.io/changelog/scaling-zenml-200x-performance-improvement</guid>
            <pubDate>Mon, 02 Jun 2025 15:44:53 GMT</pubDate>
            <description><![CDATA[<p>The <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.83.0"><u>latest 0.83.0 release</u></a> is a doozy. Not only does it have massive improvements to the Kubernetes and Skypilot orchestrator, it also features a massive performance boost to ZenML. You can now run pipelines with hundreds of steps in parallel, and ZenML should run smoothly.</p><p>We wrote a technical deep dive here:</p><p><a target="_blank" rel="noopener noreferrer nofollow" href="https://www.zenml.io/blog/scaling-zenml-200x-performance-fastapi-database-v0830"><u>https://www.zenml.io/blog/scaling-zenml-200x-performance-fastapi-database-v0830</u></a></p>]]></description>
        </item>
        <item>
            <title><![CDATA[🏠Set default project per user]]></title>
            <link>https://community.zenml.io/changelog/set-default-project-per-user</link>
            <guid>https://community.zenml.io/changelog/set-default-project-per-user</guid>
            <pubDate>Tue, 13 May 2025 08:25:15 GMT</pubDate>
            <description><![CDATA[<p>ZenML Pro users can now set a “default” project on the UI. This is a “user-level” setting, so every user can have their own default project. This avoids that they accidentally create pipelines or artifacts in the wrong project!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🔄Deep refresh now available for cloud orchestrators!]]></title>
            <link>https://community.zenml.io/changelog/deep-refresh-now-available-for-cloud-orchestrators</link>
            <guid>https://community.zenml.io/changelog/deep-refresh-now-available-for-cloud-orchestrators</guid>
            <pubDate>Tue, 13 May 2025 08:23:44 GMT</pubDate>
            <description><![CDATA[<p>Pro ZenML users know that sometimes there is a disconnect between the status of the pipeline in ZenML, and the underlying orchestrator. The new “deep refresh” feature solves this by querying the underlying orchestrator directly to get the latest status, rather then relying on the run reporting back.</p><p>Note: Not all orchestrators supported</p><img src="https://vault.featureos.app/uploads/attachment/upload/thumb-14b99fe869183499a9ed7540971a057a.gif" data-size="auto">]]></description>
        </item>
        <item>
            <title><![CDATA[📢Pipeline logs are now tracked]]></title>
            <link>https://community.zenml.io/changelog/pipeline-logs-are-now-tracked</link>
            <guid>https://community.zenml.io/changelog/pipeline-logs-are-now-tracked</guid>
            <pubDate>Wed, 23 Apr 2025 09:44:07 GMT</pubDate>
            <description><![CDATA[<p>With the latest ZenML 0.80.2 version, pipeline-level logs are now tracked and can be accessed with the “Logs” tab on the DAG visualizer! This is particularly useful for orchestrators like the Kubernetes orchestrator, which may fail before a step even starts.</p><p>Note, this only works when running pipelines on remote artifact storage and a service connector.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🚨 New: Download artifacts directly from the dashboard]]></title>
            <link>https://community.zenml.io/changelog/new-download-artifacts-directly-from-the-dashboard</link>
            <guid>https://community.zenml.io/changelog/new-download-artifacts-directly-from-the-dashboard</guid>
            <pubDate>Wed, 23 Apr 2025 09:39:33 GMT</pubDate>
            <description><![CDATA[<p>You can now with one-click download the materialized files of your artifacts directly from the dashboard. This, alongside the new, <code>PathMaterializer</code><a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/pull/3496"> </a>is super useful. For example, after running a pipeline like this:</p><pre><code>from pathlib import Path
from zenml import step, pipeline

@step
def create_directory() -&gt; Path:
    # Create a directory with files
    temp_dir = Path("./my_data_directory")
    temp_dir.mkdir(exist_ok=True)
    (temp_dir / "data.csv").write_text("id,value\n1,100\n2,200")
    return temp_dir

@step
def use_directory(dir_path: Path):
    # Use the directory in another step
    print(f"Contents: {list(dir_path.glob('**/*'))}")
    
@pipeline
def directory_pipeline():
    dir_path = create_directory()
    use_directory(dir_path) </code></pre><p>You can then download the files later from the dashboard!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🚀 ZenML 0.80.0: Workspace Hierarchy & Performance Boost]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-80-0-workspace-hierarchy-performance-boost</link>
            <guid>https://community.zenml.io/changelog/zenml-0-80-0-workspace-hierarchy-performance-boost</guid>
            <pubDate>Fri, 21 Mar 2025 11:11:07 GMT</pubDate>
            <description><![CDATA[<p>We're thrilled to announce the release of ZenML 0.80.0, one of our most significant updates to date! This release introduces fundamental architectural changes, substantial performance improvements, and enhanced resource management capabilities that benefit both our open-source users and ZenML Pro subscribers in distinct ways.</p><h2>🌟 Pro Features: Workspace Hierarchy &amp; Projects</h2><p>- Complete refactoring of tenants into workspaces with project subdivision</p><p>- Enhanced RBAC with new default roles for improved permission management</p><p>- Supercharged tagging system with multi-tag filtering and exclusive tags</p><p>- Completely redesigned dashboard with tab-based navigation and faster load times</p><h2>🏃 Performance Improvements for All Users</h2><p>- Significantly faster CLI performance</p><p>- Better GitLab repository support with improved URL parsing</p><p>- Support for environment variables in <em>KubernetesPodSettings</em></p><p>- Fixed SkyPilot Orchestrator with upgraded dependencies</p><p>- Improved Kubernetes orchestrator security with API tokens as secrets</p><p>- Enhanced Weights &amp; Biases integration with Weave</p><p>- GCP service connector project ID override capability</p><p>- Fixed ACR support in Azure service connector</p><p>- Persistent resource support for Vertex orchestrator</p><h2>📚 Brand New Documentation</h2><p>- Improved navigation with clear site sections</p><p>- Dedicated ZenML Pro documentation area</p><p>- Enhanced search and AI assistance features</p><h2>📋 Upgrade Notes</h2><p>Pro users should explore the new workspace hierarchy and projects feature. Resource organization is now more intuitive with workspace-scoped resources (Stacks, Secrets) and project-scoped resources (pipelines, artifacts, models).</p><p>Upgrade with: <code>pip install -U zenml</code></p><p>Full details: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases">https://github.com/zenml-io/zenml/releases</a></p><p>Happy modeling! 🎉</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🚀 ZenML 0.75.0 & 0.74.0: Dashboard Enhancements & Cloud Features]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-75-0-0-74-0-dashboard-enhancements-cloud-features</link>
            <guid>https://community.zenml.io/changelog/zenml-0-75-0-0-74-0-dashboard-enhancements-cloud-features</guid>
            <pubDate>Thu, 27 Feb 2025 12:18:06 GMT</pubDate>
            <description><![CDATA[<p>Two new releases!</p><h2>🌟 ZenML 0.75.0 Highlights</h2><ul>
<li><p><strong>Create and update stack components</strong> directly from the dashboard</p></li>
<li><p>Custom authentication for service connectors</p></li>
<li><p>Enhanced model artifact retrieval by creation date</p></li>
<li><p>Additional SageMaker environment settings</p></li>
<li><p>Expanded documentation for LLM messaging and model deployers</p></li>
</ul><h2>🔍 ZenML 0.74.0 Key Features</h2><ul>
<li><p>API Token support in dashboard</p></li>
<li><p>SageMaker pipeline scheduling capabilities</p></li>
<li><p>Azure Container Registry implicit authentication</p></li>
<li><p>Vertex AI persistent resource support</p></li>
<li><p>Performance improvements with run metadata indices</p></li>
<li><p>Timezone consistency across the platform</p></li>
<li><p>Support for custom log formats</p></li>
</ul><h2>📋 Upgrade Notes</h2><p>Review documentation for service connectors and cloud integrations before upgrading. Pro users should explore the new dashboard capabilities for stack management.</p><p>Full changelog: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases">https://github.com/zenml-io/zenml/releases</a></p><p>Happy modeling! 🎉</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🚀 ZenML 0.73.0: Enhanced Pro Features, Multi-Domain Support & Experiment Tracking]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-73-0-enhanced-pro-features-multi-domain-support-experiment-tracking</link>
            <guid>https://community.zenml.io/changelog/zenml-0-73-0-enhanced-pro-features-multi-domain-support-experiment-tracking</guid>
            <pubDate>Mon, 27 Jan 2025 16:31:31 GMT</pubDate>
            <description><![CDATA[<p>We're thrilled to announce ZenML 0.73.0, bringing powerful improvements for enterprise deployments and experiment tracking capabilities!</p><p><strong>🏢 Enterprise-Grade Enhancements</strong></p><p>- Secure tenant enrollment for self-hosted ZenML Pro deployments</p><p>- Advanced CSRF token protection for enhanced security</p><p>- Cross-domain authorization flow for multi-domain installations</p><p>- Flexible memory configuration for migration pods in Helm deployments</p><p><strong>📊 New Experiment Tracking Features</strong></p><p>- Vertex AI experiment tracker integration for seamless cloud operations</p><p>- Enhanced experiment comparison tooling for deeper insights</p><p>- Interactive visualization capabilities for better analysis</p><p>- Check out our quick demo to see it in action!</p><p><strong>☁️ Cloud &amp; Infrastructure Updates</strong></p><p>- Support for latest Airflow KubernetesPodOperator paths</p><p>- Revamped Slack alerter implementation for better notifications</p><p>- Improved resource reporting with automatic unit conversion</p><p>- Enhanced documentation for Kubeflow Pipelines and LLM deployments</p><p><strong>🛠️ Quality-of-Life Improvements</strong></p><p>- Non-ASCII character support in JSON dumps via environment variables</p><p>- Removed gluon from MLflow log suppression list</p><p>- Various dashboard fixes for smoother user experience</p><p><strong>📋 Upgrade Notes</strong></p><p>Before upgrading to 0.73.0:</p><p>- Review the on-premises Pro deployment documentation</p><p>- Backup your existing configurations</p><p>- Test the new features in a non-production environment first</p><p>As always, we recommend checking our full changelog for detailed information about all changes and improvements. Join our community channels to share your feedback and experiences with these new features!</p><p>Happy modeling! 🎉</p><p>Full release notes: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.73.0">https://github.com/zenml-io/zenml/releases/tag/0.73.0</a></p>]]></description>
        </item>
        <item>
            <title><![CDATA[🔍 NEW: Experiment Comparison Tool now available in the dashboard]]></title>
            <link>https://community.zenml.io/changelog/new-experiment-comparison-tool-now-available-in-the-dashboard</link>
            <guid>https://community.zenml.io/changelog/new-experiment-comparison-tool-now-available-in-the-dashboard</guid>
            <pubDate>Mon, 13 Jan 2025 14:59:47 GMT</pubDate>
            <description><![CDATA[<p>ZenML now offers <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/how-to/model-management-metrics/track-metrics-metadata">powerful experiment tracking capabilities</a> directly in your dashboard (Pro users only). Compare and analyze your pipeline runs with our new Experiment Comparison Tool:</p><ul>
<li><p>📊 Interactive Table View: Compare metadata and metrics across pipeline runs with automatic change tracking and sorting capabilities</p></li>
<li><p>📈 Parallel Coordinates Plot: Visualize relationships between different metadata parameters across multiple runs</p></li>
<li><p>🔄 Compare up to 20 pipeline runs simultaneously and analyze any numerical metadata your pipelines generate</p></li>
<li><p>🔗 Shareable Views: Configurations are preserved in URLs for easy sharing with team members</p></li>
</ul><p>This feature is currently in Alpha Preview. <a target="_blank" rel="noopener noreferrer nofollow" href="https://zenml.io/slack">Join our Slack</a> to share feedback!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🔥NEW: AWS Image Builder, Modal Step Operator, and much more]]></title>
            <link>https://community.zenml.io/changelog/new-aws-image-builder-modal-step-operator-and-much-more</link>
            <guid>https://community.zenml.io/changelog/new-aws-image-builder-modal-step-operator-and-much-more</guid>
            <pubDate>Wed, 11 Dec 2024 17:50:36 GMT</pubDate>
            <description><![CDATA[<p>ZenML 0.71.0 brings great new features. Having trouble with Docker builds locally? <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/stack-components/image-builders/aws">Use the new AWS Image Builder stack component</a> to easily transition to the cloud without having to worry about Docker at all! </p><p>ZenML now <a target="_blank" rel="nofollow" href="https://modal.com/"><u>integrates with Modal</u></a>, bringing lightning-fast cloud execution capabilities to your ML pipelines. <a target="_blank" rel="nofollow" href="https://docs.zenml.io/stack-components/step-operators/modal"><u>This new step operator</u></a> allows you to execute individual pipeline steps on Modal's specialized compute instances, offering notable speed, particularly for Docker image building and hardware provisioning. With simple configuration options, you can precisely specify hardware requirements like GPU type, CPU count, and memory for each step, making it ideal for resource-intensive ML workloads.</p><p>Many more bugfixes and improvements, so upgrade your server now!</p><p>Release notes: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.71.0">https://github.com/zenml-io/zenml/releases/tag/0.71.0</a></p><p></p>]]></description>
        </item>
        <item>
            <title><![CDATA[✨Service Accounts and Teams now available in the dashboard]]></title>
            <link>https://community.zenml.io/changelog/service-accounts-and-teams-now-available-in-the-dashboard</link>
            <guid>https://community.zenml.io/changelog/service-accounts-and-teams-now-available-in-the-dashboard</guid>
            <pubDate>Mon, 25 Nov 2024 16:56:26 GMT</pubDate>
            <description><![CDATA[<p>Service accounts can now be managed directly from the ZenML dashboard for all users (via settings). Pro users also get access to team management features, allowing them to group users and assign roles within their organization. This streamlines access control and makes it easier to manage permissions across different user groups.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[ZenML 0.70.0: Enhanced Artifacts Versioning, Scalability and Metadata Management]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-70-0-enhanced-artifacts-versioning-scalability-and-metadata-management</link>
            <guid>https://community.zenml.io/changelog/zenml-0-70-0-enhanced-artifacts-versioning-scalability-and-metadata-management</guid>
            <pubDate>Wed, 13 Nov 2024 10:14:29 GMT</pubDate>
            <description><![CDATA[<p>The <strong>ZenML 0.70.0</strong> release includes a significant number of database schema changes and migrations, which means upgrading to this version will require extra caution. As always, please make sure to make a copy of your production database before upgrading.</p><h2>Key Changes</h2><ul>
<li><p><strong>Artifact Versioning Improvements</strong>: The handling of artifact versions has been improved, including the API improvements like the ability to batch artifact version requests to improve the execution times and more types for the step input/output artifacts, including multiple versions of the same artifact (e.g. model checkpoints), to improve the UX using ZenML UI or while working directly with the API.</p></li>
<li><p><strong>Scalability Enhancements</strong>: Various scalability improvements have been made, such as reducing unnecessary server requests and incrementing artifact versions server-side. These enhancements are expected to provide significant speed and scale improvements for ZenML users.</p></li>
<li><p><strong>Metadata management</strong>: Now, all the metadata-creating functions are gathered under one method called <code>log_metadata</code>. It is possible to call this method with different inputs to log run metadata for artifact versions, model versions, steps and runs.</p></li>
<li><p><strong>The oneof filtering</strong>: This allows to filter entities using a new operator called <code>oneof</code>. You can use this with IDs (UUID type) or tags (or other string-typed attributes) like this <code>PipelineRunFilter(tag='oneof:["cats", "dogs"]')</code>.</p></li>
<li><p><strong>Documentation Improvements</strong>: The ZenML documentation has been restructured and expanded, including the addition of new sections on <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/user-guide/llmops-guide/finetuning-llms">finetuning</a> and <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/user-guide/llmops-guide/evaluation">LLM/ML engineering </a>resources.</p></li>
<li><p><strong>Bug Fixes</strong>: This release includes several bug fixes, including issues with in-process main module source loading, and more.</p></li>
</ul><h2>Caution: Make sure to back up your data before upgrading!</h2><p>While this release brings many valuable improvements, the database schema changes and migrations pose a potential risk to users. It is strongly recommended that users:</p><ul>
<li><p><strong>Test the upgrade on a non-production environment</strong>: Before upgrading a production system, test the upgrade process in a non-production environment to identify and address any issues.</p></li>
<li><p><strong>Back up your data</strong>: Ensure that you have a reliable backup of your ZenML data before attempting the upgrade.</p></li>
</ul>]]></description>
        </item>
        <item>
            <title><![CDATA[✨ ZenML 0.68.0: Enhanced Dashboard, Client-Side Caching, and Streamlined Experience!]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-68-0-enhanced-dashboard-client-side-caching-and-streamlined-experience</link>
            <guid>https://community.zenml.io/changelog/zenml-0-68-0-enhanced-dashboard-client-side-caching-and-streamlined-experience</guid>
            <pubDate>Mon, 28 Oct 2024 16:20:33 GMT</pubDate>
            <description><![CDATA[<p>🚀 We're excited to announce the release of ZenML 0.68.0 (and 0.68.1) with powerful improvements to boost your ML workflow productivity:</p><p>- 📊 Stack Components Dashboard: Visualize and manage your stack components directly from the dashboard interface</p><p>- 🧠 Filters: ZenML Pro users are now able to filter and sort all resources in the dashboard!</p><p>- ⚡ Client-Side Caching: Dramatically improved performance with client-side computation for cached steps, reducing remote orchestrator spin-up time and costs</p><p>- 🔄 Unified Onboarding: Combined starter and production setup into a single, intuitive flow for smoother getting started experience</p><p>- 📦 New Artifact Management: Introducing <code>register_artifact</code> function to directly link existing data in the artifact store - perfect for frameworks like PyTorch-Lightning</p><p>- 🚢 Updated BentoML Integration: Now supporting version 1.3.5 with improved containerization</p><p>Important Changes:</p><p>- Python 3.8 support has been discontinued</p><p>- Several legacy features including the legacy pipeline and step interface have been removed</p><p>- Various CLI commands including <code>zenml stack up/down</code> are now deprecated</p><p>📚 Expanded Documentation:</p><p>- New guides for Kubernetes per-pod configuration</p><p>- Best practices for common stacks</p><p>- Azure 1-click dashboard deployment</p><p>- Comprehensive ZenML Pro documentation</p><p>- Detailed guides for custom Dataset classes and Materializers</p><p>Upgrade to ZenML 0.68.x today to access all these improvements! Check out the full release notes on GitHub for more details.</p><p>Happy modeling! 🎉</p>]]></description>
        </item>
        <item>
            <title><![CDATA[‎😃 ZenML 0.67.0: Supercharged SageMaker, New DAG Visualizer, and More!]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-67-0-supercharged-sagemaker-new-dag-visualizer-and-more</link>
            <guid>https://community.zenml.io/changelog/zenml-0-67-0-supercharged-sagemaker-new-dag-visualizer-and-more</guid>
            <pubDate>Mon, 07 Oct 2024 08:31:51 GMT</pubDate>
            <description><![CDATA[<p>🚀 We're excited to announce the release of ZenML 0.67.0, packed with powerful new features and improvements:</p><p>- <strong>Enhanced SageMaker Orchestration</strong>: Support for <code>TrainingJob</code>s with warm pools, boosting performance and potentially reducing costs.</p><p>- <strong>Revamped DAG Visualizer</strong>: Preview DAGs before pipeline completion and enjoy improved visual clarity.</p><p>- <strong>Flexible Environment Configuration</strong>: Use <code>${ENV_VARIABLE_NAME}</code> syntax in code and config files for adaptable deployments.</p><p>- <strong>Improved Cloud Integration</strong>: Direct pipeline and log URLs for AWS, Azure, and GCP.</p><p>- <strong>Kubernetes Support for Skypilot</strong>: Run Skypilot orchestrator on Kubernetes clusters.</p><p>- <strong>Updated Deepchecks Integration</strong>: Incorporating the latest Deepchecks features for robust data validation.</p><p>- <strong>Expanded Documentation</strong>: Covering Lightning AI, Kubeflow, Comet, Neptune, Hugging Face deployer, and more.</p><p>Upgrade to ZenML 0.67.0 today to supercharge your ML workflows! Check out <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.67.0">the full release notes on GitHub for more details.</a></p><p>Happy modeling with ZenML! 🎉</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🔥Python 3.12 and slimmer ZenML in the latest ZenML 0.66.0]]></title>
            <link>https://community.zenml.io/changelog/python-3-12-and-slimmer-zenml-in-the-latest-zenml-0-66-0</link>
            <guid>https://community.zenml.io/changelog/python-3-12-and-slimmer-zenml-in-the-latest-zenml-0-66-0</guid>
            <pubDate>Tue, 10 Sep 2024 09:25:18 GMT</pubDate>
            <description><![CDATA[<p>This release adds support for Python 3.12, which means you can now develop your ZenML pipelines with the latest Python features. Before this release, settings for stack components had to be specified with both the component type as well as the flavor. We simplified this and it is now possible to specify settings just using the component type:</p><p><strong>Before</strong>:</p><p><code>@pipeline(settings={"orchestrator.sagemaker": SagemakerOrchestratorSettings(...)})</code></p><p><code>def my_pipeline():</code></p><p><strong>Now</strong>: </p><p><code>@pipeline(settings={"orchestrator": SagemakerOrchestratorSettings(...)})</code></p><p><code>def my_pipeline():</code></p><p>Finally, in order to slim down the ZenML library, we removed the <code>numpy</code> and <code>pandas</code> libraries as dependencies of ZenML. If yourcode uses these libraries, you have to make sure they're installed in your local environment as well as the Docker images that get built to run your pipelines (Use <code>DockerSettings.requirements</code> or <code>DockerSettings.required_integrations</code>).</p><p>If you’re a pro user update your tenant today with a single click, and locally run <code>pip install zenml —upgrade</code> to immediately get access to all this and above!</p><p>Full release notes here: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/edit/0.66.0">https://github.com/zenml-io/zenml/releases/0.66.0</a></p>]]></description>
        </item>
        <item>
            <title><![CDATA[🚀 ZenML 0.65.0: Streamlined ML Workflows and Cloud-Scale Operations]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-65-0-streamlined-ml-workflows-and-cloud-scale-operations</link>
            <guid>https://community.zenml.io/changelog/zenml-0-65-0-streamlined-ml-workflows-and-cloud-scale-operations</guid>
            <pubDate>Thu, 29 Aug 2024 08:58:32 GMT</pubDate>
            <description><![CDATA[<p>Exciting Updates in ZenML's 0.65.0 Release!</p><p>We're thrilled to announce the 0.65.0 release of ZenML, packed with new features and improvements to streamline your MLOps workflows:</p><ol>
<li><p><strong>New Quickstart Experience:</strong> Seamlessly transition from local to cloud-scale ML operations with our enhanced onboarding process.</p></li>
<li><p><strong>Run Single Step as ZenML Pipeline:</strong> Execute individual steps on your active stack, improving flexibility and debugging capabilities.</p></li>
<li><p><strong>AzureML Integration Upgrade:</strong> Our AzureML Step Operator now supports SDKv2 and leverages Service Connectors for improved cloud integration.</p></li>
<li><p><strong>Enhanced Logging:</strong> Benefit from improved traceability with new timestamp features in log messages.</p></li>
<li><p><strong>Flexible Model Versioning:</strong> Utilize templated names for Model Versions, supporting dynamic <code>{date}</code> and <code>{time}</code> placeholders.</p></li>
<li><p><strong>Accelerate Decorator:</strong> Use the <code>run_with_accelerate</code> step wrapper as a Python Decorator for ZenML steps, simplifying integration with accelerate library.</p></li>
</ol><p>These updates focus on improving developer experience, expanding cloud capabilities, and enhancing flexibility in ML workflows. Update now to take advantage of these powerful new features!</p><p>For a complete list of changes and improvements, check out <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.65.0">our full release notes on GitHub</a>.</p><p>Happy modeling with ZenML!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[👌 ZenML 0.64.0 Release: ZenML in Notebook and No More Persistent Docker Builds]]></title>
            <link>https://community.zenml.io/changelog/zenml-0-64-0-release-zenml-in-notebook-and-no-more-persistent-docker-builds</link>
            <guid>https://community.zenml.io/changelog/zenml-0-64-0-release-zenml-in-notebook-and-no-more-persistent-docker-builds</guid>
            <pubDate>Fri, 09 Aug 2024 13:26:39 GMT</pubDate>
            <description><![CDATA[<p>Exciting updates in our latest release:</p><ol>
<li><p><strong>Remote Notebook Integration:</strong> Run notebook-defined steps with remote orchestrators.</p></li>
<li><p><strong>Optimized Docker Builds:</strong> Faster development with code uploads to artifact store.</p></li>
<li><p><strong>AzureML Orchestrator Support:</strong> Expanded cloud platform integration.</p></li>
<li><p><strong>Terraform Modules:</strong> Easily provision MLOps stacks across major cloud providers.</p></li>
</ol><p>These features bridge the gap between experimentation and production, accelerate development cycles, and simplify cloud infrastructure setup.</p><p>Update now to experience streamlined MLOps workflows!</p><p>For details, visit the recent <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.zenml.io/blog/new-zenml-features-notebook-integration-improved-docker-builds-azureml-and-terraform-and-more">blog post</a> and <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.64.0">release notes</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[ 🫶 v0.63.0 is out! Azure support for stack registraton + no more pipeline versions]]></title>
            <link>https://community.zenml.io/changelog/v0-63-0-is-out-azure-support-for-stack-registraton-no-more-pipeline-versions</link>
            <guid>https://community.zenml.io/changelog/v0-63-0-is-out-azure-support-for-stack-registraton-no-more-pipeline-versions</guid>
            <pubDate>Tue, 30 Jul 2024 13:28:04 GMT</pubDate>
            <description><![CDATA[<p>Moving forward from the last two releases, we have further improved the 1-click deployment tool and the stack wizard by adding support for Azure.</p><p style="text-align: start">Moreover, we implemented a new step operator that allows you to run individual steps of your pipeline in Kubernetes pods.</p><p style="text-align: start">Lastly, we have simplified our pipeline models by removing their versions. No migration is required but if you were using the API, please take out references to pipeline versions, and reference runs directly from now on.</p><p>See full release notes here: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.63.0">https://github.com/zenml-io/zenml/releases/tag/0.63.0</a></p>]]></description>
        </item>
        <item>
            <title><![CDATA[📐Easy stack registration now available!]]></title>
            <link>https://community.zenml.io/changelog/easy-stack-registration-now-available</link>
            <guid>https://community.zenml.io/changelog/easy-stack-registration-now-available</guid>
            <pubDate>Fri, 26 Jul 2024 14:27:20 GMT</pubDate>
            <description><![CDATA[<p>You can now register GCP and AWS (Azure to follow) stacks directly in the dashboard.</p><p>Watch the simple tutorial here: <a target="_blank" rel="noopener noreferrer nofollow" href="https://youtu.be/diyt-Y7GLwY">https://youtu.be/diyt-Y7GLwY</a></p><p>P.S. OSS users, this will be available in version 0.63.0 onwards. Watch out for the release and upgrade!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[💞 Terraform Modules for simple stack deployment]]></title>
            <link>https://community.zenml.io/changelog/terraform-modules-for-simple-stack-deployment</link>
            <guid>https://community.zenml.io/changelog/terraform-modules-for-simple-stack-deployment</guid>
            <pubDate>Fri, 26 Jul 2024 14:16:55 GMT</pubDate>
            <description><![CDATA[<p>Want to integrate ZenML into your IaC setup? Worry no more! New terraform modules available on the <a target="_blank" rel="noopener noreferrer nofollow" href="https://registry.terraform.io/modules/zenml-io/zenml-stack">Hashicorp registry </a>make it easier than ever to get a stack setup with ZenML. Just do:</p><pre><code>terraform apply</code></pre><p>And it will deploy the stack + register it to ZenML! It’s really that simple.</p><p>AWS, Azure, and GCP are live now. Try them <a target="_blank" rel="noopener noreferrer nofollow" href="https://registry.terraform.io/modules/zenmla-io/zenml-stack">here</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🤗0.62.0: 1-click GCP stack deployment + Huggingface Dataset Visualization]]></title>
            <link>https://community.zenml.io/changelog/0-62-0-1-click-gcp-stack-deployment-huggingface-dataset-visualization</link>
            <guid>https://community.zenml.io/changelog/0-62-0-1-click-gcp-stack-deployment-huggingface-dataset-visualization</guid>
            <pubDate>Tue, 16 Jul 2024 16:25:14 GMT</pubDate>
            <description><![CDATA[<p>Building on top of the last release, this release adds a new and easy way to deploy a GCP ZenML stack from the dashboard and the CLI. Give it a try by going to the <code>Stacks</code> section in the dashboard or running the <code>zenml stack deploy</code> command! For more information on this new feature, please check out the video and <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.zenml.io/blog/easy-mlops-pipelines">blog </a>from our previous release.</p><p>We also updated our <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/pull/2851">Hugging Face integration</a> to support the automatic display of an embedded <code>datasets</code> preview pane in the ZenML Dashboard whenever you return a <code>Dataset</code> from a step. This was recently released by the Hugging Face datasets team and it allows you to easily visualize and inspect your data from the comfort of the dashboard.</p><p>Upgrade your servers to 0.62.0 to get the latest feature!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Deploy a Cloud Stack in 1-click!]]></title>
            <link>https://community.zenml.io/changelog/deploy-a-cloud-stack-in-1-click</link>
            <guid>https://community.zenml.io/changelog/deploy-a-cloud-stack-in-1-click</guid>
            <pubDate>Tue, 09 Jul 2024 08:47:27 GMT</pubDate>
            <description><![CDATA[<p>The latest 0.61.0 release come with an amazing new feature to 1-click deploy a cloud stack. Give it a try by going to the <code>Stacks</code> section in the dashboard, or by running the <code>zenml stack deploy</code> command! Oh and now you’ll also see your stacks finally in the dashboard, although the functionality is not fully there yet as it was in the legacy dashboard.</p><p>We hope this makes it super easy for existing and new users to set up the infrastructure required to run ZenML pipelines on the cloud in one click. If you are running pipelines locally, try this!</p><p><em>Note: Only a simple AWS stack using Skypilot supported for now but GCP + Azure to come!</em></p>]]></description>
        </item>
        <item>
            <title><![CDATA[ 🥳Pydantic v2, updated integrations, and HF Accelerate Support]]></title>
            <link>https://community.zenml.io/changelog/pydantic-v2-updated-integrations-and-hf-accelerate-support</link>
            <guid>https://community.zenml.io/changelog/pydantic-v2-updated-integrations-and-hf-accelerate-support</guid>
            <pubDate>Thu, 27 Jun 2024 13:07:00 GMT</pubDate>
            <description><![CDATA[<p>We just released a doozy of a release: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases">0.60.0</a>! This brings to a close 3 months of effort that we did to upgrade the entire core package and integrations to Pydantic v2. With Pydantic v1 coming to EOL soon, this comes just in the nick of time. You should be experiencing a snappier ZenML product. </p><p></p><p>0.60.0 also brings a ton of integration updates and further improvements to the <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/">docs</a>. Legacy docs can now be found <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/v/legacy-docs">here,</a> solving the problem of search engines indexing older ZenML versions.</p><p>Read more about the release <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.60.0">here</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🗺️ 🎉 Simplified Navigation: Introducing Breadcrumbs on Our Dashboard! ]]></title>
            <link>https://community.zenml.io/changelog/simplified-navigation-introducing-breadcrumbs-on-our-dashboard</link>
            <guid>https://community.zenml.io/changelog/simplified-navigation-introducing-breadcrumbs-on-our-dashboard</guid>
            <pubDate>Tue, 04 Jun 2024 11:19:06 GMT</pubDate>
            <description><![CDATA[<p>We released the new breadcrumbs to improve your navigation experience, allowing you to more easily visualise a path of your Pipelines, Models and Artifacts.</p><p>💡 Clear orientation: Always know where you are on the dashboard.</p><p>🔙 Quick return: Return to any section with a single click.</p><p>🎢 Effortless navigation: Less time spent navigating, more time doing your tasks.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🛠 New Feature: Enhanced Retry Configuration for Pipelines/Steps! 🔄]]></title>
            <link>https://community.zenml.io/changelog/new-feature-enhanced-retry-configuration-for-pipelines-steps</link>
            <guid>https://community.zenml.io/changelog/new-feature-enhanced-retry-configuration-for-pipelines-steps</guid>
            <pubDate>Fri, 31 May 2024 10:24:44 GMT</pubDate>
            <description><![CDATA[<p>We've added a new <code>retry</code> configuration for steps, enabling more efficient management of retries in case of failures. This feature allows you to set parameters such as the number of retries, initial delay before retries, and exponential backoff for subsequent retries.</p><p style="text-align: start">You can configure these settings either directly in your code or through a <code>config.yaml</code> file, offering flexibility and control over how step failures are handled. This enhancement aims to improve the robustness and reliability of your workflow executions.<br><br>Read more about this feature here → <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.58.0">https://github.com/zenml-io/zenml/releases/tag/0.58.0</a></p>]]></description>
        </item>
        <item>
            <title><![CDATA[🌟 New Deployment Interface: Monitor Your Deployed Model Services with Ease! 🚀]]></title>
            <link>https://community.zenml.io/changelog/new-deployment-interface-monitor-your-deployed-model-services-with-ease</link>
            <guid>https://community.zenml.io/changelog/new-deployment-interface-monitor-your-deployed-model-services-with-ease</guid>
            <pubDate>Fri, 31 May 2024 10:04:25 GMT</pubDate>
            <description><![CDATA[<p></p><p>A significant change in this release is the migration of the Service (ZenML's technical term for deployment) registration and deployment from local or remote environments to the ZenML server. This change will be reflected in an upcoming tab in the dashboard which will allow users to explore and see the deployed models in the dashboard with their live status and metadata.**</p><p>Read more here: <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.58.0">https://github.com/zenml-io/zenml/releases/tag/0.58.0</a></p>]]></description>
        </item>
        <item>
            <title><![CDATA[🕶️ Workspace on your navigation bar always visible!]]></title>
            <link>https://community.zenml.io/changelog/workspace-on-your-navigation-bar-always-visible</link>
            <guid>https://community.zenml.io/changelog/workspace-on-your-navigation-bar-always-visible</guid>
            <pubDate>Fri, 17 May 2024 14:09:17 GMT</pubDate>
            <description><![CDATA[<p>Now you can keep your navigation bar visible so you know where your workspace is at all times, or close it for wider visibility of your dashboard.</p><p></p>]]></description>
        </item>
        <item>
            <title><![CDATA[🧼 A more organised dashboard!]]></title>
            <link>https://community.zenml.io/changelog/a-more-organised-dashboard</link>
            <guid>https://community.zenml.io/changelog/a-more-organised-dashboard</guid>
            <pubDate>Fri, 17 May 2024 14:18:06 GMT</pubDate>
            <description><![CDATA[<p>You can now find your <strong>Repositories</strong>, Secrets and Connectors in the Settings section.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[⚡️ See linked runs from model artifacts]]></title>
            <link>https://community.zenml.io/changelog/see-linked-runs-from-model-artifacts</link>
            <guid>https://community.zenml.io/changelog/see-linked-runs-from-model-artifacts</guid>
            <pubDate>Fri, 17 May 2024 13:56:12 GMT</pubDate>
            <description><![CDATA[<p>Now you can see a complete lineage of your pipelines directly in the dashboard. See which artifacts were produced by which pipelines in the table view!<strong> 🥳</strong></p>]]></description>
        </item>
        <item>
            <title><![CDATA[We’ve open sourced our new dashboard 🚀 ]]></title>
            <link>https://community.zenml.io/changelog/we-ve-open-sourced-our-new-dashboard-aed5b0b5-48df-44a5-b17a-008854c3fb3a</link>
            <guid>https://community.zenml.io/changelog/we-ve-open-sourced-our-new-dashboard-aed5b0b5-48df-44a5-b17a-008854c3fb3a</guid>
            <pubDate>Fri, 10 May 2024 14:59:27 GMT</pubDate>
            <description><![CDATA[<p>Check out our new onboarding flow and the improved DAG visualizer for pipelines on the dashboard of your local and self hosted ZenML servers.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[✏️ Self-serve tenant  upgrade when a new ZenML version is available!]]></title>
            <link>https://community.zenml.io/changelog/self-serve-tenant-upgrade-when-a-new-zenml-version-is-available</link>
            <guid>https://community.zenml.io/changelog/self-serve-tenant-upgrade-when-a-new-zenml-version-is-available</guid>
            <pubDate>Wed, 27 Mar 2024 15:11:50 GMT</pubDate>
            <description><![CDATA[<p>Now you will be informed when a new ZenML version is available and you will be able to update your tenant with one click! After upgrading, please ensure your local ZenML clients are upgraded as well.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[0.56.2 Release + new onboarding video]]></title>
            <link>https://community.zenml.io/changelog/0-56-2-release-new-onboarding-video</link>
            <guid>https://community.zenml.io/changelog/0-56-2-release-new-onboarding-video</guid>
            <pubDate>Thu, 21 Mar 2024 12:42:03 GMT</pubDate>
            <description><![CDATA[<p>ZenML just released <a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/zenml-io/zenml/releases/tag/0.56.2">0.56.2</a>, and there are tons of new features, including:</p><ul>
<li><p>Migration of the <code>Service</code> (ZenML's technical term for deployment)<br>registration and deployment from local or remote environments to the ZenML server</p></li>
<li><p>A new <code>Huggingface Model Deployer</code> has been introduced, allowing you to seamlessly<br>deploy your Huggingface models using ZenML</p></li>
<li><p>Faster Integration and Dependency Management ZenML now leverages the <code>uv</code> library,<br>significantly improving the speed of integration installations and dependency management,<br>resulting in a more streamlined and efficient workflow.</p></li>
<li><p>Enhanced Logging and Status Tracking Logging have been improved, providing better<br>visibility into the state of your ZenML services.</p></li>
<li><p>Improved Artifact Store Isolation: ZenML now prevents unsafe operations that access<br>data outside the scope of the artifact store, ensuring better isolation and security.</p></li>
<li><p>Adding admin user notion for the user accounts and added protection to certain operations<br>performed via the REST interface to ADMIN-allowed only.</p></li>
<li><p>Rate limiting for login API to prevent abuse and protect the server from potential<br>security threats.</p></li>
<li><p>The LLM template is now supported in ZenML, allowing you to use the LLM template<br>for your pipelines.</p></li>
</ul><p>We also have a brand new video for cloud users to get started quickly. Watch the new onboarding video <a target="_blank" rel="noopener noreferrer nofollow" href="https://zenml.portal.trainn.co/share/yxLfAMXyIkCHTgKvqceUYQ">here</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🛹 New on-boarding to get you started faster!]]></title>
            <link>https://community.zenml.io/changelog/new-on-boarding-to-get-you-started-faster</link>
            <guid>https://community.zenml.io/changelog/new-on-boarding-to-get-you-started-faster</guid>
            <pubDate>Tue, 05 Mar 2024 12:51:10 GMT</pubDate>
            <description><![CDATA[<p>When you deploy your tenant you now get a simple on-boarding flow that gets you started in no time.</p><p></p>]]></description>
        </item>
        <item>
            <title><![CDATA[👀 See linked pipeline runs from artifact versions]]></title>
            <link>https://community.zenml.io/changelog/see-linked-pipeline-runs-from-artifact-versions</link>
            <guid>https://community.zenml.io/changelog/see-linked-pipeline-runs-from-artifact-versions</guid>
            <pubDate>Mon, 04 Mar 2024 15:47:24 GMT</pubDate>
            <description><![CDATA[<p>You can now see which artifact versions were created by which pipeline runs, directly on the artifact versions table!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🤗Share a resource directly with your team]]></title>
            <link>https://community.zenml.io/changelog/share-a-resource-directly-with-your-team</link>
            <guid>https://community.zenml.io/changelog/share-a-resource-directly-with-your-team</guid>
            <pubDate>Fri, 01 Mar 2024 12:54:59 GMT</pubDate>
            <description><![CDATA[<p>You can now easily share any resource from the ZenML Cloud with another person in your tenant - even if the person does not have broad permissions to access that type of resource! </p><p>Go ahead and starting sharing your models and pipelines with your colleageus!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[😍New pipeline run visualizer now available!]]></title>
            <link>https://community.zenml.io/changelog/new-pipeline-run-visualizer-now-available</link>
            <guid>https://community.zenml.io/changelog/new-pipeline-run-visualizer-now-available</guid>
            <pubDate>Fri, 01 Mar 2024 11:09:56 GMT</pubDate>
            <description><![CDATA[<p>ZenML has a new DAG visualizer that is snappier, modern, and better than ever before.<br></p><p>We know a lot you have been struggling with the old DAG visualizer.. It's based on our old codebase, it's buggy, and glitches out with zooming in and out. Well, you don't have to wait any longer. We took all of your feedback and crafted a new experience for you that is 10x better.&nbsp;<br><br>🤜 See all your pipeline runs and which MLOps stack they ran on<br>🔎 Gain full observability of all configuration of all configuration, parameters, and environments (docker images etc) used for the run<br>😎 See all your data, logs, and code in one easy to use view<br>🌞 Gather all your ML visualizations in one view<br>🕺 View all related models and their metrics that a pipeline generated</p>]]></description>
        </item>
        <item>
            <title><![CDATA[😻Added custom roles & permissions]]></title>
            <link>https://community.zenml.io/changelog/added-custom-roles-permissions</link>
            <guid>https://community.zenml.io/changelog/added-custom-roles-permissions</guid>
            <pubDate>Fri, 01 Mar 2024 11:25:56 GMT</pubDate>
            <description><![CDATA[<p>You can now assign custom roles and permissions to every user at the organization and the tenant level.</p><p>Head over to your tenant settings to create custom roles.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🫡See all your artifacts in one place]]></title>
            <link>https://community.zenml.io/changelog/see-all-your-artifacts-in-one-place</link>
            <guid>https://community.zenml.io/changelog/see-all-your-artifacts-in-one-place</guid>
            <pubDate>Fri, 01 Mar 2024 13:02:07 GMT</pubDate>
            <description><![CDATA[<p>The ZenML Artifact Control Plane is now live! It is a central place for all your artifacts and artifact versions.</p><p>Data sits at the heart of every machine learning workflow. Managing and versioning this data correctly is essential for reproducibility and traceability within your ML pipelines. ZenML takes a proactive approach to data versioning, ensuring that every artifact—be it data, models, or evaluations—is automatically tracked and versioned upon pipeline execution.</p><p>Read more on the <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/user-guide/starter-guide/manage-artifacts">docs</a>!</p>]]></description>
        </item>
        <item>
            <title><![CDATA[🥳Model Control Plane is now live]]></title>
            <link>https://community.zenml.io/changelog/model-control-plane-is-now-live</link>
            <guid>https://community.zenml.io/changelog/model-control-plane-is-now-live</guid>
            <pubDate>Fri, 01 Mar 2024 12:49:33 GMT</pubDate>
            <description><![CDATA[<p>The ZenML Model Control Plane is now live! It features a central view of all your ZenML Models</p><p>A <code>Model</code> is simply an entity that groups pipelines, artifacts, metadata, and other crucial business data into a unified entity. Please note that one of the most common artifacts that is associated with a Model in ZenML is the so-called technical model, which is the actual model file/files that hold the weight and parameters of a machine learning training result. However, this is not the only artifact that is relevant; artifacts such as the training data and the predictions this model produces in production are also linked inside a ZenML Model. In this sense, a ZenML Model is a concept that more broadly encapsulates your ML product's business logic.</p><p>The easiest way to use a ZenML model is to pass a <code>Model</code> object as part of a pipeline run.</p><pre><code class="language-python">from zenml import Model
from zenml import pipeline

model = Model(
    # The name uniquely identifies this model
    # It usually represents the business use case
    name="iris_classifier",
    # The version specifies the version
    # If None or an unseen version is specified, it will be created
    # Otherwise, a version will be fetched.
    version=None, 
    # Some other properties may be specified
    license="Apache 2.0",
    description="A classification model for the iris dataset.",
)

# This configures it for all steps within the pipeline
@pipeline(model=model)
def training_pipeline():
    ...</code></pre><p>Read more on the <a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.zenml.io/user-guide/starter-guide/track-ml-models">docs</a>!</p>]]></description>
        </item>
    </channel>
</rss>