Skip to content

Commit 1b45c8c

Browse files
Release 3.46.0 (#1080)
2 parents 9826e31 + 5c50da5 commit 1b45c8c

File tree

7 files changed

+92
-130
lines changed

7 files changed

+92
-130
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# Version 3.46.0 (2023-05-03)
4+
## Added
5+
* Global key support to DataRow Metadata `bulk_upsert()` function
6+
7+
## Notebooks
8+
* Removed dataset based projects from project setup notebook
9+
* Updated all links to annotation import and prediction notebooks in examples README
10+
311
# Version 3.45.0 (2023-04-27)
412
## Changed
513
* Reduce threshold for async batch creation to 1000 data rows

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.45.0'
24+
release = '3.46.0'
2525

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

examples/README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
2323

2424
## [Label Export](label_export)
2525

26-
| Notebook | Github | Google Colab | Learn more |
27-
| --------------------------- | --------------------------------- | ------------ | ---------- |
28-
| Image Annotation Export | [Github](label_export/images.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/images.ipynb) | [Reference](https://docs.labelbox.com/reference/label-output) |
29-
| Text Annotation Export | [Github](label_export/text.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/text.ipynb) | [Reference](https://docs.labelbox.com/reference/label-output) |
30-
| Video Annotation Export | [Github](label_export/video.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/video.ipynb) | [Reference](https://docs.labelbox.com/reference/label-output) |
26+
| Notebook | Github | Google Colab |
27+
| --------------------------- | --------------------------------- | ------------ |
28+
| Image Annotation Export | [Github](label_export/images.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/images.ipynb) |
29+
| Text Annotation Export | [Github](label_export/text.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/text.ipynb) |
30+
| Video Annotation Export | [Github](label_export/video.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/video.ipynb) |
3131
------
3232

33-
## Model Training
33+
34+
## [Model Training](https://docs.labelbox.com/docs/integration-with-model-training-service)
3435

3536
Train a model using data annotated on Labelbox
3637

@@ -45,43 +46,42 @@ Train a model using data annotated on Labelbox
4546

4647
| Notebook | Github | Google Colab | Learn more |
4748
| --------------------------- | --------------------------------- | ------------ | ---------- |
48-
| Image Annotation Import | [Github](annotation_import/image.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/image.ipynb) |
49-
| Text Annotation Import | [Github](annotation_import/text.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/text.ipynb) |
50-
| Tiled Imagery Annotation Import | [Github](annotation_import/tiled.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/tiled.ipynb) |
51-
| Video Model-Assisted Labeling | [Github](annotation_import/video.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/video.ipynb) |
52-
| PDF Annotation Import | [Github](annotation_import/pdf.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/pdf.ipynb) |
49+
| Image Annotation Import | [Github](annotation_import/image.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/image.ipynb) | [Docs](https://docs.labelbox.com/reference/import-image-annotations) |
50+
| Text Annotation Import | [Github](annotation_import/text.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/text.ipynb) | [Docs](https://docs.labelbox.com/reference/import-text-annotations) |
51+
| Tiled Imagery Annotation Import | [Github](annotation_import/tiled.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/tiled.ipynb) | [Docs](https://docs.labelbox.com/reference/import-geospatial-annotations) |
52+
| Video Annotation Import | [Github](annotation_import/video.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/video.ipynb) | [Docs](https://docs.labelbox.com/reference/import-video-annotations)|
53+
| PDF Annotation Import | [Github](annotation_import/pdf.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/pdf.ipynb) | [Docs](https://docs.labelbox.com/reference/import-document-annotations) |
54+
| Audio Annotation Import | [Github](annotation_import/audio.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/audio.ipynb) | [Docs](https://docs.labelbox.com/reference/import-audio-annotations) |
55+
| HTML Annotation Import | [Github](annotation_import/html.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/html.ipynb) | [Docs](https://docs.labelbox.com/reference/import-html-annotations) |
56+
| DICOM Annotation Import | [Github](annotation_import/dicom.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/dicom.ipynb) | [Docs](https://docs.labelbox.com/reference/import-dicom-annotations) |
57+
| Conversational Text Annotation Import | [Github](annotation_import/conversational.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/conversational.ipynb) | [Docs](https://docs.labelbox.com/reference/import-conversational-text-annotations) |
5358
------
5459

5560
## [Project Configuration](project_configuration)
5661

57-
| Notebook | Github | Google Colab | Learn more |
58-
| --------------------------- | --------------------------------- | ------------ | ---------- |
59-
| Project Setup | [Github](project_configuration/project_setup.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/project_setup.ipynb) | [Docs](https://docs.labelbox.com/docs/project-setup) |
60-
| Queue Management | [Github](project_configuration/queue_management.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/queue_management.ipynb) | [Docs](https://docs.labelbox.com/docs/queue-customization) |
61-
| Webhooks | [Github](project_configuration/webhooks.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/webhooks.ipynb) | [Docs](https://docs.labelbox.com/docs/webhooks) |
62+
| Notebook | Github | Google Colab |
63+
| --------------------------- | --------------------------------- | ------------ |
64+
| Project Setup | [Github](project_configuration/project_setup.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/project_setup.ipynb) |
65+
| Queue Management | [Github](project_configuration/queue_management.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/queue_management.ipynb) |
66+
| Webhooks | [Github](project_configuration/webhooks.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/webhooks.ipynb) |
6267

6368

6469
## [Prediction Upload to a Model Run](prediction_upload)
6570

6671

6772
| Notebook | Github | Google Colab | Learn more |
6873
| --------------------------- | --------------------------------- | ------------ | ---------- |
69-
| Image Prediction upload | [Github](prediction_upload/image_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/image_predictions.ipynb) | [Docs](https://docs.labelbox.com/docs/upload-model_predictions) |
70-
| Text Prediction upload | [Github](prediction_upload/text_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/text_predictions.ipynb) | [Docs](https://docs.labelbox.com/docs/upload-model_predictions) |
71-
74+
| Image Prediction upload | [Github](prediction_upload/image_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/image_predictions.ipynb) | [Docs](https://docs.labelbox.com/reference/upload-image-predictions) |
75+
| Text Prediction upload | [Github](prediction_upload/text_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/text_predictions.ipynb) | [Docs](https://docs.labelbox.com/reference/upload-text-predictions) |
76+
| Video Prediction upload | [Github](prediction_upload/video_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/video_predictions.ipynb) | [Docs](https://docs.labelbox.com/reference/upload-video-predictions) |
77+
| HTML Prediction upload | [Github](prediction_upload/html_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/html_predictions.ipynb) | [Docs](https://docs.labelbox.com/reference/upload-html-predictions) |
78+
| PDF Prediction upload | [Github](prediction_upload/pdf_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/pdf_predictions.ipynb) |
79+
| Geospatial Prediction upload | [Github](prediction_upload/geospatial_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/geospatial_predictions.ipynb) | [Docs](https://docs.labelbox.com/reference/upload-geospatial-predictions) |
80+
| Conversational Text Prediction upload | [Github](prediction_upload/conversational_predictions.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/conversational_predictions.ipynb) |
7281
------
7382

7483

75-
## [Model Diagnostics](model_diagnostics)
76-
| Notebook | Github | Google Colab | Learn more |
77-
| --------------------------- | --------------------------------- | ------------ | ---------- |
78-
| Model Diagnostics Guide | [Github](model_diagnostics/model_diagnostics_guide.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/model_diagnostics_guide.ipynb) | [Docs](https://docs.labelbox.com/docs/model-diagnostics) |
79-
| Model Diagnostics Demo | [Github](model_diagnostics/model_diagnostics_demo.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/model_diagnostics_demo.ipynb) |
80-
| Custom Metrics Basics | [Github](model_diagnostics/custom_metrics_basics.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/custom_metrics_basics.ipynb) | [Docs](https://docs.labelbox.com/docs/model-diagnostics) |
81-
| Custom Metrics Demo | [Github](model_diagnostics/custom_metrics_demo.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/custom_metrics_demo.ipynb) |
82-
83-
8484
## [Extras](extras)
85-
| Notebook | Github | Google Colab | Learn more |
86-
|---------------------------------|------------------------------------------------| ------------ | ---------- |
85+
| Notebook | Github | Google Colab |
86+
|---------------------------------|------------------------------------------------| ------------ |
8787
| Classification Confusion Matrix | [Github](extras/classification-confusion-matrix.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/extras/classification-confusion-matrix.ipynb) | |

0 commit comments

Comments
 (0)