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 11# Changelog
22
3- ## In progress
3+ ## Version 2.5.0 (2021-03-15)
44### 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
816
917## Version 2.4.11 (2021-03-07)
1018### Fix
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "2.4.11 "
2+ __version__ = "2.5.0 "
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