Skip to content

Commit 30edebd

Browse files
Merge pull request #579 from Labelbox/kkim/update-cl-3-22-0
[AL-0] Change log update and version increase to 3.22.0
2 parents b188201 + 372c90c commit 30edebd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
# Version 3.21.1 (2022-05-12)
412
## Updated
513
* `Project.create_batch()` timeout increased to 180 seconds

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.20.1"
2+
__version__ = "3.22.0"
33

44
import sys
55
import warnings

0 commit comments

Comments
 (0)