Skip to content

Commit 3e8c5f3

Browse files
author
Matt Sokoloff
committed
update changelog
1 parent 7df5672 commit 3e8c5f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
## Added
77
* Annotation types
88
- A set of python objects for working with labelbox data
9-
- Create with `project.label_generator()` or `project.video_label_generator()`
109
- See example notebooks on how to use under examples/annotation_types
1110
- Note that these types are not yet supported for tiled imagery
1211
* MEA Support
1312
- Beta MEA users can now just use the latest SDK release
1413
* Metadata support
1514
- New metadata features are now fully supported by the SDK
1615
* Easier export
17-
- project.export_labels accepts a boolean indicating whether or not to download the result
18-
- Video exports are much simpler using the new `project.video_label_generator()`
16+
- `project.export_labels()` accepts a boolean indicating whether or not to download the result
17+
- Create annotation objects direclty from exports with `project.label_generator()` or `project.video_label_generator()`
18+
- `project.video_label_generator()` asynchronously fetches video annotations
1919
* Retry logic on data uploads
2020
- Bulk creation of data rows will be more reliable
2121
* Datasets

0 commit comments

Comments
 (0)