Skip to content

Commit bd43854

Browse files
committed
v4.1.7 Release
1 parent 2de19e7 commit bd43854

16 files changed

+2240
-260
lines changed

python/deeplake/__init__.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def progress_bar(iterable, *args, **kwargs):
1515
from ._deeplake import *
1616
from deeplake.ingestion import from_coco
1717

18-
__version__ = "4.1.5"
18+
19+
__version__ = "4.1.7"
1920

2021
__all__ = [
2122
"__version__",
@@ -45,6 +46,8 @@ def progress_bar(iterable, *args, **kwargs):
4546
"InvalidColumnValueError",
4647
"InvalidPolygonShapeError",
4748
"InvalidLinkDataError",
49+
"InvalidIndexCreationError",
50+
"IndexAlreadyExistsError",
4851
"EmbeddingSizeMismatch",
4952
"PushError",
5053
"GcsStorageProviderFailed",
@@ -115,7 +118,6 @@ def progress_bar(iterable, *args, **kwargs):
115118
"create_async",
116119
"copy",
117120
"delete",
118-
"formats",
119121
"exists",
120122
"open",
121123
"open_async",

0 commit comments

Comments
 (0)