File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.47.1 '
24+ release = '3.48.0 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.47.1 "
2+ __version__ = "3.48.0 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments