File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
# Version 3.46.0 (2023-05-03)
4
17
## Added
5
18
* Global key support to DataRow Metadata ` bulk_upsert() ` function
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.46 .0'
24
+ release = '3.47 .0'
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.46 .0"
2
+ __version__ = "3.47 .0"
3
3
4
4
from backports .datetime_fromisoformat import MonkeyPatch
5
5
You can’t perform that action at this time.
0 commit comments