File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
# Version 2.5.3 (2021-04-01)
4
18
## Added
5
19
* Cleanup and add additional example notebooks
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "2.5.3 "
2
+ __version__ = "2.5.4 "
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