We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b9976 commit bf5317fCopy full SHA for bf5317f
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+# Version 3.2.0 (2021-08-26)
4
+## Added
5
+* List Bulk Import Requests for a project with `Project.bulk_import_requests()`
6
+* Bulk import attachments and data rows with `Dataset.create_data_rows()`
7
+* Local files can now be uploaded with `external_ids` when bulk creating data rows
8
+
9
+# Fix
10
+* Bug causing `project.label_generator()` to fail when projects had benchmarks
11
12
# Version 3.1.0 (2021-08-18)
13
## Added
14
* Support for new HTML attachment type
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.1.0"
+__version__ = "3.2.0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments