Skip to content

Commit

Permalink
build(datasets): Release kedro-datasets 2.1.0 (#575)
Browse files Browse the repository at this point in the history
* Bump versions kedro-datasets

Signed-off-by: Ankita Katiyar <[email protected]>

* Update release notes

Signed-off-by: Ankita Katiyar <[email protected]>

---------

Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar authored Feb 28, 2024
1 parent dc0d2c7 commit db92892
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Upcoming Release
## Major features and improvements

## Bug fixes and other changes
## Community contributions

# Release 2.1.0
## Major features and improvements
* Added `MatlabDataset` which uses `scipy` to save and load `.mat` files.
* Extend preview feature for matplotlib, plotly and tracking datasets.
* Allow additional parameters for sqlalchemy engine when using sql datasets.

## Bug fixes and other changes
* Removed Windows specific conditions in `pandas.HDFDataset` extra dependencies

## Community contributions
Many thanks to the following Kedroids for contributing PRs to this release:
* [Samuel Lee SJ](https://github.com/samuel-lee-sj)
* [Felipe Monroy](https://github.com/felipemonroy)
* [Manuel Spierenburg](https://github.com/mjspier)

# Release 2.0.0
## Major features and improvements
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__ = "2.0.0"
__version__ = "2.1.0"

import sys
import warnings
Expand Down

0 comments on commit db92892

Please sign in to comment.