Skip to content

Commit 7df5672

Browse files
author
Matt Sokoloff
committed
update changelog
1 parent 5e3108c commit 7df5672

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* MEA Support
1313
- Beta MEA users can now just use the latest SDK release
1414
* Metadata support
15-
- New metadata feature is now fully supported in the SDK
15+
- New metadata features are now fully supported by the SDK
1616
* Easier export
1717
- project.export_labels accepts a boolean indicating whether or not to download the result
1818
- Video exports are much simpler using the new `project.video_label_generator()`
@@ -21,8 +21,8 @@
2121
* Datasets
2222
- Determine the number of data rows just by calling `dataset.row_count`.
2323
- Updated threading logic in create_data_rows() to make it compatible with aws lambdas
24-
* `OntologyBuilder`, `Classification`, `Option`, and `Tool` can now be imported from `labelbox` instead of `labelbox.schema.ontology`
25-
24+
* Ontology
25+
- `OntologyBuilder`, `Classification`, `Option`, and `Tool` can now be imported from `labelbox` instead of `labelbox.schema.ontology`
2626

2727
## Removed
2828
* Deprecated:
@@ -40,11 +40,16 @@
4040
- `data_row.create_metadata()` use `data_row.create_attachments()` instead
4141
- `AssetMetadata` use `AssetAttachment` instead
4242

43+
## Fixes
44+
* Support derived classes of ontology objects when using `from_dict`
45+
* Notebooks:
46+
- Video export bug where the code would fail if the exported projects had tools other than bounding boxes
47+
- MAL demos were broken due to an image download failing.
48+
4349
## Misc
4450
* Data processing dependencies are not installed by default to for users that only want client functionality.
4551
* To install all dependencies required for the data modules (annotation types and mea metric calculation) use `pip install labelbox[data]`
4652

47-
4853
# Version 2.7.0 (2021-06-27)
4954
## Added
5055
* Added `dataset.export_data_rows()` which returns all `DataRows` for a `Dataset`.

0 commit comments

Comments
 (0)