File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.54.1 (2023-10-17)
3+ ## Notebooks
4+ * Revised the notebooks to update outdated examples when using ` client.create_project() ` to create a project
5+
26# Version 3.54.0 (2023-10-10)
37## Added
48* Add exports v1 deprecation warning
59* Create method in SDK to modify LPO priorities in bulk
610## Removed
711* Remove backoff library
12+
813# Version 3.53.0 (2023-10-03)
914## Added
1015* Remove LPO deprecation warning and allow greater range of priority values
1318* Python 3.10 support
1419* Change return of dataset.create_data_rows() to Task
1520* Add new header to capture python version
16- ## Notebooks
17- * Updated examples to match latest updates to SDK
21+ ## Notebooks
22+ * Updated examples to match latest updates to SDK
23+
1824# Version 3.52.0 (2023-08-24)
1925## Added
2026* Added methods to create multiple batches for a project from a list of data rows
2127* Limit the number of data rows to be checked for processing status
28+
2229# Version 3.51.0 (2023-08-14)
2330## Added
2431* 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.54.0 '
24+ release = '3.54.1 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.54.0 "
2+ __version__ = "3.54.1 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments