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

Merel

09/15/2021, 10:57 AM
@here KEDRO RELEASE Kedro 0.17.5 is available on PyPI and Conda. This version of Kedro has bugfixes and introduces several new features and improvements, including: 🧪 Two datasets to enable basic experiment tracking (https://kedro.readthedocs.io/en/stable/08_logging/02_experiment_tracking.html): 
tracking.MetricsDataSet
and
tracking.JSONDataSet
📦 Support for bulk packaging/pulling modular pipelines 💻 A new CLI group registry with the associated commands kedro registry list and kedro registry describe, to replace kedro pipeline list and kedro pipeline describe 🥒 Support for dill backend to PickleDataSet 🐛 Pinned dynaconf to fix issues with a broken method signature See the release notes for more info: https://github.com/quantumblacklabs/kedro/blob/master/RELEASE.md ⬇️     Installation Kedro 0.17.5 is a non-breaking release in the 0.17.x series, upgrade now with:
Copy code
pip install kedro==0.17.5
conda install -c conda-forge kedro==0.17.5