Skip to content

Commit 2608687

Browse files
SDK 3.48.0 release prep
1 parent 7345141 commit 2608687

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
# Version 3.48.0 (2023-06-13)
3+
## Added
4+
* Support for ISO format to exports V2 date filters
5+
* Support to specify confidence for free-text annotations
6+
7+
## Changed
8+
* Removed backports library and replaced it with python dateutil package to parse iso strings
9+
10+
## Notebooks
11+
* Added predictions to model run example
12+
* Added notebook to run yolov8 and sam on video and upload to LB
13+
* Updated google colab notebooks to reflect raster segmentation tool being released on 6/13
14+
* Updated radio NDJSON annotations format to support confidence
15+
* Added confidence to all free-text annotations (ndjson)
16+
* Fixed issues with cv2 library rooting from the Geospatial notebook used a png map with a signed URL with an expired token
217

318
# Version 3.47.1 (2023-05-24)
419
## Fixed

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.47.1'
24+
release = '3.48.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.47.1"
2+
__version__ = "3.48.0"
33

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

0 commit comments

Comments
 (0)