Skip to content

Commit

Permalink
build(datasets): 4.0.0 (#753)
Browse files Browse the repository at this point in the history
* bump 4.0.0

Signed-off-by: Nok <[email protected]>

* format

Signed-off-by: Nok <[email protected]>

---------

Signed-off-by: Nok <[email protected]>
  • Loading branch information
noklam authored Jul 5, 2024
1 parent 5ab51af commit fca6b45
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Upcoming Release
## Major features and improvements
## Bug fixes and other changes
## Breaking Changes
## Community contributions

# Release 4.0.0
## Major features and improvements

* Added the following new **experimental** datasets:

Expand All @@ -12,8 +18,6 @@
| `rioxarray.GeoTIFFDataset` | A dataset for loading and saving geotiff raster data | `kedro_datasets_experimental.rioxarray` |
| `netcdf.NetCDFDataset` | A dataset for loading and saving "*.nc" files. | `kedro_datasets_experimental.netcdf` |

* `netcdf.NetCDFDataset` moved from `kedro_datasets` to `kedro_datasets_experimental`.

* Added the following new core datasets:

| Type | Description | Location |
Expand All @@ -22,6 +26,12 @@

* Extended preview feature to `yaml.YAMLDataset`.

## Bug fixes and other changes
* Added `metadata` parameter for a few datasets

## Breaking Changes
* `netcdf.NetCDFDataset` moved from `kedro_datasets` to `kedro_datasets_experimental`.

## Community contributions

Many thanks to the following Kedroids for contributing PRs to this release:
Expand All @@ -30,6 +40,9 @@ Many thanks to the following Kedroids for contributing PRs to this release:
* [Thomas Gölles](https://github.com/tgoelles)
* [Lukas Innig](https://github.com/derluke)
* [Michael Sexton](https://github.com/michaelsexton)
* [michal-mmm](https://github.com/michal-mmm)




# Release 3.0.1
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__ = "3.0.1"
__version__ = "4.0.0"

import sys
import warnings
Expand Down

0 comments on commit fca6b45

Please sign in to comment.