Elena Khaustova
01/31/2025, 12:47 PMSajid Alam
02/05/2025, 11:48 AM--load-file
to run from any directory without requiring a Kedro project. (#2206)
• Improved modular pipeline expand/collapse logic for better state synchronisation. (#2225)
• Fix inconsistent function inspection for decorated functions. (#2246)
🎯 How to Get the Latest Release:
• Python users: Run pip install kedro-viz==10.2.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 TeamJitendra Gundaniya
02/05/2025, 4:46 PMJuan Luis
02/05/2025, 4:54 PMJuan Luis
02/27/2025, 3:03 PMJuan Luis
02/28/2025, 8:00 AMMerel
03/07/2025, 3:16 PMJuan Luis
03/11/2025, 4:51 PMMerel
03/14/2025, 11:58 AMHuong Nguyen
03/17/2025, 9:11 AM--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 TeamJitendra Gundaniya
03/20/2025, 5:27 PMKedroDataCatalog.filter()
to filter datasets by name and type.
• Added Pipeline.grouped_nodes_by_namespace
property which returns a dictionary of nodes grouped by namespace
• Added support for cloud storage protocols in --conf-source
🪲 Bug fixes and other changes
• Added DataCatalog
deprecation warning.
• Fixed MemoryDataset
to infer assign
copy mode for Ibis Tables
• Fixed pipeline packaging issue by ensuring pipelines/__init__.py
exists when creating new pipelines.
• Changed the execution of SequentialRunner
to not use an executor pool to ensure it's single threaded.
• Fixed %load_node
magic command to work with Jupyter Notebook >=7.2.0
.
Read the complete release notes for kedro on GitHub.
Many thanks to the following Kedroids for contributing PRs to this release:
• @Jacob Pieniazek
• @lucas vittor
• @Ean
• Toran Sahu
We welcome every community contribution, large or small. See what we're working on now and report bugs or suggest future features.
Until next time,
The Kedro TeamJitendra Gundaniya
03/25/2025, 1:26 PMJuan Luis
03/26/2025, 12:32 PMElena Khaustova
03/27/2025, 4:39 PMMerel
04/01/2025, 10:16 AMJitendra Gundaniya
04/09/2025, 7:54 AMJuan Luis
04/11/2025, 11:58 AMJuan Luis
04/11/2025, 12:16 PMRavi Kumar Pilla
04/17/2025, 6:06 PMpip install kedro-viz==11.0.1
• 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! 🎉Juan Luis
04/24/2025, 8:54 AMElena Khaustova
04/24/2025, 12:05 PMElena Khaustova
04/25/2025, 1:23 PMJuan Luis
05/08/2025, 10:20 AMLaura Couto
05/22/2025, 3:30 PMpipeline()
and Pipeline
into a single module (kedro.pipeline
), aligning with the `node()`/`Node` design pattern and improving namespace handling.
🪲 Bug fixes and other changes
• Fixed bug where project creation workflow would use the main
branch version of kedro-starters
instead of the respective release version.
• Fixed namespacing for confirms
during pipeline creation to support IncrementalDataset
.
• Fixed bug where `OmegaConf`cause an error during config resolution with runtime parameters.
• Cached inputs
in Node
when created from dictionary for better performance.
• Enabled pluggy tracing only when logging level is set to DEBUG
to speed up the execution of project runs.
⚠️ Upcoming deprecations for Kedro 1.0.0
• Added a deprecation warning for KedroDataCatalog
that will replace DataCatalog
while adopting the original DataCatalog
name.
• Add deprecation warning for --namespace
option for kedro run
. It will be replaced with --namespaces
option which will allow for running multiple namespaces together.
• The modular_pipeline
module is deprecated and will be removed in Kedro 1.0.0. Use the pipeline
module instead.
Note: On March 20th, a security vulnerability, CVE-2024-12215, was identified in Kedro. This issue stems from the deprecated micropackaging functionality, which is scheduled for removal in the upcoming Kedro 1.0 release. While we agree with the CVE assigned, this vulnerability only poses a risk if you pull a malicious micropackage from an untrusted source. If you’re concerned, we recommend avoiding the micropackaging feature for now and upgrading to Kedro 1.0 once it’s released.
kedroid Community contributions
Many thanks to the following Kedroids for contributing PRs to this release:
• @Arnout Verboven
• gabohc
• @Luis Chaves Rodriguez
We welcome every community contribution, large or small. See what we're working on now and report bugs or suggest future features.
Until next time,
The Kedro TeamJuan Luis
05/22/2025, 3:31 PMJuan Luis
05/22/2025, 3:48 PMRashida Kanchwala
05/23/2025, 12:05 PMrun_viz
magic command to reflect latest CLI options. (#2325).
🎯 How to Get the Latest Release:
• Python users: Run pip install kedro-viz==11.0.2
• 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! 🎉Juan Luis
06/05/2025, 7:00 AM