Skip to content

Commit ba715c0

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent a39ed1a commit ba715c0

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
# Version 2.5.5 (2021-05-14)
3+
## Added
4+
* `DataRow` now has a `media_attributes` field
5+
* `DataRow`s can now be looked up from `LabelingParameterOverride`s
6+
* `Project.export_queued_data_rows` to export all data rows in a queue for a project at once
7+
* ToOne relationship caching to speed up specific queries
8+
29

310
# Version 2.5.4 (2021-04-22)
411
## Added
@@ -24,7 +31,7 @@
2431
# Version 2.5.2 (2021-03-25)
2532
## Fix
2633
* Ontology builder defaults to None for missing fields instead of empty lists
27-
* MAL validation added extra fields to subclasses
34+
* MAL validation added extra fields to subclasses
2835

2936
### Added
3037
* Example notebooks
@@ -39,7 +46,7 @@
3946
* Now supports `IMAGE_OVERLAY` metadata
4047
* Webhooks for review topics added
4148
* Upload project instructions with `Project.upsert_instructions`
42-
* User input validation
49+
* User input validation
4350
* MAL validity is now checked client side for faster feedback
4451
* type and value checks added in a few places
4552

@@ -49,7 +56,7 @@
4956
* Retry 502s
5057

5158
## Version 2.4.10 (2021-02-05)
52-
### Added
59+
### Added
5360
* SDK version added to request headers
5461

5562
## Version 2.4.9 (2020-11-09)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '2.5.4'
24+
release = '2.5.5'
2525

2626
# -- General configuration ---------------------------------------------------
2727

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.5.4"
2+
__version__ = "2.5.5"
33

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

0 commit comments

Comments
 (0)