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.
2 parents b188201 + 372c90c commit 30edebdCopy full SHA for 30edebd
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+# Version 3.22.0 (2022-05-20)
4
+## Added
5
+* `Dataset.create_data_row()` and `Dataset.create_data_rows()` now uploads metadata to data row
6
+* Added `media_attributes` and `metadata` to `BaseData`
7
+
8
+## Updated
9
+* Removed `iou` from classification metrics
10
11
# Version 3.21.1 (2022-05-12)
12
## Updated
13
* `Project.create_batch()` timeout increased to 180 seconds
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.20.1"
+__version__ = "3.22.0"
import sys
import warnings
0 commit comments