Skip to content

Commit a40a23a

Browse files
Merge pull request #787 from Labelbox/develop
Release 3.32.0
2 parents 8d00d00 + b8660d8 commit a40a23a

File tree

13 files changed

+437
-473
lines changed

13 files changed

+437
-473
lines changed

CHANGELOG.md

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

3+
# Version 3.32.0 (2022-12-02)
4+
### Added
5+
* Added `HTML` Enum to `MediaType`. `HTML` is introduced as a new asset type in Labelbox.
6+
* Added `PaginatedCollection.get_one()` and `PaginatedCollection.get_many()` to provide easy functions to fetch single and bulk instances of data for any function returning a `PaginatedCollection`. E.g. `data_rows = dataset.data_rows().get_many(10)`
7+
* Added a validator under `ScalarMetric` to validate metric names against reserved metric names
8+
9+
### Changed
10+
* In `iou.miou_metric()` and `iou.feature_miou_metric`, iou metric renamed as `custom_iou`
11+
312
# Version 3.31.0 (2022-11-28)
413
### Added
514
* Added `client.clear_global_keys()` to remove global keys from their associated data rows

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.31.0'
24+
release = '3.32.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

0 commit comments

Comments
 (0)