File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## In progress
3
+ ## Version 2.5.0 (2021-03-15)
4
4
### Fix
5
- * Custom queries with bad syntax now raise adequate exceptions (InvalidQuery)
6
- * Comparing a Labelbox object (e.g. Project) to None doesn't raise an exception
7
- * Adding ` order_by ` to ` Project.labels ` doesn't raise an exception
5
+ * ` Dataset.data_row_for_external_id ` No longer throws ` ResourceNotFoundError ` when there are duplicates
6
+ * Improved doc strings
7
+
8
+ ### Added
9
+ * OntologyBuilder for making project setup easier
10
+ * Now supports ` IMAGE_OVERLAY ` metadata
11
+ * Webhooks for review topics added
12
+ * Upload project instructions with ` Project.upsert_instructions `
13
+ * User input validation
14
+ * MAL validity is now checked client side for faster feedback
15
+ * type and value checks added in a few places
8
16
9
17
## Version 2.4.11 (2021-03-07)
10
18
### Fix
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "2.4.11 "
2
+ __version__ = "2.5.0 "
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