Skip to content

Commit 18e83e9

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent 3af6a11 commit 18e83e9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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__ = "2.5.6"
2+
__version__ = "2.6.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.bulk_import_request import BulkImportRequest

0 commit comments

Comments
 (0)