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 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
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "2.5.3 "
2+ __version__ = "2.5.4 "
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