File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.52.0 (2023-08-24)
3+ ## Added
4+ * Added methods to create multiple batches for a project from a list of data rows
5+ * Limit the number of data rows to be checked for processing status
26# Version 3.51.0 (2023-08-14)
37## Added
48* Added global keys to export v2 filters for project, dataset and DataRow
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.51 .0'
24+ release = '3.52 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.51 .0"
2+ __version__ = "3.52 .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