File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # In progress
3+ # Version 3.29.0 (2022-10-28)
44
5- ## Added
5+ ### Added
6+ * Added new base ` Slice ` Entity/DbObject and ` CatalogSlice ` class
7+ * Added ` client.get_catalog_slice(id) ` to fetch a CatalogSlice by ID
8+ * Added ` slice.get_data_row_ids() ` to fetch data row ids of the slice
69* Add deprecation warning for queue_mode == QueueMode.Dataset when creating a new project.
710* Add deprecation warning for LPOs.
811
9- ## Changed
12+ ### Changed
1013* Default behavior for metrics to not include subclasses in the calculation.
11- * Updated ` create_batch ` method to accept consensus settings.
1214
13- ## Fixed
15+ ### Fixed
1416* Polygon extraction from masks creating invalid polygons. This would cause issues in the coco converter.
1517
1618# Version 3.28.0 (2022-10-14)
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.28 .0'
24+ release = '3.29 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.28 .0"
2+ __version__ = "3.29 .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