Skip to content

Commit 17bef74

Browse files
committed
v4.3.0 Release.
1 parent 80a6d8e commit 17bef74

File tree

7 files changed

+306
-89
lines changed

7 files changed

+306
-89
lines changed

python/deeplake/__init__.py

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

1818

19-
__version__ = "4.2.14"
19+
__version__ = "4.3.0"
2020

2121
__all__ = [
2222
"__version__",
2323
"AgreementError",
2424
"AgreementNotAcceptedError",
25+
"Array",
2526
"AuthenticationError",
2627
"AuthorizationError",
2728
"BadRequestError",
@@ -82,13 +83,15 @@ def progress_bar(iterable, *args, **kwargs):
8283
"InvalidType",
8384
"InvalidTypeAndFormatPair",
8485
"InvalidTypeDimensions",
86+
"InvalidURIError",
8587
"JSONIndexNotFound",
8688
"JSONKeyNotFound",
8789
"LogExistsError",
8890
"LogNotexistsError",
8991
"Metadata",
9092
"NotFoundError",
9193
"NotLoggedInAgreementError",
94+
"PermissionDeniedError",
9295
"PushError",
9396
"QuantizationType",
9497
"Random",

0 commit comments

Comments
 (0)