File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 3.2.0 (2021-08-26)
4
+ ## Added
5
+ * List ` BulkImportRequest ` s for a project with ` Project.bulk_import_requests() `
6
+ * Improvemens to ` Dataset.create_data_rows() `
7
+ * Add attachments when bulk importing data rows
8
+ * Provide external ids when creating data rows from local files
9
+ * Get more informative error messages when the api rejects an import
10
+
11
+ ## Fix
12
+ * Bug causing ` project.label_generator() ` to fail when projects had benchmarks
13
+
3
14
# Version 3.1.0 (2021-08-18)
4
15
## Added
5
16
* Support for new HTML attachment type
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.1 .0"
2
+ __version__ = "3.2 .0"
3
3
4
4
from labelbox .schema .project import Project
5
5
from labelbox .client import Client
You can’t perform that action at this time.
0 commit comments