Skip to content

Commit 9640da1

Browse files
authored
Prep for sdk release 3.47 (#1103)
2 parents 0db564e + e3ec23b commit 9640da1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
# Version 3.47.0 (2023-05-23)
4+
## Added
5+
* Support for interpolated frames to export v2
6+
7+
## Changed
8+
* Removed ndjson library and replaced it with a custom ndjson parser
9+
10+
## Notebooks
11+
* Removed confidence scores in annotations - video notebook
12+
* Removed raster seg masks from video prediction
13+
* Added export v2 example
14+
* Added SAM and Labelbox connector notebook
15+
316
# Version 3.46.0 (2023-05-03)
417
## Added
518
* Global key support to DataRow Metadata `bulk_upsert()` function

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.46.0'
24+
release = '3.47.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.46.0"
2+
__version__ = "3.47.0"
33

44
from backports.datetime_fromisoformat import MonkeyPatch
55

0 commit comments

Comments
 (0)