Skip to content

Commit aa6716d

Browse files
authored
Merge branch 'develop' into imuhammad/AL-4866-model-run-upsert-datarows-by-global-keys
2 parents b2faf25 + 113ae68 commit aa6716d

File tree

6 files changed

+1225
-729
lines changed

6 files changed

+1225
-729
lines changed

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,36 @@
11
# Changelog
2-
# Version 3.39.0 (YYYY-MM-DD)
2+
3+
# Version 3.40.0 (YYYY-MM-DD)
34

45
## Added
56
* Upsert data rows to model runs using global keys
67

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+
729
# Version 3.38.0 (2023-02-15)
830

931
## Added
1032
* All imports are available via `import labelbox as lb` and `import labelbox.types as lb_types`.
1133
* 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.
1434

1535
## Changed
1636
* `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,7 +41,6 @@
2141
* Fixed nested classification in examples/annotation_import/image.ipynb
2242
* Ontology (instructions --> name)
2343

24-
2544
# Version 3.37.0 (2023-02-08)
2645
## Added
2746
* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works.

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.38.0'
24+
release = '3.39.0'
2525

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

0 commit comments

Comments
 (0)