Skip to content

Commit 6b5955d

Browse files
authored
Merge pull request #639 from Labelbox/develop
v.3.25.0
2 parents b687f8e + 8602149 commit 6b5955d

34 files changed

+1123
-293
lines changed

CHANGELOG.md

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

3+
# Version 3.25.0 (2022-07-20)
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+
* Export metadata when using the following methods:
10+
* `Batch.export_data_rows(include_metadata=True)`
11+
* `Dataset.export_data_rows(include_metadata=True)`
12+
* `Project.export_queued_data_rows(include_metadata=True)`
13+
* `VideoObjectAnnotation` has `segment_index` to group video annotations into video segments
14+
15+
## Removed
16+
* `Project.video_label_generator`. Use `Project.label_generator` instead.
17+
18+
## Updated
19+
* Model Runs now support unassigned splits
20+
* `Dataset.create_data_rows` now has the following limits:
21+
* 150,000 rows per upload without metadata
22+
* 30,000 rows per upload with metadata
23+
24+
325
# Version 3.24.1 (2022-07-07)
426
## Updated
527
* Added `refresh_ontology()` as part of create/update/delete metadata schema functions

0 commit comments

Comments
 (0)