File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 3.25.2 (2022-07-26)
4
+ ## Updated
5
+ * Mask downloads now have retries
6
+ * Failed ` upload_data ` now shows more details in the error message
7
+
8
+ ## Fixed
9
+ * Fixed Metadata not importing with DataRows when bulk importing local files.
10
+ * Fixed COCOConverter failing for empty annotations
11
+
12
+ ## Documentation
13
+ * Notebooks are up-to-date with examples of importing annotations without ` schema_id `
14
+
15
+ # Version 3.25.1 (2022-07-20)
16
+ ## Fixed
17
+ * Removed extra dependency causing import errors.
18
+
3
19
# Version 3.25.0 (2022-07-20)
4
20
5
21
## Added
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.25.1 "
2
+ __version__ = "3.25.2 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments