Kedro 0.18.0 is out! #1406
Closed
NeroOkwa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're excited to announce that Kedro 0.18.0 has finally been released! 🎉
TL;DR
In this release we reduce the complexity of the project template to get us closer to a stable release of the framework. We've introduced the full micro-packaging workflow 📦, which allows you to import packages, utility functions and existing pipelines into your Kedro project. Integration with IPython and Jupyter has been streamlined in preparation for enhancements to Kedro's interactive workflow. Additionally, the release comes with long-awaited Python 3.9 and 3.10 support 🐍. Please make sure to trial our experiment tracking workflow in Kedro.What can you expect in this release?
cli.py
from the Kedro project template.python -m my_package
.pandas
datasets in order to leveragepandas
own API and delegatefsspec
operations to them. This reduces the need to have our ownfsspec
wrappers, like in previous versions.How do I get access to the latest release?
Get the latest version of Kedro with
pip install kedro == 0.18.0
and await being able to install Kedro from Conda withconda install -c conda-forge kedro==0.18.0
.Beta Was this translation helpful? Give feedback.
All reactions