Skip to content

Commit

Permalink
docs(datasets): add FileDataset to release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Oct 7, 2024
1 parent fe56964 commit f390b2e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
## Major features and improvements
* Added the following new **experimental** datasets:

| Type | Description | Location |
|-------------------------------------|-----------------------------------------------------------|-----------------------------------------|
| `pytorch.PyTorchDataset` | A dataset for securely saving and loading PyTorch models | `kedro_datasets_experimental.pytorch` |
| `prophet.ProphetModelDataset` | A dataset for Meta's Prophet model for time series forecasting | `kedro_datasets_experimental.prophet` |
| Type | Description | Location |
|-------------------------------------|-----------------------------------------------------------------|-----------------------------------------|
| `pytorch.PyTorchDataset` | A dataset for securely saving and loading PyTorch models. | `kedro_datasets_experimental.pytorch` |
| `prophet.ProphetModelDataset` | A dataset for Meta's Prophet model for time series forecasting. | `kedro_datasets_experimental.prophet` |


* Added the following new core datasets:

| Type | Description | Location |
|----------------------|------------------------------------------------|-------------------------|
| `plotly.HTMLDataset` | A dataset for saving a `plotly` figure as HTML | `kedro_datasets.plotly` |
| Type | Description | Location |
|----------------------|---------------------------------------------------------------|-------------------------|
| `plotly.HTMLDataset` | A dataset for saving a `plotly` figure as HTML. | `kedro_datasets.plotly` |
| `ibis.TableDataset` | A dataset for loading and saving files using Ibis's backends. | `kedro_datasets.ibis` |


## Bug fixes and other changes
* Refactored all datasets to set `fs_args` defaults in the same way as `load_args` and `save_args` and not have hardcoded values in the save methods.
Expand Down

0 comments on commit f390b2e

Please sign in to comment.