Skip to content

Commit

Permalink
Merge pull request #787 from Labelbox/develop
Browse files Browse the repository at this point in the history
Release 3.32.0
  • Loading branch information
kkim-labelbox authored Dec 3, 2022
2 parents 8d00d00 + b8660d8 commit a40a23a
Show file tree
Hide file tree
Showing 13 changed files with 437 additions and 473 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# Version 3.32.0 (2022-12-02)
### Added
* Added `HTML` Enum to `MediaType`. `HTML` is introduced as a new asset type in Labelbox.
* 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)`
* Added a validator under `ScalarMetric` to validate metric names against reserved metric names

### Changed
* In `iou.miou_metric()` and `iou.feature_miou_metric`, iou metric renamed as `custom_iou`

# Version 3.31.0 (2022-11-28)
### Added
* Added `client.clear_global_keys()` to remove global keys from their associated data rows
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
copyright = '2021, Labelbox'
author = 'Labelbox'

release = '3.31.0'
release = '3.32.0'

# -- General configuration ---------------------------------------------------

Expand Down
Loading

0 comments on commit a40a23a

Please sign in to comment.