Skip to content

Commit 8a63e2e

Browse files
apolloninDmitriy Apollonin
andauthored
sdk release 3.49.0 (#1159)
Co-authored-by: Dmitriy Apollonin <[email protected]>
1 parent e87dc67 commit 8a63e2e

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
# Version 3.49.0 (2023-06-27)
3+
4+
## Changed
5+
* Improved batch creation logic when more than 1000 global keys provided
6+
7+
8+
## Notebooks
9+
* Added example on how to access mark in export v2
10+
* Removed NDJSON library from `examples/basics/custom_embeddings.ipynb`
11+
* Removed `queue_mode` property from `create_project()` method call.
12+
213
# Version 3.48.0 (2023-06-13)
314
## Added
415
* Support for ISO format to exports V2 date filters
@@ -37,7 +48,7 @@
3748
* Global key support to DataRow Metadata `bulk_upsert()` function
3849

3950
## Notebooks
40-
* Removed dataset based projects from project setup notebook
51+
* Removed dataset based projects from project setup notebook
4152
* Updated all links to annotation import and prediction notebooks in examples README
4253

4354
# Version 3.45.0 (2023-04-27)
@@ -91,7 +102,7 @@
91102
## Added
92103
* Message based classifications with annotation types for conversations
93104
* Video and raster segmentation annotation types
94-
* Global key support to `ConversationEntity`, `DocumentEntity` and `DicomSegments`
105+
* Global key support to `ConversationEntity`, `DocumentEntity` and `DicomSegments`
95106
* DICOM polyline annotation type
96107
* Confidence attribute to classification annotations
97108

@@ -100,7 +111,7 @@
100111
* Removed `deletedDataRowGlobalKey` from `get_data_row_ids_for_global_keys()`
101112

102113
## Fixed
103-
* Annotation data type coercion by Pydantic
114+
* Annotation data type coercion by Pydantic
104115
* Error message when end point coordinates are smaller than start point coordinates
105116
* Some typos in error messages
106117

@@ -145,7 +156,7 @@
145156
* Updated `annotation_import/pdf.ipynb` with more examples
146157
* Added `integrations/huggingface/huggingface.ipynb`
147158
* Fixed broken links for detectron notebooks in README
148-
* Added Dataset QueueMode during project creation in `integrations/detectron2/coco_object.ipynb`
159+
* Added Dataset QueueMode during project creation in `integrations/detectron2/coco_object.ipynb`
149160
* Removed metadata and updated ontology in `annotation_import/text.ipynb`
150161
* Removed confidence scores in `annotation_import/image.ipynb`
151162
* Updated custom embedding tutorial links in `basics/data_row_metadata.ipynb`
@@ -190,7 +201,7 @@
190201

191202
# Version 3.37.0 (2023-02-08)
192203
## Added
193-
* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works.
204+
* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works.
194205

195206
## Changed
196207
* Rename `Classification.instructions` to `Classification.name`

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.48.0'
24+
release = '3.49.0'
2525

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

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.48.0"
2+
__version__ = "3.49.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)