File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.51.0 (2023-08-14)
3+ ## Added
4+ * Added global keys to export v2 filters for project, dataset and DataRow
5+ * Added workflow task status filtering for export v2
6+
7+ ## Notebooks
8+ * Removed labels notebook, since almost all of the relevant methods in the notebook were not compatible with workflow paradigm.
9+ * Updated project.ipynb to use batches not datasets
10+
211# Version 3.50.0 (2023-08-04)
312## Added
413 * Support batch_ids filter for projects in Exports v2
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.50 .0'
24+ release = '3.51 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.50 .0"
2+ __version__ = "3.51 .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