Skip to content

Commit d54d573

Browse files
authored
Merge pull request #760 from Labelbox/develop
3.30.0
2 parents 3e0c617 + 893ed1e commit d54d573

File tree

15 files changed

+2388
-1684
lines changed

15 files changed

+2388
-1684
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# Version 3.30.0 (2022-11-11)
4+
### Changed
5+
* create_data_rows, create_data_rows_sync, create_data_row, and update data rows all accept the new data row input format for row data
6+
* create_data_row now accepts an attachment parameter to be consistent with create_data_rows
7+
* Attachment text content and data row in-line text content are automatically uploaded to files on the backend
8+
* Conversational text data rows will be uploaded to a json file automatically on the backend to reduce the amount of i/o required in the SDK.
9+
* Additional details will be outlined in the docs and we will link to them here.
10+
11+
312
# Version 3.29.0 (2022-10-28)
413

514
### Added

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 = '3.29.0'
24+
release = '3.30.0'
2525

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

examples/annotation_import/basics.ipynb

Lines changed: 325 additions & 115 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)