Kedro 0.17.6 is out! #1111
Closed
lorenabalan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 🎊 KEDRO RELEASE 🎊 🚀
Kedro 0.17.6 is available on PyPI and Conda. This version of Kedro contains heaps of bugfixes and dataset improvements, including:
✍️
pandas.ExcelDataSet
can now save files with multiple sheets📜
pandas.SQLQuerydataSet
can accept the query through a file (via a newfilepath
argument)🗑️
PartitionedDataSet
andMatplotlibWriter
can now delete existing partition/plots onsave()
🥒 Added support for arbitrary backends for
pickle.PickleDataSet
🗄️ Added 4 new datasets, including:
pandas.GenericDataSet
to read/write any format supported bypandas
spark.DeltaTableDataSet
for handling DeltaLake tables➕ Added support for
sum()
syntax for connectingPipeline
objects⚡ Made some performance optimisations when loading up the catalog
🐛 Fixed some bugs with
kedro pipeline package
andkedro pipeline pull
🐞 Removed unintentional dependency on
git
See the release notes for more info.
💻 Installation
Kedro 0.17.6 is a non-breaking release in the 0.17.x series, upgrade now with:
Beta Was this translation helpful? Give feedback.
All reactions