Skip to content

Commit 91bf802

Browse files
Merge pull request #621 from Labelbox/kkim/prep-3.24.0
[AL-0] Prep 3.24.0
2 parents e6f523c + 78d287c commit 91bf802

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.24.0 (2022-07-06)
4+
## Added
5+
* `DataRowMetadataOntology` class now has functions to create/update/delete metadata schema
6+
* `create_schema` - Create custom metadata schema
7+
* `update_schema` - Update name of custom metadata schema
8+
* `update_enum_options` - Update name of an Enum option for an Enum custom metadata schema
9+
* `delete_schema` - Delete custom metadata schema
10+
* `ModelRun` class now has `assign_data_rows_to_split` function, which can assign a `DataSplit` to a list of `DataRow`s
11+
* `Dataset.create_data_rows()` can bulk import `conversationalData`
12+
313
# Version 3.23.3 (2022-06-23)
414

515
## Fix

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.23.3"
2+
__version__ = "3.24.0"
33

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

0 commit comments

Comments
 (0)