File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 3.46.0 (2023-05-03)
4+ ## Added
5+ * Global key support to DataRow Metadata ` bulk_upsert() ` function
6+
7+ ## Notebooks
8+ * Removed dataset based projects from project setup notebook
9+ * Updated all links to annotation import and prediction notebooks in examples README
10+
311# Version 3.45.0 (2023-04-27)
412## Changed
513* Reduce threshold for async batch creation to 1000 data rows
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.45 .0'
24+ release = '3.46 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.45 .0"
2+ __version__ = "3.46 .0"
33
44from backports .datetime_fromisoformat import MonkeyPatch
55
You can’t perform that action at this time.
0 commit comments