File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.6.0 (2021-04-10)
3+ ## Added
4+ * Bulk export metadata with ` DataRowMetadataOntology.bulk_export() `
5+ * Add docstring examples of annotation types and a few helper methods
6+
7+ ## Updated
8+ * Update metadata notebook under examples/basics to include bulk_export.
9+ * Allow color to be a single integer when constructing Mask objects
10+ * Allow users to pass int arrays to RasterData and attempt coercion to uint8
11+
12+ ## Removed
13+ * data_row.metadata was removed in favor of bulk exports.
14+
15+
216# Version 3.5.0 (2021-15-09)
317## Added
418* Diagnostics custom metrics
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.5 .0"
2+ __version__ = "3.6 .0"
33
44from labelbox .schema .project import Project
55from labelbox .client import Client
You can’t perform that action at this time.
0 commit comments