SajidAlamQB
02/22/2022, 5:50 PMpandas<1.4 to maintain compatibility with xlrd~=1.0.
- Bumped the Pillow minimum version requirement to 9.0 (Python 3.7+ only) following CVE-2022-22817.
- Fixed PickleDataSet to be copyable and hence work with the parallel runner.
- Upgraded pip-tools, which is used by kedro build-reqs, to 6.5 (Python 3.7+ only). This pip-tools version is compatible with pip>=21.2, including the most recent releases of pip. Python 3.6 users should continue to use pip-tools 6.4 and pip<22.
- Added astro-iris as alias for astro-airlow-iris, so that old tutorials can still be followed.
- Added details about Kedro's Technical Steering Committee and governance model.
Major features:
- pipeline now accepts tags and a collection of `Node`s and/or `Pipeline`s rather than just a single Pipeline object. pipeline should be used in preference to Pipeline when creating a Kedro pipeline.
- pandas.SQLTableDataSet and pandas.SQLQueryDataSet now only open one connection per database, at instantiation time (therefore at catalog creation time), rather than one per load/save operation.
- Added new command group, micropkg, to replace kedro pipeline pull and kedro pipeline package with kedro micropkg pull and kedro micropkg package for Kedro 0.18.0.kedro micropkg package saves packages to project/dist while kedro pipeline package saves packages to project/src/dist.
Kedro 0.17.7 is a non-breaking release in the 0.17.x series, upgrade now with:
pip install kedro==0.17.7
conda install -c conda-forge kedro==0.17.7elvis
02/22/2022, 7:31 PMYetunde
02/22/2022, 7:46 PMdatajoely
02/22/2022, 9:01 PMdatajoely
02/22/2022, 9:02 PMelvis
02/22/2022, 10:42 PMelvis
02/22/2022, 10:44 PMdatajoely
02/23/2022, 8:18 AMantony.milne
02/23/2022, 2:53 PM