https://kedro.org/ logo
#announcements
Title
# announcements
t

tynan

08/05/2022, 1:53 PM
Kedro-Viz 5.0.0 is out! @here We're excited to announce that Kedro-Viz 5.0.0 is out! ๐Ÿฅณ This new major-release version brings a great new feature and the removal of support for an older version of Kedro. Have a look at the full release notes (#1) for everything new. Check out our hosted demo (#2). What can you expect in this release? - Support for visualising Matplotlib and Plotly plots in experiment tracking ๐Ÿ“Š - Remove support for Kedro v16 ๐Ÿงน โš ๏ธ Note this last point is a breaking change! If you're using Kedro v17 or v18, please upgrade to continue getting the best out of Kedro-Viz. โš ๏ธ How do I get access to the latest release? - Get the latest version of Kedro-Viz with
pip install kedro-viz==5.0.0
(Python) or with
npm install @quantumblack/kedro-viz@latest
(React) What's next? - Improvements on Experiment Tracking (#3), like being able to track and plot metrics over time. - And follow our roadmap (#4) for more updates. Until next time, The Kedro Team ๐Ÿ’œ Footnotes: - #1: https://github.com/kedro-org/kedro-viz/releases/tag/v5.0.0 - #2: https://demo.kedro.org/ - #3: https://kedro.readthedocs.io/en/stable/tutorial/set_up_experiment_tracking.html - #4: https://github.com/orgs/kedro-org/projects/3/views/1
j

Jose Alejandro M

09/13/2022, 8:47 PM
Is the kedro code for the demo available to check it. I am interested on it ๐Ÿ™
t

tynan

09/14/2022, 9:29 AM
@Jose Alejandro M the demo runs off of the
/demo-project
folder which is checked into the repo: https://github.com/kedro-org/kedro-viz/tree/main/demo-project
let me know if that's what you're looking for ๐Ÿ™‚
j

Jose Alejandro M

09/14/2022, 2:57 PM
Yes! thank you!
t

tynan

09/14/2022, 3:12 PM
nice! you're welcome
9 Views