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 1
1
# 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
+
2
16
# Version 3.5.0 (2021-15-09)
3
17
## Added
4
18
* Diagnostics custom metrics
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.5 .0"
2
+ __version__ = "3.6 .0"
3
3
4
4
from labelbox .schema .project import Project
5
5
from labelbox .client import Client
You can’t perform that action at this time.
0 commit comments