Skip to content

Commit

Permalink
Merge branch 'main' into release/kedro-datasets/5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lrcouto authored Oct 10, 2024
2 parents 0ffc2c1 + f13dd7a commit 5f49820
Show file tree
Hide file tree
Showing 12 changed files with 1,380 additions and 726 deletions.
2 changes: 2 additions & 0 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

## Breaking Changes
* Exposed `load` and `save` publicly for each dataset. This requires Kedro version 0.19.7 or higher.
* Replaced the `geopandas.GeoJSONDataset` with `geopandas.GenericDataset` to support parquet and feather file formats.

## Community contributions
Many thanks to the following Kedroids for contributing PRs to this release:
Expand All @@ -35,6 +36,7 @@ Many thanks to the following Kedroids for contributing PRs to this release:
* [janickspirig](https://github.com/janickspirig)
* [Galen Seilis](https://github.com/galenseilis)
* [Mariusz Wojakowski](https://github.com/mariusz89016)
* [harm-matthias-harms](https://github.com/harm-matthias-harms)
* [Felix Scherz](https://github.com/felixscherz)


Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/docs/source/api/kedro_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kedro_datasets
dask.ParquetDataset
databricks.ManagedTableDataset
email.EmailMessageDataset
geopandas.GeoJSONDataset
geopandas.GenericDataset
holoviews.HoloviewsWriter
huggingface.HFDataset
huggingface.HFTransformerPipelineDataset
Expand Down
Loading

0 comments on commit 5f49820

Please sign in to comment.