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 11# 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+
215# Version 2.5.6 (2021-05-19)
316## Fix
417* 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 11name = "labelbox"
2- __version__ = "2.5.6 "
2+ __version__ = "2.6.0 "
33
44from labelbox .client import Client
55from labelbox .schema .bulk_import_request import BulkImportRequest
You can’t perform that action at this time.
0 commit comments