You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release 0.18.7
Major features and improvements
Added new Kedro CLI kedro jupyter setup to setup Jupyter Kernel for Kedro.
kedro package now includes the project configuration in a compressed tar.gz file.
Added functionality to the OmegaConfigLoader to load configuration from compressed files of zip or tar format. This feature requires fsspec>=2023.1.0.
Significant improvements to on-boarding documentation that covers setup for new Kedro users. Also some major changes to the spaceflights tutorial to make it faster to work through. We think it's a better read. Tell us if it's not.
Bug fixes and other changes
Added a guide and tooling for developing Kedro for Databricks.
Implement missing dict-like interface for _ProjectPipeline.