Kedro 0.18.3 is out! #1861
merelcht
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a quick announcement that Kedro 0.18.3 is out! 🎉
Kedro 0.18.3 is a non-breaking release in the 0.18.x series, which means you can upgrade with:
pip install kedro==0.18.3
orconda install -c conda-forge kedro==0.18.3
What can you expect in this release?
🚀 Major Features/Changes:
%load_ext kedro.ipython
.%reload_kedro
now accepts keywords arguments, e.g.%reload_kedro --env=prod
.SequentialRunner
, it will backtrack the closest persisted inputs to resume.🪲 Bug fixes and other changes
False
value for rich loggingshow_locals
, to make sure credentials and other sensitive data isn’t shown in logs.kedro run -n [some_node]
, ifsome_node
is missing a namespace the resulting error message will suggest the correct node name.You can find the full list of changes in the release notes:
https://github.com/kedro-org/kedro/releases/tag/0.18.3
Beta Was this translation helpful? Give feedback.
All reactions