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 11# Changelog
22
3+ # Version 3.23.4 (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
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.23.3 "
2+ __version__ = "3.23.4 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments