0.19.2
版本发布时间: 2024-01-22 19:10:12
kedro-org/kedro最新发布版本:0.19.9(2024-10-11 03:13:09)
Bug fixes and other changes
- Removed example pipeline requirements when examples are not selected in
tools
. - Allowed modern versions of JupyterLab and Jupyter Notebooks.
- Removed setuptools dependency
- Added
source_dir
explicitly inpyproject.toml
for non-src layout project. -
MemoryDataset
entries are now included in free outputs. - Removed black dependency and replaced it functionality with
ruff format
. - Added logging about not using async mode in
SequentiallRunner
andParallelRunner
.
Breaking changes to the API
- Changed input format for tools option obtained from --config file from numbers to short names.
Documentation changes
- Added documentation about
bootstrap_project
andconfigure_project
. - Added documentation about
kedro run
and hook execution order.