Skip to content

Commit

Permalink
build(datasets): Release 2.0.0 (#472)
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht authored Dec 11, 2023
1 parent e4ad829 commit 31c86e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Upcoming Release
## Major features and improvements
## Bug fixes and other changes
## Community contributions

# Release 2.0.0
## Major features and improvements
* Removed Dataset classes ending with "DataSet", use the "Dataset" spelling instead.
* Added Hugging Face datasets `huggingface.HFDataset` and `huggingface.HFTransformerPipelineDataset`.
* Removed support for Python 3.7 and 3.8.
* Spark and Databricks based datasets now support [databricks-connect>=13.0](https://docs.databricks.com/en/dev-tools/databricks-connect-ref.html).
* Bump `s3fs` to latest calendar-versioned release.
Expand All @@ -9,12 +15,14 @@
## Bug fixes and other changes
* Fixed bug with loading models saved with `TensorFlowModelDataset`.
* Make dataset parameters keyword-only.
* Correct pandas-gbq as py311 dependency

## Community contributions
Many thanks to the following Kedroids for contributing PRs to this release:
* [Edouard59](https://github.com/Edouard59)
* [Miguel Rodriguez Gutierrez](https://github.com/MigQ2)
* [felixscherz](https://github.com/felixscherz)
* [Onur Kuru](https://github.com/kuruonur1)

# Release 1.8.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__ = "1.8.0"
__version__ = "2.0.0"

import sys
import warnings
Expand Down

0 comments on commit 31c86e5

Please sign in to comment.