Skip to content

Commit a758af2

Browse files
committed
v4.5.1 Release.
1 parent 603da1c commit a758af2

File tree

8 files changed

+552
-22
lines changed

8 files changed

+552
-22
lines changed

python/deeplake/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def progress_bar(iterable, *args, **kwargs):
1717
from deeplake.ingestion import from_coco
1818

1919

20-
__version__ = "4.4.3"
20+
__version__ = "4.5.0"
2121

2222
__all__ = [
2323
"__version__",
@@ -44,6 +44,7 @@ def progress_bar(iterable, *args, **kwargs):
4444
"ColumnDefinitionView",
4545
"ColumnDoesNotExistError",
4646
"ColumnMissingAppendValueError",
47+
"ColumnStatistics",
4748
"ColumnView",
4849
"CredsKeyAlreadyAssignedError",
4950
"Dataset",
@@ -67,6 +68,7 @@ def progress_bar(iterable, *args, **kwargs):
6768
"History",
6869
"IncorrectDeeplakePathError",
6970
"IndexAlreadyExistsError",
71+
"IndexBuildConfig",
7072
"IndexingMode",
7173
"InvalidBinaryMaskCompression",
7274
"InvalidChunkStrategyType",
@@ -107,6 +109,7 @@ def progress_bar(iterable, *args, **kwargs):
107109
"RowView",
108110
"Schema",
109111
"SchemaView",
112+
"SearchConfig",
110113
"ShapeIndexOutOfChunk",
111114
"StorageAccessDenied",
112115
"StorageInternalError",

0 commit comments

Comments
 (0)