Kedro 0.18.5 is out! #2358
yetudada
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 are excited to announce that Kedro 0.18.5 is out!
Kedro 0.18.5 is a non-breaking release in the 0.18.x series, which means you can upgrade with:
pip install kedro==0.18.5
orconda install -c conda-forge kedro==0.18.5
🎉 Major features and changes
OmegaConfigLoader
, which uses the powerfulomegaconf
library under the hood.--conf-source
for thekedro run
command that allows you to specify the location of your config files.omegaconf
syntax withkedro run --param
flag.kedro run
CLI to make it more consistent; the flags--node
,--tag
, and--load-version
are deprecated in favour of--nodes
,--tags
, and--load-versions
(they’ll be removed in Kedro 0.19.0).--namespace
flag withkedro run
.🪲 Bug fixes and other changes
kedro run
options--from-nodes
and--to-nodes
.You can find the full list of changes in the release notes: https://github.com/kedro-org/kedro/releases/tag/0.18.5
We welcome every community contribution, large or small. See what we're working on now and report bugs or suggest future features.
Beta Was this translation helpful? Give feedback.
All reactions