File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ # Version 2.6.0 (2021-06-11)
4
+ ## Fix
5
+ * Upated ` create_mask_ndjson ` helper function in ` image_mal.ipynb ` to use the color arg
6
+ instead of a hardcoded color.
7
+
8
+ ## Added
9
+ * asset_metadata is now deprecated and has been replaced with asset_attachments
10
+ * ` AssetAttachment ` replaces ` AssetMetadata ` ( see definition for updated attribute names )
11
+ * Use ` DataRow.attachments() ` instead of ` DataRow.metadata() `
12
+ * Use ` DataRow.create_attachment() ` instead of ` DataRow.create_metadata() `
13
+ * Update pydantic version
14
+
2
15
# Version 2.5.6 (2021-05-19)
3
16
## Fix
4
17
* MAL validation no longer raises exception when NER tool has same start and end location
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "2.5.6 "
2
+ __version__ = "2.6.0 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .bulk_import_request import BulkImportRequest
You can’t perform that action at this time.
0 commit comments