https://kedro.org/ logo
#announcements
Title
# announcements
s

SajidAlamQB

02/22/2022, 5:50 PM
Hi @everyone ! This is a quick announcement that Kedro 0.17.7 is out.  It's available on PyPI and Conda. This version has several bug fixes and major improvements including: Bug fixes: - Added tutorial documentation for experiment tracking. - Added Plotly dataset documentation. - Added the upper limit 
pandas<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:
Copy code
pip install kedro==0.17.7
conda install -c conda-forge kedro==0.17.7
e

elvis

02/22/2022, 7:31 PM
Is there an ETA for python 3.10 support?
y

Yetunde

02/22/2022, 7:46 PM
It's actually in progress now - https://github.com/kedro-org/kedro/pull/1275 If nothing goes wrong then we should have this out towards the end of next week. It comes with a release of 0.18.0.
d

datajoely

02/22/2022, 9:01 PM
You can also force it to be installed the only thing that really breaks is excel dataset
Also just noticed you’re from Warp @User! I freakin’ love my new terminal
e

elvis

02/22/2022, 10:42 PM
@User Next week! That's so exciting! Haha yes I work at Warp! It's exciting that you're enjoying it, we still have a ton to build! Just made an invite link (skip waitlist) if anyone else here wants to try it. We're actually doing a practice run for our twitter spaces tomorrow atm.
What would be sick is if we built a Warp endpoint that hooks into the python repl and also jupyter notebooks. We have plans for building something similar to Notebooks but for the shell.
d

datajoely

02/23/2022, 8:18 AM
That’s great to hear!
a

antony.milne

02/23/2022, 2:53 PM
@User thanks for the invite!! Very interested to give this a go 😄
2 Views