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 1
1
# Changelog
2
2
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
+
3
11
# Version 3.45.0 (2023-04-27)
4
12
## Changed
5
13
* Reduce threshold for async batch creation to 1000 data rows
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.45 .0'
24
+ release = '3.46 .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.45 .0"
2
+ __version__ = "3.46 .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