Skip to content

Commit e129fab

Browse files
authored
Merge pull request #155 from Labelbox/develop
V2.5.5
2 parents 1d02e9c + 4245636 commit e129fab

File tree

20 files changed

+660
-388
lines changed

20 files changed

+660
-388
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
# Version 2.5.5 (2021-05-17)
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
27

38
# Version 2.5.4 (2021-04-22)
49
## Added
@@ -9,7 +14,7 @@
914
* Delete users from organization
1015
* Example notebook added under examples/basics
1116
* Issues and comments export
12-
* Bulk export issues and comments. See `Project.export_labels`
17+
* Bulk export issues and comments. See `Project.export_issues`
1318
* MAL on Tiled Imagery
1419
* Example notebook added under examples/model_assisted_labeling
1520
* `Dataset.create_data_rows` now allows users to upload tms imagery
@@ -24,7 +29,7 @@
2429
# Version 2.5.2 (2021-03-25)
2530
## Fix
2631
* Ontology builder defaults to None for missing fields instead of empty lists
27-
* MAL validation added extra fields to subclasses
32+
* MAL validation added extra fields to subclasses
2833

2934
### Added
3035
* Example notebooks
@@ -39,7 +44,7 @@
3944
* Now supports `IMAGE_OVERLAY` metadata
4045
* Webhooks for review topics added
4146
* Upload project instructions with `Project.upsert_instructions`
42-
* User input validation
47+
* User input validation
4348
* MAL validity is now checked client side for faster feedback
4449
* type and value checks added in a few places
4550

@@ -49,7 +54,7 @@
4954
* Retry 502s
5055

5156
## Version 2.4.10 (2021-02-05)
52-
### Added
57+
### Added
5358
* SDK version added to request headers
5459

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

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919

2020
project = 'Labelbox Python API reference'
2121
copyright = '2021, Labelbox'
22+
author = 'Labelbox'
2223

23-
release = '2.5.3'
24+
release = '2.5.5'
2425

2526
# -- General configuration ---------------------------------------------------
2627

0 commit comments

Comments
 (0)