Skip to content

Commit 3dac1a4

Browse files
authored
Merge pull request #119 from Labelbox/ms/release2.5.0
update changelog
2 parents 4122dec + b0e13a7 commit 3dac1a4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
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

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.4.11"
2+
__version__ = "2.5.0"
33

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

0 commit comments

Comments
 (0)