Skip to content

Commit b8b53b5

Browse files
authored
Release 3.62.0 prep PR (#1416)
2 parents fad9295 + 7a5ac23 commit b8b53b5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
# Version 3.62.0 (2024-02-12)
4+
## Added
5+
* Support custom metrics for predictions (all applicable annotation classes)
6+
* `FoundryClient.run_app` Add data_row identifier validation for running foundry app
7+
* `Client.get_error_status_code` Default to 500 error if a server error is unparseable instead of throwing an exception
8+
9+
## Updated
10+
* `DataRowMetadata, DataRowMetadataBatchResponse, _UpsertBatchDataRowMetadata` Make data_row_id and global_key optional in all schema types
11+
12+
## Fixed
13+
* `ExportTask.__str__` Fix returned type in ExportTask instance representation
14+
15+
## Removed
16+
* `Project.upsert_review_queue`
17+
18+
## Notebooks
19+
* Update notebooks to new export methods
20+
* Add model slice notebook
21+
* Added support for annotation import with img bytes
22+
* Update user prompts for huggingface colab
23+
324
# Version 3.61.2 (2024-01-29)
425
## Added
526
* `ModelSlice.get_data_row_identifiers` for Foundry 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.61.2'
24+
release = '3.62.0'
2525

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

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.61.2"
3+
__version__ = "3.62.0"
44

55
from labelbox.client import Client
66
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)