File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
# Version 3.23.3 (2022-06-23)
4
14
5
15
## Fix
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.23.3 "
2
+ __version__ = "3.24.0 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments