Skip to content

Commit 4c71f41

Browse files
authored
Merge pull request #140 from Labelbox/v2.5.4
V2.5.4
2 parents 93f40e9 + 89d3d53 commit 4c71f41

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,5 +1,19 @@
11
# Changelog
22

3+
# Version 2.5.4 (2021-04-22)
4+
## Added
5+
* User management
6+
* Query for remaining invites and users available to an organization
7+
* Set and update organization roles
8+
* Set / update / revoke project role
9+
* Delete users from organization
10+
* Example notebook added under examples/basics
11+
* Issues and comments export
12+
* Bulk export issues and comments. See `Project.export_labels`
13+
* MAL on Tiled Imagery
14+
* Example notebook added under examples/model_assisted_labeling
15+
* `Dataset.create_data_rows` now allows users to upload tms imagery
16+
317
# Version 2.5.3 (2021-04-01)
418
## Added
519
* Cleanup and add additional example notebooks

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.3"
2+
__version__ = "2.5.4"
33

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

0 commit comments

Comments
 (0)