Kedro v0.16.6 Release Notes
Release Date: 2020-10-23 // over 4 years ago-
Major features and improvements
- β Added documentation with a focus on single machine and distributed environment deployment; the series includes Docker, Argo, Prefect, Kubeflow, AWS Batch, AWS Sagemaker and extends our section on Databricks
- β Added kedro-starter-spaceflights alias for generating a project:
kedro new --starter spaceflights
.
π Bug fixes and other changes
- π Fixed
TypeError
when converting dict inputs to a node made from a wrappedpartial
function. PartitionedDataSet
improvements:- Supported passing arguments to the underlying filesystem.
- π Improved handling of non-ASCII word characters in dataset names.
- For example, a dataset named
jalapeΓ±o
will be accessible asDataCatalog.datasets.jalapeΓ±o
rather thanDataCatalog.datasets.jalape__o
.
- For example, a dataset named
- π Fixed
kedro install
for an Anaconda environment defined inenvironment.yml
. - π Fixed backwards compatibility with templates generated with older Kedro versions <0.16.5. No longer need to update
.kedro.yml
to usekedro lint
andkedro jupyter notebook convert
. - π Improved documentation.
- β Added documentation using MinIO with Kedro.
- π Improved error messages for incorrect parameters passed into a node.
- π Fixed issue with saving a
TensorFlowModelDataset
in the HDF5 format with versioning enabled. - Added missing
run_result
argument inafter_pipeline_run
Hooks spec. - π Fixed a bug in IPython script that was causing context hooks to be registered twice. To apply this fix to a project generated with an older Kedro version, apply the same changes made in this PR to your
00-kedro-init.py
file.
π Thanks for supporting contributions
Deepyaman Datta, Bhavya Merchant, Lovkush Agarwal, Varun Krishna S, Sebastian Bertoli, noklam, Daniel Petti, Waylon Walker
Previous changes from v0.16.5
-
π Release 0.16.5