We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff7d90 commit 24d3589Copy full SHA for 24d3589
kedro-datasets/RELEASE.md
@@ -1,4 +1,6 @@
1
# Upcoming Release
2
+
3
+# Release 8.1.0
4
## Major features and improvements
5
6
- Added the following new experimental datasets:
@@ -11,6 +13,7 @@
11
13
12
14
- Added primary key constraint to BaseTable.
15
- Added save/load with `use_pyarrow=True` save_args for LazyPolarsDataset partitioned parquet files.
16
+- Updated the json schema for Kedro 1.0.0.
17
18
## Breaking Changes
19
## Community contributions
kedro-datasets/kedro_datasets/__init__.py
@@ -1,7 +1,7 @@
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""
__all__ = ["KedroDeprecationWarning"]
-__version__ = "8.0.0"
+__version__ = "8.1.0"
import sys
7
import warnings
0 commit comments