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 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
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.46 .0'
24+ release = '3.47 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.46 .0"
2+ __version__ = "3.47 .0"
33
44from backports .datetime_fromisoformat import MonkeyPatch
55
You can’t perform that action at this time.
0 commit comments