File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 3.61.2 (2024-01-29)
4
+ ## Added
5
+ * ` ModelSlice.get_data_row_identifiers ` for Foundry data rows
6
+
7
+ ## Fixed
8
+ * ` ModelSlice.get_data_row_identifiers ` scoping by model run id
9
+
3
10
# Version 3.61.1 (2024-01-25)
4
11
## Fixed
5
12
* Removed export API limit (5000)
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.61.1 '
24
+ release = '3.61.2 '
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
2
3
- __version__ = "3.61.1 "
3
+ __version__ = "3.61.2 "
4
4
5
5
from labelbox .client import Client
6
6
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments