Skip to content

Commit

Permalink
build(datasets): Release 1.5.0 (#285)
Browse files Browse the repository at this point in the history
* build(datasets): Release 1.5.0

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

* Update release notes

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

* Update release notes

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

* Update release notes

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

* Update release notes

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

* Update kedro-datasets/RELEASE.md

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

---------

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
  • Loading branch information
ankatiyar authored Jul 31, 2023
1 parent 3aad425 commit 3a3cffb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Upcoming Release:
# Upcoming Release
## Major features and improvements

## Bug fixes and other changes

## Community contributions

# Release 1.5.0

## Major features and improvements
* Implemented lazy loading of dataset subpackages and classes.
* Suppose that SQLAlchemy, a Python SQL toolkit, is installed in your Python environment. With this change, the SQLAlchemy library will not be loaded (for `pandas.SQLQueryDataSet` or `pandas.SQLTableDataSet`) if you load a different pandas dataset (e.g. `pandas.CSVDataSet`).
* Added automatic inference of file format for `pillow.ImageDataSet` to be passed to `save()`.
* Added `pandas.DeltaTableDataSet`.

## Bug fixes and other changes
* Improved error messages for missing dataset dependencies.
Expand All @@ -13,6 +21,8 @@
Many thanks to the following Kedroids for contributing PRs to this release:

* [Daniel-Falk](https://github.com/daniel-falk)
* [afaqueahmad7117](https://github.com/afaqueahmad7117)
* [everdark](https://github.com/everdark)

# Release 1.4.2
## Bug fixes and other changes
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,3 +1,3 @@
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""

__version__ = "1.4.2"
__version__ = "1.5.0"

0 comments on commit 3a3cffb

Please sign in to comment.