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 11# Changelog
22
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+
319# Version 3.25.0 (2022-07-20)
420
521## Added
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.25.1 "
2+ __version__ = "3.25.2 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments