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 11# Changelog
22
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+
314# Version 3.1.0 (2021-08-18)
415## Added
516* Support for new HTML attachment type
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.1 .0"
2+ __version__ = "3.2 .0"
33
44from labelbox .schema .project import Project
55from labelbox .client import Client
You can’t perform that action at this time.
0 commit comments