KKKKK
Kedro-Viz 11.0.0 is LIVE!KKKKK
Hey everyone, we're excited to announce
Kedro-Viz 11.0.0 is out!
🚀
Major features and improvements
•
Experiment Tracking Removal: With a heavy heart, we're announcing that Experiment Tracking is no longer available through Kedro Viz. Please refer to the Kedro documentation for migration guidance
here. (
#2237)
•
Horizontal Flowchart Orientation: You can now seamlessly switch between vertical and horizontal layouts to better visualise your pipelines. (
#2159)
•
Pipeline Visualisation in Notebooks: View and interact with Kedro pipeline visualisations directly within Jupyter notebooks. (
#2241)
•
Pipeline Filtering in VSCode: Easily filter and navigate different pipelines when using Kedro-Viz inside VSCode. This will be available with kedro-vscode 0.4.0. (
#2269)
🔧
Bug Fixes & Other Improvements:
• Fixed kedro viz
--load-file
to run from any directory without requiring a Kedro project. (
#2206)
• Improved modular pipeline expand/collapse logic for better state synchronisation. (
#2225)
• Fixed inconsistent function inspection for decorated functions. (
#2246)
🎯
How to Get the Latest Release:
• Python users: Run
pip install kedro-viz==11.0.0
• React users:
npm install @quantumblack/kedro-viz@latest
You can contribute by using these features and providing feedback. Follow
our roadmap for more updates, vote on
ideas, comment on the tickets, and
suggest future features to the community.
Happy visualising, and until the next release!
— The Kedro Team