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 1
1
# 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
2
6
# Version 3.51.0 (2023-08-14)
3
7
## Added
4
8
* Added global keys to export v2 filters for project, dataset and DataRow
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.51 .0'
24
+ release = '3.52 .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.51 .0"
2
+ __version__ = "3.52 .0"
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments