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