Skip to content

Commit ab93749

Browse files
committed
v.3.5.0
1 parent 36c56b3 commit ab93749

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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.25.0 (2022-07-18)
4+
5+
## Added
6+
* Importing annotations with model assisted labeling or label imports using ontology object names instead of schemaId now possible
7+
* In Python dictionaries, you can now use `schemaId` key or `name` key for all tools, classifications, options
8+
* Labelbox's Annotation Types now support model assisted labeling or label imports using ontology object names
9+
10+
## Updated
11+
* Model Runs now support unassigned splits
312
# Version 3.24.1 (2022-07-07)
413
## Updated
514
* Added `refresh_ontology()` as part of create/update/delete metadata schema functions

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.24.1"
2+
__version__ = "3.25.0"
33

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

0 commit comments

Comments
 (0)