Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(datasets): Release 4.1.0 #795

Merged
merged 11 commits into from
Aug 2, 2024
5 changes: 3 additions & 2 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Upcoming Release
## Major features and improvements
* Improved PartitionedDataset representation when printing.

## Bug fixes and other changes
## Breaking Changes
## Community contributions

# Release 4.0.1
## Major features and improvements
* Improved PartitionedDataset representation when printing.
ElenaKhaustova marked this conversation as resolved.
Show resolved Hide resolved

## Bug fixes and other changes
- Updated `ibis.TableDataset` to make sure credentials are not printed in interactive environment.
* Updated `ibis.TableDataset` to make sure credentials are not printed in interactive environment.

## Breaking Changes
## Community contributions
Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""

__all__ = ["KedroDeprecationWarning"]
__version__ = "4.0.0"
__version__ = "4.0.1"
ElenaKhaustova marked this conversation as resolved.
Show resolved Hide resolved

import sys
import warnings
Expand Down