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 11# Changelog
22
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+
310# Version 3.61.1 (2024-01-25)
411## Fixed
512* Removed export API limit (5000)
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.61.1 '
24+ release = '3.61.2 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.61.1 "
3+ __version__ = "3.61.2 "
44
55from labelbox .client import Client
66from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments