Skip to content

Commit 1046699

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent d850f81 commit 1046699

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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

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.5.0"
2+
__version__ = "3.6.0"
33

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

0 commit comments

Comments
 (0)