MyGit

0.17.1

kedro-org/kedro

版本发布时间: 2021-03-04 22:31:45

kedro-org/kedro最新发布版本:0.19.9(2024-10-11 03:13:09)

Release 0.17.1

Major features and improvements

from kedro.framework.project import settings

print(settings.CONF_ROOT)

Bug fixes and other changes

Breaking changes to the API

Note: If you're using the ipython extension instead, you will not encounter this problem.

Migration guide

You will have to update the file <your_project>/.ipython/profile_default/startup/00-kedro-init.py in order to make kedro ipython and/or kedro jupyter work. Add the following line before the KedroSession is created:

configure_project(metadata.package_name)  # to add

session = KedroSession.create(metadata.package_name, path)

Make sure that the associated import is provided in the same place as others in the file:

from kedro.framework.project import configure_project  # to add
from kedro.framework.session import KedroSession

Thanks for supporting contributions

Mariana Silva, Kiyohito Kunii, noklam, Ivan Doroshenko, Zain Patel, Deepyaman Datta, Sam Hiscox, Pascal Brokmeier

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-03-04发行的版本