Kedro 0.18.2 is out! #1705
merelcht
announced in
Announcements
Replies: 1 comment 3 replies
-
I like rich but can I turn off the new Tracebacks? IMO they are a complete waste of space, sometimes making one scroll for pages and pages to find the actual error. |
Beta Was this translation helpful? Give feedback.
3 replies
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.2 has finally been released! 🎉
What can you expect in this release?
🚀 Major features:
conf/base/logging.yml
is now optional. See our documentation for details.kedro.starters
entry point. This enables plugins to create custom starter aliases used bykedro starter list
andkedro new
.kedro new
prompts to just one question asking for the project name.🐛 Bug fixes:
pyyaml
upper bound to make Kedro compatible with the pyodide stack.info.log
/errors.log
files are no longer created in your project root, and running Kedro on read-only file systems such as Databricks Repos is now possible.cookiecutter>=2.1.1
to address a known command injection vulnerability.getpass.getuser
.AbstractDataSet
andAbstractVersionedDataSet
as well as typing to all datasets.You can find the full list of changes in the release notes.
Kedro 0.18.2 is a non-breaking release in the 0.18.x series, upgrade now with:
How do I get access to the latest release?
Get the latest version of Kedro with
pip install kedro == 0.18.2
or install Kedro from Conda withconda install -c conda-forge kedro==0.18.2
.Beta Was this translation helpful? Give feedback.
All reactions