Skip to content

Commit

Permalink
Release kedro-datasets version 1.2.0 (#147)
Browse files Browse the repository at this point in the history
* Add release notes

Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>

* Modify version number

Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>

* Modify release note wording

Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>

* Move two release notes to major features section

Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>

---------

Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
  • Loading branch information
jmholzer authored Mar 24, 2023
1 parent 16bbeb6 commit a5b1c13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

## Bug fixes and other changes

# Release 1.2.0:

## Major features and improvements:
* Added `fsspec` resolution in `SparkDataSet` to support more filesystems.
* Added the `_preview` method to the Pandas `ExcelDataSet` and `CSVDataSet` classes.

## Bug fixes and other changes
* Fixed a docstring in the Pandas `SQLQueryDataSet` as part of the Sphinx revamp on Kedro.

# Release 1.1.1:

## Bug fixes and other changes
Expand All @@ -20,7 +29,6 @@
| ------------------------------------ | -------------------------------------------------------------------------- | ----------------------------- |
| `polars.CSVDataSet` | A `CSVDataSet` backed by [polars](https://www.pola.rs/), a lighting fast dataframe package built entirely using Rust. | `kedro_datasets.polars` |
| `snowflake.SnowparkTableDataSet` | Work with [Snowpark](https://www.snowflake.com/en/data-cloud/snowpark/) DataFrames from tables in Snowflake. | `kedro_datasets.snowflake` |
* Use `fsspec` in `SparkDataSet` to support more filesystems.

## Bug fixes and other changes
* Add `mssql` backend to the `SQLQueryDataSet` DataSet using `pyodbc` library.
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,3 +1,3 @@
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""

__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit a5b1c13

Please sign in to comment.