|
1 | 1 | # Changelog |
| 2 | + |
| 3 | +# Version 3.39.0 (2023-02-28) |
| 4 | +## Added |
| 5 | +* New method `Project.task_queues()` to obtain the task queues for a project. |
| 6 | +* New method `Project.move_data_rows_to_task_queue()` for moving data rows to a specified task queue. |
| 7 | +* Added more descriptive error messages for metadata operations |
| 8 | +* Added `Task.errors_url` for async tasks that return errors as separate file (e.g. `export_v2`) |
| 9 | + |
| 10 | +## Changed |
| 11 | +* Updated `ProjectExportParams.labels` to `ProjectExportParams.label_details` |
| 12 | +* Removed `media_attributes` from `DataRowParams` |
| 13 | +* Added deprecation warnings for `LabelList` and removed its usage |
| 14 | +* Removed unused arguments in `Project.export_v2` and `ModelRun.export_v2` |
| 15 | + |
| 16 | +## Notebooks |
| 17 | +* Fixed `examples/label_export/images.ipynb` notebook metadata |
| 18 | +* Removed unused `lb_serializer` imports |
| 19 | +* Removed uuid generation in NDJson annotation payloads, as it is now optional |
| 20 | +* Removed custom embeddings usage in `examples/basics/data_row_metadata.ipynb` |
| 21 | +* New notebook `examples/basics/custom_embeddings.ipynb` for custom embeddings |
| 22 | +* Updated `examples/annotation_import/text.ipynb` to use `TextData` and specify Text media type |
| 23 | + |
2 | 24 | # Version 3.38.0 (2023-02-15) |
3 | 25 |
|
4 | 26 | ## Added |
5 | 27 | * All imports are available via `import labelbox as lb` and `import labelbox.types as lb_types`. |
6 | 28 | * Attachment_name support to create_attachment() |
7 | | -* New method `Project.task_queues()` to obtain the task queues for a project. |
8 | | -* New method `Project.move_data_rows_to_task_queue()` for moving data rows to a specified task queue. |
9 | 29 |
|
10 | 30 | ## Changed |
11 | 31 | * `LabelImport.create_from_objects()`, `MALPredictionImport.create_from_objects()`, `MEAPredictionImport.create_from_objects()`, `Project.upload_annotations()`, `ModelRun.add_predictions()` now support Python Types for annotations. |
|
16 | 36 | * Fixed nested classification in examples/annotation_import/image.ipynb |
17 | 37 | * Ontology (instructions --> name) |
18 | 38 |
|
19 | | - |
20 | 39 | # Version 3.37.0 (2023-02-08) |
21 | 40 | ## Added |
22 | 41 | * New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works. |
|
0 commit comments