Skip to content

Commit b8660d8

Browse files
author
Kevin Kim
committed
Add changelog for new metric name validator in ScalarMetric
1 parent 2be19ee commit b8660d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
### Added
55
* Added `HTML` Enum to `MediaType`. `HTML` is introduced as a new asset type in Labelbox.
66
* 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`
711

812
# Version 3.31.0 (2022-11-28)
913
### Added

0 commit comments

Comments
 (0)